diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-06-04 09:32:41 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-06-04 09:32:41 +0000 |
commit | e71bf561a7d7072092eb47caf77e2cea04b695b0 (patch) | |
tree | 8cf94426350e78e7fc0e360a182eb130b1e6d053 /dev-java/java-getopt | |
parent | Version bump: minor cleanup, added src_test, added examples use-flag. Dropped... (diff) | |
download | gentoo-2-e71bf561a7d7072092eb47caf77e2cea04b695b0.tar.gz gentoo-2-e71bf561a7d7072092eb47caf77e2cea04b695b0.tar.bz2 gentoo-2-e71bf561a7d7072092eb47caf77e2cea04b695b0.zip |
Remove gen-1 version.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r-- | dev-java/java-getopt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/java-getopt/files/digest-java-getopt-1.0.10 | 3 | ||||
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.10.ebuild | 29 |
3 files changed, 5 insertions, 33 deletions
diff --git a/dev-java/java-getopt/ChangeLog b/dev-java/java-getopt/ChangeLog index 84087932d7b0..03c39d94fdc8 100644 --- a/dev-java/java-getopt/ChangeLog +++ b/dev-java/java-getopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/java-getopt # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.15 2007/06/02 15:22:30 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.16 2007/06/04 09:32:41 caster Exp $ + + 04 Jun 2007; Vlastimil Babka <caster@gentoo.org> + -java-getopt-1.0.10.ebuild: + Remove gen-1 version. 02 Jun 2007; Petteri Räty <betelgeuse@gentoo.org> java-getopt-1.0.13.ebuild: diff --git a/dev-java/java-getopt/files/digest-java-getopt-1.0.10 b/dev-java/java-getopt/files/digest-java-getopt-1.0.10 deleted file mode 100644 index 04d402da0e49..000000000000 --- a/dev-java/java-getopt/files/digest-java-getopt-1.0.10 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 30872c62c6b1d7fba9097995ebe281a5 java-getopt-1.0.10.tar.gz 44090 -RMD160 50fef74162db017a1a3a81946a5a0459fc399e73 java-getopt-1.0.10.tar.gz 44090 -SHA256 65df66c8bcd15afc947eabc216151b16f6919fe5366357b8a4c7a504e003fb70 java-getopt-1.0.10.tar.gz 44090 diff --git a/dev-java/java-getopt/java-getopt-1.0.10.ebuild b/dev-java/java-getopt/java-getopt-1.0.10.ebuild deleted file mode 100644 index f2949cea93cc..000000000000 --- a/dev-java/java-getopt/java-getopt-1.0.10.ebuild +++ /dev/null @@ -1,29 +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/java-getopt/java-getopt-1.0.10.ebuild,v 1.4 2005/08/18 18:32:34 hansmi Exp $ - -inherit java-pkg - -DESCRIPTION="Java command line option parser" -HOMEPAGE="http://www.urbanophile.com/arenn/hacking/download.html" -SRC_URI="ftp://ftp.urbanophile.com/pub/arenn/software/sources/java-getopt-${PV}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="1" -DEPEND=">=virtual/jdk-1.2 - dev-java/ant-core" -RDEPEND=">=virtual/jre-1.2" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S=${WORKDIR} - -src_compile() { - mv gnu/getopt/buildx.xml build.xml - ant all || die "failed to build" -} - -src_install() { - java-pkg_dojar build/lib/gnu.getopt.jar - java-pkg_dohtml -r build/api/* - dodoc gnu/getopt/COPYING.LIB gnu/getopt/ChangeLog gnu/getopt/README -} |