commit:     2fa64ba45e00e389bbf7005578ad7ff3a8f50151
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Jun 15 15:40:26 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 08:39:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa64ba4

dev-java/xmlgraphics-commons: bump to 2.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21255
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/xmlgraphics-commons/Manifest              |  1 +
 .../xmlgraphics-commons-2.6.ebuild                 | 75 ++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/dev-java/xmlgraphics-commons/Manifest 
b/dev-java/xmlgraphics-commons/Manifest
index 6deafdedb95..fd425bbbc52 100644
--- a/dev-java/xmlgraphics-commons/Manifest
+++ b/dev-java/xmlgraphics-commons/Manifest
@@ -1 +1,2 @@
 DIST xmlgraphics-commons-2.0.1-src.tar.gz 2716982 BLAKE2B 
52d878455886f85a04ec27d04568a6a0a955860978243d6840f61083fd13597a2f066cc9821f2fced27245c98c6cb6e09caa3ad200d45069f640166a7c772cbd
 SHA512 
fca5c593ceec18b040a0a57b74ba5377d5e070030f48b7835285986382795b19072bdf6320fd7e37182e4127883b795249ee1cb4255bcdfb1b00da1cf6032018
+DIST xmlgraphics-commons-2.6-src.tar.gz 2718577 BLAKE2B 
7be3565d2224adcb1a804a089f6f52810852117a7c13129822bd1a9f27f7c10abf186b5b7d703c0351ef76d50ddb741fae65094af35d2037044ad56220989dfe
 SHA512 
bdf7fb21d076ba722648da016b0686ed3ea6f56b8ba1a8cea34b517095bf91ff900a937e45aba0977389ab736b1815a5733908ad4242911246555dce61cf4cfd

diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.6.ebuild 
b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.6.ebuild
new file mode 100644
index 00000000000..7944c5f5440
--- /dev/null
+++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.6.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom 
/var/tmp/portage/dev-java/xmlgraphics-commons-2.6/work/xmlgraphics-commons-2.6/pom.xml
 --download-uri mirror://apache/xmlgraphics/commons/source/2.6-src.tar.gz 
--slot 2 --keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild 
xmlgraphics-commons-2.6.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.apache.xmlgraphics:xmlgraphics-commons:2.6"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="XML Graphics Commons"
+HOMEPAGE="https://xmlgraphics.apache.org/commons/";
+SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: /var/tmp/portage/dev-java/${P}/work/${P}/pom.xml
+# commons-io:commons-io:1.3.2 -> >=dev-java/commons-io-2.8.0:1
+# commons-logging:commons-logging:1.2 -> >=dev-java/commons-logging-1.2:0
+
+CDEPEND="
+       dev-java/commons-io:1
+       dev-java/commons-logging:0
+"
+
+# Compile dependencies
+# POM: /var/tmp/portage/dev-java/${P}/work/${P}/pom.xml
+# test? junit:junit:4.11 -> >=dev-java/junit-4.13.2:4
+# test? org.mockito:mockito-core:1.8.5 -> >=dev-java/mockito-1.9.5:0
+# test? xml-resolver:xml-resolver:1.2 -> >=dev-java/xml-commons-resolver-1.2:0
+
+DEPEND="${CDEPEND}
+       >=virtual/jdk-1.8:*
+       test? (
+               dev-java/mockito:0
+               dev-java/xml-commons-resolver:0
+       )
+"
+
+RDEPEND="${CDEPEND}
+       >=virtual/jre-1.8:*
+"
+
+DOCS=( LICENSE NOTICE README )
+
+S="${WORKDIR}/${P}"
+
+JAVA_GENTOO_CLASSPATH="commons-io-1,commons-logging"
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4,mockito,xml-commons-resolver"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+
+# Tests run: 189,  Failures: 12
+JAVA_TEST_EXCLUDES=(
+       "org.apache.xmlgraphics.xmp.XMPParserTestCase"
+       "org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoderTestCase"
+       "org.apache.xmlgraphics.image.loader.impl.ImageLoaderImageIOTestCase"
+       "org.apache.xmlgraphics.ps.dsc.ListenerTestCase"
+       "org.apache.xmlgraphics.io.XmlSourceUtilTestCase"
+)
+
+src_install() {
+       default
+       java-pkg-simple_src_install
+}

Reply via email to