summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-10-24 09:55:51 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-10-24 14:14:02 +0000
commit00d4413dd04413a20b98f987abb4a50578d8978e (patch)
treec7b58ebe4f691c6e486a0129d74082302132f382 /dev-java
parentdev-java/bcmail: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCH... (diff)
downloadgentoo-00d4413dd04413a20b98f987abb4a50578d8978e.tar.gz
gentoo-00d4413dd04413a20b98f987abb4a50578d8978e.tar.bz2
gentoo-00d4413dd04413a20b98f987abb4a50578d8978e.zip
dev-java/itext: Clean up broken versions.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/itext/itext-5.5.4-r1.ebuild56
-rw-r--r--dev-java/itext/itext-5.5.4.ebuild48
2 files changed, 0 insertions, 104 deletions
diff --git a/dev-java/itext/itext-5.5.4-r1.ebuild b/dev-java/itext/itext-5.5.4-r1.ebuild
deleted file mode 100644
index 9f7a091f6580..000000000000
--- a/dev-java/itext/itext-5.5.4-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Java library that generate documents in the Portable Document Format (PDF) and/or HTML."
-HOMEPAGE="http://itextpdf.com"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="AGPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="dev-java/bcmail:0
- dev-java/bcpkix:0
- dev-java/bcprov:1.52
- dev-java/xml-security:0"
-
-RDEPEND="${CDEPEND}
- >=virtual/jre-1.6"
-
-DEPEND="${CDEPEND}
- >=virtual/jdk-1.6
- app-arch/unzip"
-
-JAVA_GENTOO_CLASSPATH="
- bcmail
- bcpkix
- bcprov-1.52
- xml-security"
-
-PATCHES=(
- "${FILESDIR}"/${P}-OcspClientBouncyCastle.java.patch
-)
-
-java_prepare() {
- mkdir source || die
-
- for x in *-sources.jar; do
- unzip -n ${x} -d source || die
- done
-
- rm -v *.jar || die
-
- mkdir target/classes/com/itextpdf/text/pdf/fonts -p || die
- cp source/com/itextpdf/text/pdf/fonts/*{afm,html,txt} target/classes/com/itextpdf/text/pdf/fonts/ || die
- mkdir target/classes/com/itextpdf/text/l10n/ -p || die
- cp -r source/com/itextpdf/text/l10n/* target/classes/com/itextpdf/text/l10n/ || die
-
- epatch "${PATCHES[@]}"
-}
diff --git a/dev-java/itext/itext-5.5.4.ebuild b/dev-java/itext/itext-5.5.4.ebuild
deleted file mode 100644
index 0ecabcdebfbe..000000000000
--- a/dev-java/itext/itext-5.5.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Java library that generate documents in the Portable Document Format (PDF) and/or HTML."
-HOMEPAGE="http://itextpdf.com"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="AGPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEP="
- dev-java/bcmail:0
- >=dev-java/bcprov-1.49:0
- dev-java/bcpkix:0
- dev-java/xml-security:0
-"
-
-RDEPEND="${COMMON_DEP}
- >=virtual/jre-1.5"
-
-DEPEND="${COMMON_DEP}
- >=virtual/jdk-1.5
- app-arch/unzip"
-
-JAVA_GENTOO_CLASSPATH="bcmail,bcprov,bcpkix,xml-security"
-
-java_prepare() {
- mkdir source || die
-
- for x in *-sources.jar; do
- unzip -n ${x} -d source || die
- done
-
- rm -v *.jar || die
-
- mkdir target/classes/com/itextpdf/text/pdf/fonts -p || die
- cp source/com/itextpdf/text/pdf/fonts/*{afm,html,txt} target/classes/com/itextpdf/text/pdf/fonts/ || die
- mkdir target/classes/com/itextpdf/text/l10n/ -p || die
- cp -r source/com/itextpdf/text/l10n/* target/classes/com/itextpdf/text/l10n/ || die
-}