summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-06-27 17:42:56 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-06-27 17:42:56 +0000
commitb6b29a9fcfedcac3aeaffe77a4346286607ba655 (patch)
tree1684ca7bdddc12a541d688d944361d331422257b /dev-java/java-getopt
parentAdded to ~ppc. (diff)
downloadhistorical-b6b29a9fcfedcac3aeaffe77a4346286607ba655.tar.gz
historical-b6b29a9fcfedcac3aeaffe77a4346286607ba655.tar.bz2
historical-b6b29a9fcfedcac3aeaffe77a4346286607ba655.zip
Marking stable on ppc
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r--dev-java/java-getopt/ChangeLog5
-rw-r--r--dev-java/java-getopt/java-getopt-1.0.9.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-java/java-getopt/ChangeLog b/dev-java/java-getopt/ChangeLog
index 61aaeeb4c070..4cdf499b1d79 100644
--- a/dev-java/java-getopt/ChangeLog
+++ b/dev-java/java-getopt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/java-getopt
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.5 2004/06/24 22:31:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.6 2004/06/27 17:42:56 zx Exp $
+
+ 27 Jun 2004; Chris Aniszczyk <zx@gentoo.org> java-getopt-1.0.9.ebuild:
+ Marking stable on ppc
24 Jun 2004; David Holm <dholm@gentoo.org> java-getopt-1.0.9.ebuild:
Added to ~ppc.
diff --git a/dev-java/java-getopt/java-getopt-1.0.9.ebuild b/dev-java/java-getopt/java-getopt-1.0.9.ebuild
index 899685c2fba6..b5351e070fa1 100644
--- a/dev-java/java-getopt/java-getopt-1.0.9.ebuild
+++ b/dev-java/java-getopt/java-getopt-1.0.9.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2004 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.6 2004/06/24 22:31:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.9.ebuild,v 1.7 2004/06/27 17:42:56 zx Exp $
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"
-S=${WORKDIR}
LICENSE="LGPL-2.1"
SLOT="1"
DEPEND=">=virtual/jdk-1.2
>=dev-java/ant-1.4.1"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
IUSE=""
+S=${WORKDIR}
+
src_unpack() {
unpack ${P}.tar.gz
}