summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2023-10-25 08:31:57 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2023-10-25 08:31:57 +0000
commit0e8a5cbf733127448d32a22e60a9a5ca5aad8d7b (patch)
tree1d89c1dd6546df35406340e256678db29c9e3dc8 /metadata/md5-cache/dev-java
parentMerge updates from master (diff)
downloadgentoo-0e8a5cbf733127448d32a22e60a9a5ca5aad8d7b.tar.gz
gentoo-0e8a5cbf733127448d32a22e60a9a5ca5aad8d7b.tar.bz2
gentoo-0e8a5cbf733127448d32a22e60a9a5ca5aad8d7b.zip
2023-10-25 08:31:56 UTC
Diffstat (limited to 'metadata/md5-cache/dev-java')
-rw-r--r--metadata/md5-cache/dev-java/commons-daemon-1.3.416
-rw-r--r--metadata/md5-cache/dev-java/plexus-classworlds-2.7.015
-rw-r--r--metadata/md5-cache/dev-java/xmlunit-1.6-r16
3 files changed, 34 insertions, 3 deletions
diff --git a/metadata/md5-cache/dev-java/commons-daemon-1.3.4 b/metadata/md5-cache/dev-java/commons-daemon-1.3.4
new file mode 100644
index 000000000000..1e49162d6c90
--- /dev/null
+++ b/metadata/md5-cache/dev-java/commons-daemon-1.3.4
@@ -0,0 +1,16 @@
+BDEPEND=verify-sig? ( sec-keys/openpgp-keys-apache-commons ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-16 )
+DEFINED_PHASES=compile install preinst prepare setup test unpack
+DEPEND=>=virtual/jdk-1.8:* test? ( dev-java/junit:5[migration-support] ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:4 )
+DESCRIPTION=Tools to allow Java programs to run as UNIX daemons
+EAPI=8
+HOMEPAGE=https://commons.apache.org/proper/commons-daemon/
+INHERIT=java-pkg-2 java-pkg-simple toolchain-funcs verify-sig
+IUSE=doc source test verify-sig
+KEYWORDS=~amd64 ~ppc64 ~x86
+LICENSE=Apache-2.0
+RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
+RESTRICT=test !test? ( test )
+SLOT=0
+SRC_URI=mirror://apache/commons/daemon/source/commons-daemon-1.3.4-src.tar.gz verify-sig? ( https://downloads.apache.org/commons/daemon/source/commons-daemon-1.3.4-src.tar.gz.asc )
+_eclasses_=java-utils-2 30b5d143e64d691346fcdd85eef1c614 java-pkg-2 1794573de2f5124d88b64ee5dc9aabb4 java-pkg-simple 4ab397252045e0aeb290efb05ea956c7 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 verify-sig 06b4d23e3bacdf7164b1e7f9e059492a
+_md5_=7f5ce2f3857428b9a86e33201dabae57
diff --git a/metadata/md5-cache/dev-java/plexus-classworlds-2.7.0 b/metadata/md5-cache/dev-java/plexus-classworlds-2.7.0
new file mode 100644
index 000000000000..1e699dbfc761
--- /dev/null
+++ b/metadata/md5-cache/dev-java/plexus-classworlds-2.7.0
@@ -0,0 +1,15 @@
+DEFINED_PHASES=compile install preinst prepare setup test
+DEPEND=>=virtual/jdk-1.8:* test? ( dev-java/ant-core:0 dev-java/commons-logging:0 dev-java/xml-commons-external:1.4 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) test? ( dev-java/junit:4 )
+DESCRIPTION=The class loader framework of the Plexus project
+EAPI=8
+HOMEPAGE=https://codehaus-plexus.github.io/plexus-classworlds/
+INHERIT=java-pkg-2 java-pkg-simple
+IUSE=doc source test
+KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86
+LICENSE=Apache-2.0
+RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
+RESTRICT=!test? ( test )
+SLOT=0
+SRC_URI=https://github.com/codehaus-plexus/plexus-classworlds/archive/plexus-classworlds-2.7.0.tar.gz
+_eclasses_=java-utils-2 30b5d143e64d691346fcdd85eef1c614 java-pkg-2 1794573de2f5124d88b64ee5dc9aabb4 java-pkg-simple 4ab397252045e0aeb290efb05ea956c7
+_md5_=b73930fd5cb09bf8ec45bdccb345b40d
diff --git a/metadata/md5-cache/dev-java/xmlunit-1.6-r1 b/metadata/md5-cache/dev-java/xmlunit-1.6-r1
index 3c51b73916a0..98a6ad8c8b6a 100644
--- a/metadata/md5-cache/dev-java/xmlunit-1.6-r1
+++ b/metadata/md5-cache/dev-java/xmlunit-1.6-r1
@@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install preinst prepare setup test
DEPEND=>=virtual/jdk-1.8:* app-arch/unzip:0 doc? ( app-text/docbook-xsl-stylesheets:0 ) test? ( dev-java/ant-junit:0 dev-java/ant-core:0 ) dev-java/junit:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 dev-java/javatoolkit
DESCRIPTION=XMLUnit extends JUnit and NUnit to enable unit testing of XML
EAPI=8
-HOMEPAGE=http://xmlunit.sourceforge.net/
+HOMEPAGE=https://sourceforge.net/projects/xmlunit/ https://www.xmlunit.org
INHERIT=java-pkg-2 java-ant-2
IUSE=doc source test
KEYWORDS=amd64 ~arm64 ppc64 x86
@@ -10,6 +10,6 @@ LICENSE=BSD
RDEPEND=>=virtual/jre-1.8:* dev-java/junit:0 >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=!test? ( test )
SLOT=1
-SRC_URI=mirror://sourceforge/xmlunit/xmlunit-1.6-src.zip
+SRC_URI=mirror://sourceforge/project/xmlunit/xmlunit%20for%20Java/XMLUnit%20for%20Java%201.6/xmlunit-1.6-src.zip
_eclasses_=java-utils-2 30b5d143e64d691346fcdd85eef1c614 java-pkg-2 1794573de2f5124d88b64ee5dc9aabb4 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc java-ant-2 19239227fab7816f57abbc0c7d819396
-_md5_=9394d087cfd29588535e4561e6d5d06a
+_md5_=f771c91245e878c1083966be775a99cf