summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-01-28 00:08:55 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-01-28 00:08:55 +0000
commit469299e105e7a82e87b07696d913814c0c96747a (patch)
treeeac2bc2b739311bd57f8529f03da37968cc54d05 /dev-java/java-getopt
parent1.2.6_alpha at request from flameeyes (diff)
downloadgentoo-2-469299e105e7a82e87b07696d913814c0c96747a.tar.gz
gentoo-2-469299e105e7a82e87b07696d913814c0c96747a.tar.bz2
gentoo-2-469299e105e7a82e87b07696d913814c0c96747a.zip
Removed old version.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r--dev-java/java-getopt/ChangeLog8
-rw-r--r--dev-java/java-getopt/files/digest-java-getopt-1.0.102
-rw-r--r--dev-java/java-getopt/files/digest-java-getopt-1.0.91
-rw-r--r--dev-java/java-getopt/java-getopt-1.0.9.ebuild29
4 files changed, 8 insertions, 32 deletions
diff --git a/dev-java/java-getopt/ChangeLog b/dev-java/java-getopt/ChangeLog
index 9711b7b04b56..719630f34690 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.10 2005/08/18 18:32:34 hansmi Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.11 2007/01/28 00:08:55 betelgeuse Exp $
+
+ 28 Jan 2007; Petteri Räty <betelgeuse@gentoo.org>
+ -java-getopt-1.0.9.ebuild:
+ Removed old version.
18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
java-getopt-1.0.10.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
index 9f63d6df6643..04d402da0e49 100644
--- a/dev-java/java-getopt/files/digest-java-getopt-1.0.10
+++ b/dev-java/java-getopt/files/digest-java-getopt-1.0.10
@@ -1 +1,3 @@
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/files/digest-java-getopt-1.0.9 b/dev-java/java-getopt/files/digest-java-getopt-1.0.9
deleted file mode 100644
index bdb312cb4bc9..000000000000
--- a/dev-java/java-getopt/files/digest-java-getopt-1.0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ffbba007bb517dc42085d706ef7c0792 java-getopt-1.0.9.tar.gz 43683
diff --git a/dev-java/java-getopt/java-getopt-1.0.9.ebuild b/dev-java/java-getopt/java-getopt-1.0.9.ebuild
deleted file mode 100644
index e9a47a4b0cc5..000000000000
--- a/dev-java/java-getopt/java-getopt-1.0.9.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.9.ebuild,v 1.10 2005/07/15 13:34:11 axxo 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="x86 ppc"
-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
-}