diff options
author | Adrian Almenar <strider@gentoo.org> | 2002-11-05 03:02:45 +0000 |
---|---|---|
committer | Adrian Almenar <strider@gentoo.org> | 2002-11-05 03:02:45 +0000 |
commit | 86b73bc8dfc0f1a715f87e6d6f9d056cfdeb36f9 (patch) | |
tree | 1b782d00bd2e0c7937c61e0aa213b0bfd209a6b1 /dev-java | |
parent | small fix (diff) | |
download | gentoo-2-86b73bc8dfc0f1a715f87e6d6f9d056cfdeb36f9.tar.gz gentoo-2-86b73bc8dfc0f1a715f87e6d6f9d056cfdeb36f9.tar.bz2 gentoo-2-86b73bc8dfc0f1a715f87e6d6f9d056cfdeb36f9.zip |
Updating KEYWORDS, and deleting old ebuilds
Diffstat (limited to 'dev-java')
6 files changed, 5 insertions, 80 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 6a2f9d4273e5..d6f9ecaa354c 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-java/commons-collections # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.4 2002/11/05 03:00:49 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.5 2002/11/05 03:02:45 strider Exp $ *commons-collections-2.1-r1 (02 Nov 2002) @@ -8,7 +8,8 @@ Changed KEYWORDS, removed other arch's cause i have not tested it leaving only ~x86. UnMasking it from packages.mask. Removed commons-collections-2.0.ebuild commons-collections-2.1.ebuild - files/digest-commons-collections-2.0 files/digest-commons-collections-2.1 + files/digest-commons-collections-2.0 files/digest-commons-collections-2.1 + 02 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> commons-collections-2.1-r1.ebuild files/digest-commons-collections-2.1-r1 : Adds jikes compilation support. Ebuild submitted by the ever-so-overproductive Adrian Almenar <aalmenar@conectium.com>. diff --git a/dev-java/commons-collections/commons-collections-2.0.ebuild b/dev-java/commons-collections/commons-collections-2.0.ebuild deleted file mode 100644 index 72974db6befe..000000000000 --- a/dev-java/commons-collections/commons-collections-2.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.0.ebuild,v 1.1 2002/10/31 20:38:08 karltk Exp $ - -S=${WORKDIR}/commons-collections-${PV}-src -DESCRIPTION="Jakarta-Commons Collections Component" -HOMEPAGE="http://jakarta.apache.org/commons/collections.html" -SRC_URI="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v${PV}/commons-collections-${PV}-src.tar.gz" -DEPEND=">=virtual/jdk-1.3 - >=ant-1.4" -RDEPEND=">=virtual/jdk-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" -IUSE="" - -src_compile() { - ant dist-jar || die "Compilation Failed" - ant doc || die "Unable to create documents" -} - -src_install () { - dojar dist/commons-collections*.jar || die "Unable to Install" - dodir /usr/share/doc/${P} - dohtml dist/*.html - dohtml -r dist/docs/* -} - -pkg_postinst() { - einfo "********** Documentation can be found at *********\n - http://jakarta.apache.org/commons/beanutils.html\n - **************************************************" -} diff --git a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild b/dev-java/commons-collections/commons-collections-2.1-r1.ebuild index 60f5bd71f4ec..9cff3aeb913d 100644 --- a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r1.ebuild,v 1.1 2002/11/02 22:04:58 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r1.ebuild,v 1.2 2002/11/05 03:00:49 strider Exp $ S=${WORKDIR}/${PN}-${PV}-src DESCRIPTION="Jakarta-Commons Collections Component" @@ -12,7 +12,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="~x86" IUSE="jikes junit" src_compile() { diff --git a/dev-java/commons-collections/commons-collections-2.1.ebuild b/dev-java/commons-collections/commons-collections-2.1.ebuild deleted file mode 100644 index 6f4a00f53631..000000000000 --- a/dev-java/commons-collections/commons-collections-2.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1.ebuild,v 1.1 2002/11/01 18:19:07 karltk Exp $ - -S=${WORKDIR}/commons-collections-${PV}-src -DESCRIPTION="Jakarta-Commons Collections Component" -HOMEPAGE="http://jakarta.apache.org/commons/collections.html" -SRC_URI="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v${PV}/commons-collections-${PV}-src.tar.gz" -DEPEND=">=virtual/jdk-1.3 - >=ant-1.4 - junit? ( >=junit-3.7 )" -RDEPEND=">=virtual/jdk-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" -IUSE="" - -src_compile() { - - if [ -n "`use junit`" ] ; then - echo "junit.jar=`java-config --classpath=junit`" > build.properties - ant || die "Testing Classes Failed" - fi - - ant dist-jar || die "Compilation Failed" - ant doc || die "Unable to create documents" -} - -src_install () { - dojar dist/commons-collections*.jar || die "Unable to Install" - dodir /usr/share/doc/${P} - dohtml dist/*.html - dohtml -r dist/docs/* -} - -pkg_postinst() { - einfo "************ Documentation can be found at *************\n - WEB: http://jakarta.apache.org/commons/collections.html\n - LOCAL: /usr/share/doc/commons-collections-${PV}\n - ********************************************************" -} diff --git a/dev-java/commons-collections/files/digest-commons-collections-2.0 b/dev-java/commons-collections/files/digest-commons-collections-2.0 deleted file mode 100644 index f21c4c2cbc3c..000000000000 --- a/dev-java/commons-collections/files/digest-commons-collections-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c7cc95130838336ec5ffe14ea5fcb661 commons-collections-2.0-src.tar.gz 139562 diff --git a/dev-java/commons-collections/files/digest-commons-collections-2.1 b/dev-java/commons-collections/files/digest-commons-collections-2.1 deleted file mode 100644 index f2de34acfce0..000000000000 --- a/dev-java/commons-collections/files/digest-commons-collections-2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee30c02b1b57693f72cd86c899b925d9 commons-collections-2.1-src.tar.gz 229173 |