summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-java/glazedlists
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-java/glazedlists')
-rw-r--r--dev-java/glazedlists/Manifest2
-rw-r--r--dev-java/glazedlists/files/glazedlists-1.7.0-build.xml.patch116
-rw-r--r--dev-java/glazedlists/files/glazedlists-1.8.0-build.xml.patch57
-rw-r--r--dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild54
-rw-r--r--dev-java/glazedlists/glazedlists-1.8.0.ebuild50
-rw-r--r--dev-java/glazedlists/metadata.xml5
6 files changed, 284 insertions, 0 deletions
diff --git a/dev-java/glazedlists/Manifest b/dev-java/glazedlists/Manifest
new file mode 100644
index 000000000000..29e534f6dcd2
--- /dev/null
+++ b/dev-java/glazedlists/Manifest
@@ -0,0 +1,2 @@
+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
diff --git a/dev-java/glazedlists/files/glazedlists-1.7.0-build.xml.patch b/dev-java/glazedlists/files/glazedlists-1.7.0-build.xml.patch
new file mode 100644
index 000000000000..a4e715bf8125
--- /dev/null
+++ b/dev-java/glazedlists/files/glazedlists-1.7.0-build.xml.patch
@@ -0,0 +1,116 @@
+--- 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>
diff --git a/dev-java/glazedlists/files/glazedlists-1.8.0-build.xml.patch b/dev-java/glazedlists/files/glazedlists-1.8.0-build.xml.patch
new file mode 100644
index 000000000000..624df5ee9c76
--- /dev/null
+++ b/dev-java/glazedlists/files/glazedlists-1.8.0-build.xml.patch
@@ -0,0 +1,57 @@
+--- 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>
diff --git a/dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild b/dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild
new file mode 100644
index 000000000000..48a85df039ae
--- /dev/null
+++ b/dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2010 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 ppc 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
+}
diff --git a/dev-java/glazedlists/glazedlists-1.8.0.ebuild b/dev-java/glazedlists/glazedlists-1.8.0.ebuild
new file mode 100644
index 000000000000..92583faddaa5
--- /dev/null
+++ b/dev-java/glazedlists/glazedlists-1.8.0.ebuild
@@ -0,0 +1,50 @@
+# 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
+}
diff --git a/dev-java/glazedlists/metadata.xml b/dev-java/glazedlists/metadata.xml
new file mode 100644
index 000000000000..838c00a4a448
--- /dev/null
+++ b/dev-java/glazedlists/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>java</herd>
+</pkgmetadata>