diff options
Diffstat (limited to 'dev-java/fastutil')
-rw-r--r-- | dev-java/fastutil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-4.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-4.4.1.ebuild | 6 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-4.4.2.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog index 1209be40bb4f..b886b9ffb236 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/fastutil # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.19 2006/01/06 04:49:29 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.20 2006/10/05 15:41:17 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> fastutil-4.3.1.ebuild, + fastutil-4.4.1.ebuild, fastutil-4.4.2.ebuild: + Dropping sparc keywords, see #96229 *fastutil-4.4.2 (06 Jan 2006) diff --git a/dev-java/fastutil/fastutil-4.3.1.ebuild b/dev-java/fastutil/fastutil-4.3.1.ebuild index 743694e69062..9cb48ba2863d 100644 --- a/dev-java/fastutil/fastutil-4.3.1.ebuild +++ b/dev-java/fastutil/fastutil-4.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.3.1.ebuild,v 1.7 2005/07/15 13:40:08 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.3.1.ebuild,v 1.8 2006/10/05 15:41:17 gustavoz Exp $ inherit java-pkg @@ -10,7 +10,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="4.3" IUSE="doc jikes" -KEYWORDS="x86 ~sparc ppc amd64" +KEYWORDS="x86 ppc amd64" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core diff --git a/dev-java/fastutil/fastutil-4.4.1.ebuild b/dev-java/fastutil/fastutil-4.4.1.ebuild index 256b10712133..8426b429dc9c 100644 --- a/dev-java/fastutil/fastutil-4.4.1.ebuild +++ b/dev-java/fastutil/fastutil-4.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.4.1.ebuild,v 1.2 2005/07/15 13:40:08 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.4.1.ebuild,v 1.3 2006/10/05 15:41:17 gustavoz Exp $ inherit java-pkg @@ -10,7 +10,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="4.4" IUSE="doc jikes source" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-core-1.6 diff --git a/dev-java/fastutil/fastutil-4.4.2.ebuild b/dev-java/fastutil/fastutil-4.4.2.ebuild index ebeda4fb8958..290feeecda08 100644 --- a/dev-java/fastutil/fastutil-4.4.2.ebuild +++ b/dev-java/fastutil/fastutil-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.4.2.ebuild,v 1.1 2006/01/06 04:49:29 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.4.2.ebuild,v 1.2 2006/10/05 15:41:17 gustavoz Exp $ inherit java-pkg @@ -10,7 +10,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="4.4" IUSE="doc jikes source" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-core-1.6 |