diff options
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r-- | dev-java/icu4j/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/icu4j/icu4j-3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/icu4j/icu4j-3.0.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog index 3f24f6422858..e6dc5a6f6f40 100644 --- a/dev-java/icu4j/ChangeLog +++ b/dev-java/icu4j/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/icu4j # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.7 2006/08/15 09:46:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.8 2006/10/05 15:45:52 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> icu4j-3.0.ebuild, + icu4j-3.0-r1.ebuild: + Dropping sparc keywords, see #96229 *icu4j-3.0-r1 (15 Aug 2006) diff --git a/dev-java/icu4j/icu4j-3.0-r1.ebuild b/dev-java/icu4j/icu4j-3.0-r1.ebuild index c43baf5ad4dd..8f77d19e57cc 100644 --- a/dev-java/icu4j/icu4j-3.0-r1.ebuild +++ b/dev-java/icu4j/icu4j-3.0-r1.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/icu4j/icu4j-3.0-r1.ebuild,v 1.1 2006/08/15 09:46:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0-r1.ebuild,v 1.2 2006/10/05 15:45:52 gustavoz Exp $ inherit java-pkg-2 java-ant-2 @@ -12,7 +12,7 @@ SRC_URI="ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}src_${MY_PV}.jar doc? ( ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}docs_${MY_PV}.jar )" LICENSE="icu" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core diff --git a/dev-java/icu4j/icu4j-3.0.ebuild b/dev-java/icu4j/icu4j-3.0.ebuild index 19c2065561ae..45ed6557e7cb 100644 --- a/dev-java/icu4j/icu4j-3.0.ebuild +++ b/dev-java/icu4j/icu4j-3.0.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/icu4j/icu4j-3.0.ebuild,v 1.7 2005/07/09 16:02:29 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0.ebuild,v 1.8 2006/10/05 15:45:52 gustavoz Exp $ inherit java-pkg @@ -12,7 +12,7 @@ SRC_URI="ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}src_${MY_PV}.jar doc? ( ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}docs_${MY_PV}.jar )" LICENSE="icu" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="doc jikes source" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core |