diff options
author | 2007-04-02 07:23:32 +0000 | |
---|---|---|
committer | 2007-04-02 07:23:32 +0000 | |
commit | 7479241b4becc0041cc7a5b0d0f43b95263d344a (patch) | |
tree | 6c81c308ed291fb5e13daca23f3ed372d820de9b /dev-java/fastutil | |
parent | Mark 4.02 x86 stable, remove old ebuild. (diff) | |
download | gentoo-2-7479241b4becc0041cc7a5b0d0f43b95263d344a.tar.gz gentoo-2-7479241b4becc0041cc7a5b0d0f43b95263d344a.tar.bz2 gentoo-2-7479241b4becc0041cc7a5b0d0f43b95263d344a.zip |
x86 stable, bug 173011
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-java/fastutil')
-rw-r--r-- | dev-java/fastutil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-4.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/fastutil/fastutil-5.0.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog index ba9b5f496dbb..9fe6cd84475a 100644 --- a/dev-java/fastutil/ChangeLog +++ b/dev-java/fastutil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/fastutil # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.25 2007/04/01 13:42:04 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.26 2007/04/02 07:23:31 opfer Exp $ + + 02 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + fastutil-4.4.2-r1.ebuild, fastutil-5.0.5.ebuild: + x86 stable, bug 173011 01 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -fastutil-4.4.2.ebuild: Cleanup. diff --git a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild b/dev-java/fastutil/fastutil-4.4.2-r1.ebuild index e29f76f22f59..8cba0bfde9db 100644 --- a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild +++ b/dev-java/fastutil/fastutil-4.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r1.ebuild,v 1.1 2007/01/13 12:51:14 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-4.4.2-r1.ebuild,v 1.2 2007/04/02 07:23:31 opfer Exp $ inherit java-pkg-2 java-ant-2 @@ -10,7 +10,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="4.4" IUSE="doc source" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc x86" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-core-1.6 diff --git a/dev-java/fastutil/fastutil-5.0.5.ebuild b/dev-java/fastutil/fastutil-5.0.5.ebuild index 9504c081cb7b..557df3045933 100644 --- a/dev-java/fastutil/fastutil-5.0.5.ebuild +++ b/dev-java/fastutil/fastutil-5.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.0.5.ebuild,v 1.2 2007/01/18 13:29:42 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.0.5.ebuild,v 1.3 2007/04/02 07:23:32 opfer Exp $ inherit java-pkg-2 java-ant-2 @@ -10,7 +10,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="5.0" IUSE="doc source" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc x86" DEPEND=">=virtual/jdk-1.5 >=dev-java/ant-core-1.6 |