dev-java/glazedlists: Clean up old.

Package-Manager: portage-2.2.26
This commit is contained in:
Patrice Clement
2016-04-13 07:55:09 +00:00
parent cb54ff911f
commit 5e31fe3cbb
5 changed files with 0 additions and 279 deletions

View File

@@ -1,3 +1 @@
DIST glazedlists-1.7.0-source_java15.zip 879565 SHA256 e3f2370ed80fce8c104f2ac1e820c10b2c691390783e163ec02b2db5e6ab3d36 SHA512 bbf711ee5939486014f5cb9bd6dd6b1e86246f54d21e081285be1dd967ca852dd95d4bd2cf97b32d9fa578c2bb0eecf72951f4ad94e50dea3bd33387a426053f WHIRLPOOL 10a2f361e2dc47b54085ef847478bd281cd56b356245a2371d9803673fccb162c25e4d6963db6d006b737446031848f2aba77f387856e9ac94ca090a0d08edc4
DIST glazedlists-1.8.0-source_java15.zip 1169436 SHA256 1afbded7118d3026a666622c8a6aa46bc41ae09c9e832125fe3dc3a3dba5d42b SHA512 3fc3f339a248a8aad897409d752464d60b504474ae1e4d99fa7fbb41d767928137711d5d9979154b53d677e42746e2df2dfefdc71fa4a8017ec70ab23dc4b6a5 WHIRLPOOL b5d37cebde2be0a57032be29667763d97b54f3d1a5b48e40e09b5ce09e3ae654776c4d6817c09c018fad7fb0d9bdbdde6b6198e4405250fcc2451d008c90fb40
DIST glazedlists-1.8.0.zip 1169436 SHA256 1afbded7118d3026a666622c8a6aa46bc41ae09c9e832125fe3dc3a3dba5d42b SHA512 3fc3f339a248a8aad897409d752464d60b504474ae1e4d99fa7fbb41d767928137711d5d9979154b53d677e42746e2df2dfefdc71fa4a8017ec70ab23dc4b6a5 WHIRLPOOL b5d37cebde2be0a57032be29667763d97b54f3d1a5b48e40e09b5ce09e3ae654776c4d6817c09c018fad7fb0d9bdbdde6b6198e4405250fcc2451d008c90fb40

View File

@@ -1,116 +0,0 @@
--- build.xml.orig 2007-11-04 23:22:54.000000000 +0100
+++ build.xml 2007-11-04 23:23:58.000000000 +0100
@@ -84,7 +84,7 @@
<link href="http://help.eclipse.org/help31/nftopic/org.eclipse.platform.doc.isv/reference/api/"/>
<link href="http://www.jdocs.com/formlayout/1.0.4/api/" packagelistloc="extensions/jgoodiesforms/lib"/>
<link href="http://nachocalendar.sourceforge.net/doc/"/>
- <link href="http://www.jfree.org/jfreechart/javadoc/"/>
+ <link href="http://www.jfree.org/jfreechart/api/javadoc/"/>
<link href="http://download.java.net/javadesktop/swinglabs/releases/0.8/docs/api/"/>
<doctitle><![CDATA[<h1>Glazed Lists 1.7.0</h1>]]></doctitle>
@@ -130,7 +130,7 @@
description="Compile the default components of the source.">
</target>
- <target name="compileall" depends="core,migrationkit,swing,io,swt,ktable,jfreechart,issuesbrowser,swinglabs,treetable"
+ <target name="compileall" depends="core,migrationkit,swing,io,treetable"
description="Compile all components of the source.">
</target>
@@ -178,11 +178,13 @@
<target name="swt" depends="core">
<mkdir dir="extensions/swt/lib"/>
+ <!--
<java classname="ca.odell.glazedlists.impl.HttpClient">
<classpath path="${classes.dir}"/>
<arg value="https://glazedlists.dev.java.net/files/documents/1073/25145/swt-api.jar"/>
<arg value="extensions/swt/lib/swt-api.jar"/>
</java>
+ -->
<javac destdir="${classes.dir}" srcdir="extensions/swt/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
<classpath>
<fileset dir="extensions/swt/lib/" includes="*.jar"/>
@@ -207,11 +209,13 @@
<target name="jgoodiesforms" depends="core,swing">
<mkdir dir="extensions/jgoodiesforms/lib"/>
+ <!--
<java classname="ca.odell.glazedlists.impl.HttpClient">
<classpath path="${classes.dir}"/>
<arg value="https://glazedlists.dev.java.net/files/documents/1073/27334/forms.jar"/>
<arg value="extensions/jgoodiesforms/lib/forms.jar"/>
</java>
+ -->
<javac destdir="${classes.dir}" srcdir="extensions/jgoodiesforms/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
<classpath>
<fileset dir="extensions/jgoodiesforms/lib/" includes="*.jar"/>
@@ -223,11 +227,13 @@
<!-- the swinglabs .jar is Java 1.5+ only, so we do not bother to run
this code through our Java 1.5 to Java 1.4 source code translator -->
<mkdir dir="extensions/swinglabs/lib"/>
+ <!--
<java classname="ca.odell.glazedlists.impl.HttpClient">
<classpath path="${classes.dir}"/>
<arg value="https://glazedlists.dev.java.net/files/documents/1073/32966/swingx.jar"/>
<arg value="extensions/swinglabs/lib/swingx.jar"/>
</java>
+ -->
<javac destdir="${classes.dir}" srcdir="extensions/swinglabs/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
<classpath>
<fileset dir="extensions/swinglabs/lib/" includes="*.jar"/>
@@ -237,11 +243,13 @@
<target name="nachocalendar" depends="core,swing">
<mkdir dir="extensions/nachocalendar/lib"/>
+ <!--
<java classname="ca.odell.glazedlists.impl.HttpClient">
<classpath path="${classes.dir}"/>
<arg value="https://glazedlists.dev.java.net/files/documents/1073/29958/nachocalendar.jar"/>
<arg value="extensions/nachocalendar/lib/nachocalendar.jar"/>
</java>
+ -->
<javac destdir="${classes.dir}" srcdir="extensions/nachocalendar/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
<classpath>
<fileset dir="extensions/nachocalendar/lib/" includes="*.jar"/>
@@ -255,6 +263,7 @@
<target name="jfreechart" depends="swing">
<mkdir dir="extensions/jfreechart/lib"/>
+ <!--
<java classname="ca.odell.glazedlists.impl.HttpClient">
<classpath path="${classes.dir}"/>
<arg value="https://glazedlists.dev.java.net/files/documents/1073/26197/jcommon.jar"/>
@@ -265,6 +274,7 @@
<arg value="https://glazedlists.dev.java.net/files/documents/1073/26198/jfreechart.jar"/>
<arg value="extensions/jfreechart/lib/jfreechart.jar"/>
</java>
+ -->
<javac destdir="${classes.dir}" srcdir="extensions/jfreechart/source" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
<classpath>
<fileset dir="extensions/jfreechart/lib/" includes="*.jar"/>
@@ -535,7 +545,6 @@
<pathelement location="${classes.dir}"/>
<pathelement location="${testclasses.dir}"/>
<fileset dir="extensions" includes="**/*.jar"/>
- <fileset file="${ant.home}/lib/junit.jar"/>
</classpath>
<formatter type="brief" usefile="false"/>
<batchtest>
@@ -546,15 +555,11 @@
</target>
<target name="compiletests" depends="compileall">
- <!-- Verify that JUnit is available on the classpath -->
- <available classname="junit.framework.TestCase" property="junit.present"/>
- <fail unless="junit.present" message="To run this task, install junit.jar and optional.jar into ${ant.home}/lib/ JUnit is available free at http://www.junit.org"/>
<mkdir dir="${testclasses.dir}"/>
<javac destdir="${testclasses.dir}" srcdir="test" debug="on" source="${java.target.version}" target="${java.target.version}" deprecation="on">
<classpath>
<pathelement location="${classes.dir}"/>
<fileset dir="extensions" includes="**/*.jar"/>
- <fileset file="${ant.home}/lib/junit.jar"/>
</classpath>
</javac>
</target>

View File

@@ -1,57 +0,0 @@
--- build.xml.orig 2009-01-25 18:14:28.000000000 -0700
+++ build.xml 2014-02-20 11:22:45.000000000 -0700
@@ -164,14 +164,18 @@
<mkdir dir="tools"/>
<!--download the BND library for creating entries in the manifest.mf file which make it a compliant OSGi bundle. See http://www.osgi.org/ -->
+ <!--
<java classname="ca.odell.glazedlists.impl.HttpClient">
<classpath path="${classes.dir}"/>
<arg value="https://glazedlists.dev.java.net/files/documents/1073/110958/bnd.jar"/>
<arg value="tools/bnd.jar"/>
</java>
+ -->
<!-- prepare the bnd task which generates OSGi bundle JARs -->
+ <!--
<taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="tools/bnd.jar"/>
+ -->
<!-- create a normal jar file -->
<jar destfile="${target.dir}/${jar.file}" update="true" index="true">
@@ -184,13 +188,19 @@
</jar>
<!-- use the BND tool to generate an OSGi jar from scratch, using the original JAR file as input -->
+ <!--
<bnd classpath="${target.dir}/${jar.file}" output="${target.dir}/${jar.file}.osgi" exceptions="true" files="glazedlists.bnd"/>
+ -->
<!-- delete the original jar file -->
+ <!--
<delete file="${target.dir}/${jar.file}"/>
+ -->
<!-- rename the OSGi Bundle to the orignal jar file's name -->
+ <!--
<move file="${target.dir}/${jar.file}.osgi" toFile="${target.dir}/${jar.file}"/>
+ -->
</target>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -201,7 +211,7 @@
description="Compile the default components of the source.">
</target>
- <target name="compileall" depends="core,migrationkit,swing,io,calculation,swt,ktable,issuesbrowser,swinglabs,hibernate,icu4j"
+ <target name="compileall" depends="core,migrationkit,swing,io"
description="Compile all components of the source.">
</target>
@@ -1032,4 +1042,4 @@
</delete>
</target>
-</project>
\ No newline at end of file
+</project>

View File

@@ -1,54 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="A toolkit for list transformations"
HOMEPAGE="http://publicobject.com/glazedlists/"
SRC_DOCUMENT_ID_JAVA5="1073/38679"
SRC_URI="https://${PN}.dev.java.net/files/documents/${SRC_DOCUMENT_ID_JAVA5}/${P}-source_java15.zip"
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
SLOT="0"
KEYWORDS="amd64 x86"
# TODO: there are extensions, some supported in the java-experimental ebuild
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"
# tests seem to be buggy
RESTRICT="test"
# build file already has correct target version
JAVA_PKG_BSFIX="off"
src_unpack() {
unpack ${A}
cd "${S}"
# disable autodownloading of dependencies
# sort out test targets
epatch "${FILESDIR}/${P}-build.xml.patch"
}
EANT_DOC_TARGET="docs"
src_install() {
java-pkg_newjar "target/${PN}_java15.jar"
if use doc; then
dohtml readme.html || die
java-pkg_dojavadoc "target/docs/api"
fi
if use source; then
# collect source folders for all the used extensions
local source_folders="source/ca extensions/treetable/source/*"
java-pkg_dosrc ${source_folders}
fi
}

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="A toolkit for list transformations"
HOMEPAGE="http://www.glazedlists.com/"
SRC_URI="http://java.net/downloads/${PN}/${P}/${P}-source_java15.zip"
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
SLOT="0"
KEYWORDS="amd64 x86"
# TODO: there are extensions, some supported in the java-experimental ebuild
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"
JAVA_PKG_BSFIX="off"
# tests seem to be buggy
RESTRICT="test"
java_prepare() {
# disable autodownloading of dependencies
# sort out test targets
epatch "${FILESDIR}/${P}-build.xml.patch"
}
EANT_DOC_TARGET="docs"
src_install() {
java-pkg_newjar "target/${PN}_java15.jar"
if use doc; then
dohtml readme.html || die
java-pkg_dojavadoc "target/docs/api"
fi
if use source; then
# collect source folders for all the used extensions
local source_folders="source/ca extensions/treetable/source/*"
java-pkg_dosrc ${source_folders}
fi
}