diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-06-27 17:42:56 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-06-27 17:42:56 +0000 |
commit | bd2efda21148303f41118d6822282b85d7307e38 (patch) | |
tree | 706c704526052b599f738e53762232ccbc937a37 /dev-java/java-getopt | |
parent | Added to ~ppc. (Manifest recommit) (diff) | |
download | gentoo-2-bd2efda21148303f41118d6822282b85d7307e38.tar.gz gentoo-2-bd2efda21148303f41118d6822282b85d7307e38.tar.bz2 gentoo-2-bd2efda21148303f41118d6822282b85d7307e38.zip |
Marking stable on ppc
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r-- | dev-java/java-getopt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.9.ebuild | 7 |
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 } |