mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 15:49:53 -04:00
dev-java/fontbox: new slot for ~2.0.32
Old fop needs old fontbox. Closes: https://bugs.gentoo.org/967695 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/45090 Closes: https://github.com/gentoo/gentoo/pull/45090 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
fb0a21996f
commit
96527ae9a1
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -26,7 +26,7 @@ SRC_URI="mirror://apache/pdfbox/${PV}/pdfbox-${PV}-src.zip
|
||||
S="${WORKDIR}/pdfbox-${PV}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="2"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/pdfbox.apache.org.asc"
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -37,7 +37,7 @@ CP_DEPEND="
|
||||
dev-java/bcpkix:0
|
||||
dev-java/commons-io:1
|
||||
dev-java/commons-logging:0
|
||||
dev-java/fontbox:0
|
||||
>=dev-java/fontbox-2.0.32-r1:2
|
||||
dev-java/jakarta-servlet-api:6.1
|
||||
dev-java/qdox:1.12
|
||||
dev-java/sun-jai-bin:0
|
||||
@@ -49,7 +49,7 @@ DEPEND="
|
||||
>=virtual/jdk-1.8:*
|
||||
test? (
|
||||
dev-java/mockito:2
|
||||
dev-java/pdfbox:0
|
||||
>=dev-java/pdfbox-2.0.32-r1:2
|
||||
dev-java/xmlunit:1
|
||||
)
|
||||
"
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -59,7 +59,7 @@ SRC_URI="mirror://apache/${PN}/${PV}/${P}-src.zip
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="2"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
IUSE="+tools"
|
||||
|
||||
@@ -77,7 +77,7 @@ CP_DEPEND="
|
||||
dev-java/bcprov:0
|
||||
dev-java/bcutil:0
|
||||
dev-java/commons-logging:0
|
||||
~dev-java/fontbox-${PV}:0
|
||||
~dev-java/fontbox-${PV}:2
|
||||
"
|
||||
DEPEND="
|
||||
${CP_DEPEND}
|
||||
@@ -251,7 +251,7 @@ src_install() {
|
||||
if use tools; then
|
||||
java-pkg_dojar "pdfbox-debugger.jar"
|
||||
java-pkg_dojar "pdfbox-tools.jar"
|
||||
java-pkg_dolauncher ${PN} --main org.apache.pdfbox.tools.PDFBox
|
||||
java-pkg_dolauncher ${PN}-${SLOT} --main org.apache.pdfbox.tools.PDFBox
|
||||
fi
|
||||
|
||||
if use doc; then
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -16,7 +16,7 @@ SRC_URI="mirror://apache/pdfbox/${PV}/pdfbox-${PV}-src.zip
|
||||
S="${WORKDIR}/pdfbox-${PV}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
SLOT="2"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/pdfbox.apache.org.asc"
|
||||
Reference in New Issue
Block a user