From aadb883f1d4bcdd7bdbbf756e916f8d157c2f7a3 Mon Sep 17 00:00:00 2001 From: Vlastimil Babka Date: Sun, 17 Oct 2010 12:33:27 +0000 Subject: Remove old. Package-Manager: portage-2.2_rc91/cvs/Linux x86_64 --- dev-java/commons-pool/ChangeLog | 5 ++- dev-java/commons-pool/commons-pool-1.4.ebuild | 44 --------------------------- 2 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 dev-java/commons-pool/commons-pool-1.4.ebuild (limited to 'dev-java/commons-pool') diff --git a/dev-java/commons-pool/ChangeLog b/dev-java/commons-pool/ChangeLog index 084978082782..b327f56a01b0 100644 --- a/dev-java/commons-pool/ChangeLog +++ b/dev-java/commons-pool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-pool # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.54 2010/10/14 16:57:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.55 2010/10/17 12:26:00 caster Exp $ + + 17 Oct 2010; Vlastimil Babka -commons-pool-1.4.ebuild: + Remove old. 14 Oct 2010; Brent Baude commons-pool-1.5.4.ebuild: stable ppc, bug 316307 diff --git a/dev-java/commons-pool/commons-pool-1.4.ebuild b/dev-java/commons-pool/commons-pool-1.4.ebuild deleted file mode 100644 index a159256fb7cf..000000000000 --- a/dev-java/commons-pool/commons-pool-1.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.4.ebuild,v 1.5 2010/01/03 20:31:28 fauli Exp $ - -EAPI=1 -JAVA_PKG_IUSE="doc source test" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Provides general purpose object pooling API" -HOMEPAGE="http://commons.apache.org/pool/" -SRC_URI="mirror://apache/commons/pool/source/${P}-src.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" - -RDEPEND=">=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4 - test? ( - dev-java/ant-junit - dev-java/junit:0 - )" - -S="${WORKDIR}/${P}-src" - -src_unpack() { - unpack ${A} - cd "${S}" -} - -EANT_BUILD_TARGET="build-jar" - -src_test() { - ANT_TASKS="ant-junit" eant -Dclasspath="$(java-pkg_getjars junit)" test -} - -src_install() { - java-pkg_dojar dist/${PN}.jar - dodoc README.txt RELEASE-NOTES.txt || die - - use doc && java-pkg_dojavadoc dist/docs/api - use source && java-pkg_dosrc src/java/org -} -- cgit v1.2.3-65-gdbad