summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2009-02-04 12:25:53 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2009-02-04 12:25:53 +0000
commit1dd03cf27740addd8e096169e94258c664e895d8 (patch)
treeb1a1eed1e5158b095ca18990fc450e3ca666aae8 /dev-java/icu4j
parentRemove old versions. (diff)
downloadgentoo-2-1dd03cf27740addd8e096169e94258c664e895d8.tar.gz
gentoo-2-1dd03cf27740addd8e096169e94258c664e895d8.tar.bz2
gentoo-2-1dd03cf27740addd8e096169e94258c664e895d8.zip
Remove old ebuilds.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r--dev-java/icu4j/ChangeLog8
-rw-r--r--dev-java/icu4j/icu4j-3.0-r1.ebuild42
-rw-r--r--dev-java/icu4j/icu4j-3.6.1-r1.ebuild70
-rw-r--r--dev-java/icu4j/icu4j-3.6.1.ebuild70
4 files changed, 6 insertions, 184 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog
index 20fbb31eb2f5..60f016c2e3d6 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.28 2008/11/24 10:21:50 caster Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.29 2009/02/04 12:25:53 betelgeuse Exp $
+
+ 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org> -icu4j-3.0-r1.ebuild,
+ -icu4j-3.6.1.ebuild, -icu4j-3.6.1-r1.ebuild:
+ Remove old ebuilds.
24 Nov 2008; Vlastimil Babka <caster@gentoo.org> icu4j-4.0.ebuild:
Restrict jdk deps to rule out 1.7, fails with it.
diff --git a/dev-java/icu4j/icu4j-3.0-r1.ebuild b/dev-java/icu4j/icu4j-3.0-r1.ebuild
deleted file mode 100644
index 123cd6f3f011..000000000000
--- a/dev-java/icu4j/icu4j-3.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.11 2008/03/17 21:40:31 betelgeuse Exp $
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="International Components for Unicode for Java"
-
-HOMEPAGE="http://oss.software.ibm.com/icu4j/"
-MY_PV=${PV/./_}
-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 ~ia64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}
-
-src_unpack() {
- jar -xf "${DISTDIR}/${PN}src_${MY_PV}.jar" || die "failed to unpack"
- if use doc; then
- mkdir docs; cd docs
- jar -xf "${DISTDIR}/${PN}docs_${MY_PV}.jar" || die "failed to unpack docs"
- fi
-}
-
-src_compile() {
- eant jar || die "compile failed"
-}
-
-src_install() {
- java-pkg_dojar ${PN}.jar
-
- use doc && java-pkg_dohtml -r readme.html docs/*
- use source && java-pkg_dosrc src/*
-}
diff --git a/dev-java/icu4j/icu4j-3.6.1-r1.ebuild b/dev-java/icu4j/icu4j-3.6.1-r1.ebuild
deleted file mode 100644
index 035499b2b923..000000000000
--- a/dev-java/icu4j/icu4j-3.6.1-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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.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.
-# testdata.jar and icudata.jar do not contain *.class files but *.res files
-# These *.res data files are needed to built the final jar
-# They do not need to be installed however as they will already be present in icu4j.jar
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2 java-osgi
-
-DESCRIPTION="ICU4J is a set of Java libraries providing Unicode and Globalization support."
-MY_PV=${PV//./_}
-
-SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}src_${MY_PV}.jar
- doc? ( http://download.icu-project.org/files/${PN}/${PV}/${PN}docs_${MY_PV}.jar )"
-
-HOMEPAGE="http://www.icu-project.org/"
-LICENSE="icu"
-SLOT="0"
-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 )
- app-arch/unzip"
-
-IUSE="doc test"
-
-S="${WORKDIR}"
-
-src_unpack() {
- jar -xf "${DISTDIR}/${PN}src_${MY_PV}.jar" || die "Failed to unpack"
-
- if use doc; then
- mkdir docs; cd docs
- jar -xf "${DISTDIR}/${PN}docs_${MY_PV}.jar" || die "Failed to unpack docs"
- fi
-}
-
-src_compile() {
- # Classes extending CharsetICU not implementing Comparable
- # Breaks with ecj on jdk 1.5+, javac doesn't mind - Sun's hack?
- # Restricting to javac (didn't even care to try jikes) is better
- # than forcing 1.4
- java-pkg_force-compiler javac
- eant jar || die "Compile failed"
-}
-
-src_install() {
- java-osgi_newjar-fromfile "${PN}.jar" "${FILESDIR}/icu4j-${PV}-manifest" \
- "International Components for Unicode for Java (ICU4J)"
- java-pkg_dojar "${PN}-charsets.jar"
-
- use doc && dohtml -r readme.html docs/*
- use source && java-pkg_dosrc src/*
-}
-
-# Following tests will fail in Sun JDK 6 (at least):
-# toUnicode: http://bugs.icu-project.org/trac/ticket/5663
-# TimeZoneTransitionAdd: http://bugs.icu-project.org/trac/ticket/5887
-# These are bugs in the tests themselves, not in the library
-
-src_test() {
- eant check
-}
diff --git a/dev-java/icu4j/icu4j-3.6.1.ebuild b/dev-java/icu4j/icu4j-3.6.1.ebuild
deleted file mode 100644
index fc90ebd69aef..000000000000
--- a/dev-java/icu4j/icu4j-3.6.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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.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.
-# testdata.jar and icudata.jar do not contain *.class files but *.res files
-# These *.res data files are needed to built the final jar
-# They do not need to be installed however as they will already be present in icu4j.jar
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2 java-osgi
-
-DESCRIPTION="ICU4J is a set of Java libraries providing Unicode and Globalization support."
-MY_PV=${PV//./_}
-
-SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}src_${MY_PV}.jar
- doc? ( http://download.icu-project.org/files/${PN}/${PV}/${PN}docs_${MY_PV}.jar )"
-
-HOMEPAGE="http://www.icu-project.org/"
-LICENSE="icu"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-
-RDEPEND=">=virtual/jre-1.4"
-
-DEPEND="test? ( =virtual/jdk-1.5* )
- !test? ( >=virtual/jdk-1.4 )
- app-arch/unzip"
-
-IUSE="doc test"
-
-S="${WORKDIR}"
-
-src_unpack() {
- jar -xf "${DISTDIR}/${PN}src_${MY_PV}.jar" || die "Failed to unpack"
-
- if use doc; then
- mkdir docs; cd docs
- jar -xf "${DISTDIR}/${PN}docs_${MY_PV}.jar" || die "Failed to unpack docs"
- fi
-}
-
-src_compile() {
- # Classes extending CharsetICU not implementing Comparable
- # Breaks with ecj on jdk 1.5+, javac doesn't mind - Sun's hack?
- # Restricting to javac (didn't even care to try jikes) is better
- # than forcing 1.4
- java-pkg_force-compiler javac
- eant jar || die "Compile failed"
-}
-
-src_install() {
- java-osgi_newjar-fromfile "${PN}.jar" "${FILESDIR}/icu4j-${PV}-manifest" \
- "International Components for Unicode for Java (ICU4J)"
- java-pkg_dojar "${PN}-charsets.jar"
-
- use doc && dohtml -r readme.html docs/*
- use source && java-pkg_dosrc src/*
-}
-
-# Following tests will fail in Sun JDK 6 (at least):
-# toUnicode: http://bugs.icu-project.org/trac/ticket/5663
-# TimeZoneTransitionAdd: http://bugs.icu-project.org/trac/ticket/5887
-# These are bugs in the tests themselves, not in the library
-
-src_test() {
- eant check
-}