summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-03-17 21:40:31 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-03-17 21:40:31 +0000
commit58f4141fe4b19211011b7224e6208a58ec8a12c0 (patch)
tree469837e1568f2923d692298f8cc3ed7c6d26d52a /dev-java/icu4j
parentVersion bump for GNOME-2.22 - includes only translation updates (diff)
downloadgentoo-2-58f4141fe4b19211011b7224e6208a58ec8a12c0.tar.gz
gentoo-2-58f4141fe4b19211011b7224e6208a58ec8a12c0.tar.bz2
gentoo-2-58f4141fe4b19211011b7224e6208a58ec8a12c0.zip
Add app-arch/unzip to DEPEND.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r--dev-java/icu4j/ChangeLog6
-rw-r--r--dev-java/icu4j/icu4j-3.0-r1.ebuild9
-rw-r--r--dev-java/icu4j/icu4j-3.6.1-r1.ebuild5
-rw-r--r--dev-java/icu4j/icu4j-3.6.1.ebuild5
-rw-r--r--dev-java/icu4j/icu4j-3.8.1.ebuild5
5 files changed, 19 insertions, 11 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog
index d1fedfc387b1..646e0e47d0f0 100644
--- a/dev-java/icu4j/ChangeLog
+++ b/dev-java/icu4j/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/icu4j
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.21 2008/03/17 21:37:34 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.22 2008/03/17 21:40:31 betelgeuse Exp $
+
+ 17 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> icu4j-3.0-r1.ebuild,
+ icu4j-3.6.1.ebuild, icu4j-3.6.1-r1.ebuild, icu4j-3.8.1.ebuild:
+ Add app-arch/unzip to DEPEND.
17 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> icu4j-3.8.1.ebuild:
Don't allow building with 1.7 as it fails. Fixes bug #213555.
diff --git a/dev-java/icu4j/icu4j-3.0-r1.ebuild b/dev-java/icu4j/icu4j-3.0-r1.ebuild
index 849d9eb5ebbc..123cd6f3f011 100644
--- a/dev-java/icu4j/icu4j-3.0-r1.ebuild
+++ b/dev-java/icu4j/icu4j-3.0-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2008 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.10 2008/03/11 08:52:09 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.0-r1.ebuild,v 1.11 2008/03/17 21:40:31 betelgeuse Exp $
+
+JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
@@ -13,10 +15,9 @@ SRC_URI="ftp://www-126.ibm.com/pub/icu4j/${PV}/${PN}src_${MY_PV}.jar
LICENSE="icu"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="doc source"
+IUSE=""
DEPEND=">=virtual/jdk-1.4
- dev-java/ant-core
- source? ( app-arch/zip )"
+ app-arch/unzip"
RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}
diff --git a/dev-java/icu4j/icu4j-3.6.1-r1.ebuild b/dev-java/icu4j/icu4j-3.6.1-r1.ebuild
index c5a6ff1cad6d..035499b2b923 100644
--- a/dev-java/icu4j/icu4j-3.6.1-r1.ebuild
+++ b/dev-java/icu4j/icu4j-3.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.6.1-r1.ebuild,v 1.2 2008/03/11 08:52:09 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.6.1-r1.ebuild,v 1.3 2008/03/17 21:40:31 betelgeuse Exp $
# We currently download the Javadoc documentation.
# It could optionally be built using the Ant build file.
@@ -26,7 +26,8 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
RDEPEND=">=virtual/jre-1.4"
DEPEND="test? ( || ( =virtual/jdk-1.5* =virtual/jdk-1.4* ) )
- !test? ( >=virtual/jdk-1.4 )"
+ !test? ( >=virtual/jdk-1.4 )
+ app-arch/unzip"
IUSE="doc test"
diff --git a/dev-java/icu4j/icu4j-3.6.1.ebuild b/dev-java/icu4j/icu4j-3.6.1.ebuild
index fe0dd2a7dd59..fc90ebd69aef 100644
--- a/dev-java/icu4j/icu4j-3.6.1.ebuild
+++ b/dev-java/icu4j/icu4j-3.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.6.1.ebuild,v 1.4 2008/03/11 08:52:09 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.6.1.ebuild,v 1.5 2008/03/17 21:40:31 betelgeuse Exp $
# We currently download the Javadoc documentation.
# It could optionally be built using the Ant build file.
@@ -26,7 +26,8 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
RDEPEND=">=virtual/jre-1.4"
DEPEND="test? ( =virtual/jdk-1.5* )
- !test? ( >=virtual/jdk-1.4 )"
+ !test? ( >=virtual/jdk-1.4 )
+ app-arch/unzip"
IUSE="doc test"
diff --git a/dev-java/icu4j/icu4j-3.8.1.ebuild b/dev-java/icu4j/icu4j-3.8.1.ebuild
index db8cf1f9e676..1a5f5e366d4e 100644
--- a/dev-java/icu4j/icu4j-3.8.1.ebuild
+++ b/dev-java/icu4j/icu4j-3.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.8.1.ebuild,v 1.2 2008/03/17 21:37:34 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.8.1.ebuild,v 1.3 2008/03/17 21:40:31 betelgeuse Exp $
# We currently download the Javadoc documentation.
# It could optionally be built using the Ant build file.
@@ -28,7 +28,8 @@ RDEPEND=">=virtual/jre-1.4"
# build.xml does file version detection that fails for 1.7
# http://bugs.gentoo.org/show_bug.cgi?id=213555
DEPEND="test? ( || ( =virtual/jdk-1.5* =virtual/jdk-1.4* ) )
- !test? ( || ( =virtual/jdk-1.6* =virtual/jdk-1.5* =virtual/jdk-1.4* ) )"
+ !test? ( || ( =virtual/jdk-1.6* =virtual/jdk-1.5* =virtual/jdk-1.4* ) )
+ app-arch/unzip"
IUSE="doc test"