diff options
author | David Holm <dholm@gentoo.org> | 2004-06-24 08:51:49 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-24 08:51:49 +0000 |
commit | fd8173b5cc98ad4adbd09cfd14da29a78d2b30a3 (patch) | |
tree | df74721b0e655340b3c515c337d4c1aa3249560b /dev-java | |
parent | Added "cd ${S}" to the ebuild so the next patch does not fail on amd64. (diff) | |
download | historical-fd8173b5cc98ad4adbd09cfd14da29a78d2b30a3.tar.gz historical-fd8173b5cc98ad4adbd09cfd14da29a78d2b30a3.tar.bz2 historical-fd8173b5cc98ad4adbd09cfd14da29a78d2b30a3.zip |
Added to ~ppc
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/java-getopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.9.ebuild | 4 | ||||
-rw-r--r-- | dev-java/sablecc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/sablecc/sablecc-2.18.2.ebuild | 4 |
4 files changed, 13 insertions, 7 deletions
diff --git a/dev-java/java-getopt/ChangeLog b/dev-java/java-getopt/ChangeLog index 62872d1d4a47..7fe93817bfe6 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.3 2003/07/11 21:41:53 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.4 2004/06/24 08:48:07 dholm Exp $ + + 24 Jun 2004; David Holm <dholm@gentoo.org> java-getopt-1.0.9.ebuild: + Added to ~ppc. *java-getopt-1.0.0 (18 Oct 2002) 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 ba9bf0b6f592..769b36c1c27e 100644 --- a/dev-java/java-getopt/java-getopt-1.0.9.ebuild +++ b/dev-java/java-getopt/java-getopt-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2004/03/06 23:11:19 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.9.ebuild,v 1.5 2004/06/24 08:48:08 dholm Exp $ DESCRIPTION="Java command line option parser" HOMEPAGE="http://www.urbanophile.com/arenn/hacking/download.html" @@ -10,7 +10,7 @@ LICENSE="LGPL-2.1" SLOT="1" DEPEND=">=virtual/jdk-1.2 >=dev-java/ant-1.4.1" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="" src_unpack() { diff --git a/dev-java/sablecc/ChangeLog b/dev-java/sablecc/ChangeLog index 23fcfe5772de..a195fe4e1655 100644 --- a/dev-java/sablecc/ChangeLog +++ b/dev-java/sablecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/sablecc # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sablecc/ChangeLog,v 1.4 2004/06/03 01:59:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sablecc/ChangeLog,v 1.5 2004/06/24 08:51:49 dholm Exp $ + + 24 Jun 2004; David Holm <dholm@gentoo.org> sablecc-2.18.2.ebuild: + Added to ~ppc. 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> sablecc-2.18.2.ebuild: Fix use invocation diff --git a/dev-java/sablecc/sablecc-2.18.2.ebuild b/dev-java/sablecc/sablecc-2.18.2.ebuild index caab47ae0538..b4307cd5cfe6 100644 --- a/dev-java/sablecc/sablecc-2.18.2.ebuild +++ b/dev-java/sablecc/sablecc-2.18.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sablecc/sablecc-2.18.2.ebuild,v 1.4 2004/06/03 01:59:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sablecc/sablecc-2.18.2.ebuild,v 1.5 2004/06/24 08:51:49 dholm Exp $ inherit java-pkg @@ -9,7 +9,7 @@ HOMEPAGE="http://www.sablecc.org/" SRC_URI="mirror://sourceforge/sablecc/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="jikes" DEPEND=">=virtual/jdk-1.4 |