diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-27 21:47:53 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-27 21:47:53 +0000 |
commit | 0138b16a3579117f8a610027547142df18fad8d5 (patch) | |
tree | 9debce7241076d72a5dbfacc86d775694218e3fb /dev-java | |
parent | Version bump, fix bug 172198 (diff) | |
download | gentoo-2-0138b16a3579117f8a610027547142df18fad8d5.tar.gz gentoo-2-0138b16a3579117f8a610027547142df18fad8d5.tar.bz2 gentoo-2-0138b16a3579117f8a610027547142df18fad8d5.zip |
Remove generation 1 ebuild.
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-grant/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-grant/commons-grant-1.0_beta5.ebuild | 55 | ||||
-rw-r--r-- | dev-java/commons-grant/files/digest-commons-grant-1.0_beta5 | 3 |
3 files changed, 5 insertions, 59 deletions
diff --git a/dev-java/commons-grant/ChangeLog b/dev-java/commons-grant/ChangeLog index 7ffe13d6c515..6c1f9fbfad48 100644 --- a/dev-java/commons-grant/ChangeLog +++ b/dev-java/commons-grant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-grant # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-grant/ChangeLog,v 1.3 2007/04/27 21:46:08 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-grant/ChangeLog,v 1.4 2007/04/27 21:47:53 betelgeuse Exp $ + + 27 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> + -commons-grant-1.0_beta5.ebuild: + Remove generation 1 ebuild. 27 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> commons-grant-1.0_beta5-r1.ebuild: diff --git a/dev-java/commons-grant/commons-grant-1.0_beta5.ebuild b/dev-java/commons-grant/commons-grant-1.0_beta5.ebuild deleted file mode 100644 index a36aa73d8ca9..000000000000 --- a/dev-java/commons-grant/commons-grant-1.0_beta5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-grant/commons-grant-1.0_beta5.ebuild,v 1.1 2005/12/27 01:48:56 nichoj Exp $ - -# Note: Upstream is dead... only place to find is on the ibiblio maven repo -# and on jpackage.org -inherit java-pkg eutils rpm -MY_PN="jakarta-${PN}" -SNAPSHOT_DATE="20040118" -MY_PV="${PV%%_*}.b5.cvs${SNAPSHOT_DATE}" -MY_PV="${MY_PV//_beta/.b}" -MY_P="${MY_PN}-${MY_PV}" -JPACKAGE_REVISION="4" - -DESCRIPTION="A small collection of hacks to make using Ant in an embedded envinronment much easier." -# This link seems dead, but I don't have anywhere else to turn -HOMEPAGE="http://jakarta.apache.org/commons/sandbox/grant/" -SRC_URI="mirror://jpackage/1.6/generic/free/SRPMS/${MY_P}-${JPACKAGE_REVISION}jpp.src.rpm" -DEPEND=">=virtual/jdk-1.3 - jikes? ( dev-java/jikes ) - source? ( app-arch/zip ) - dev-java/ant-core - dev-java/junit" -RDEPEND=">=virtual/jre-1.3" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc jikes source" -S="${WORKDIR}/${PN}-${MY_PV}" - -src_unpack(){ - rpm_src_unpack - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.diff - mkdir -p target/lib - cd target/lib - java-pkg_jar-from junit -} - -src_compile(){ - local antflags="jar" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" - use doc && antflags="${antflags} javadoc" - ant ${antflags} || die "compile failed" -} - -src_install(){ - java-pkg_newjar target/${PN}-1.0-beta-4.jar ${PN}.jar - use doc && java-pkg_dohtml -r dist/docs/api - use source && java-pkg_dosrc src/java/* -} - -src_test() { - ant test || die "Test failed" -} diff --git a/dev-java/commons-grant/files/digest-commons-grant-1.0_beta5 b/dev-java/commons-grant/files/digest-commons-grant-1.0_beta5 deleted file mode 100644 index 60a7a4508f72..000000000000 --- a/dev-java/commons-grant/files/digest-commons-grant-1.0_beta5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7eedc9fd3bd3f744fc82584acb3697f2 jakarta-commons-grant-1.0.b5.cvs20040118-4jpp.src.rpm 11651 -RMD160 983860d8e513c8b0e8b7d1032d04230902a4f883 jakarta-commons-grant-1.0.b5.cvs20040118-4jpp.src.rpm 11651 -SHA256 c6cc1cd6b51668ba18f6fab17863d4f3bc9889a20a0f70261dbf00fd08ec482d jakarta-commons-grant-1.0.b5.cvs20040118-4jpp.src.rpm 11651 |