summaryrefslogtreecommitdiff
path: root/dev-java/commons-cli
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-java/commons-cli
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-java/commons-cli')
-rw-r--r--dev-java/commons-cli/Manifest2
-rw-r--r--dev-java/commons-cli/commons-cli-1.11.0.ebuild48
-rw-r--r--dev-java/commons-cli/metadata.xml9
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-java/commons-cli/Manifest b/dev-java/commons-cli/Manifest
deleted file mode 100644
index bea432bc9504..000000000000
--- a/dev-java/commons-cli/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST commons-cli-1.11.0-src.tar.gz 302658 BLAKE2B 211305ad218e2a5639499200b7e9ca52eb9f91040a3697fdff0a6bd725c1ba4a95effd2544c3957d5482ccf94cff8c02f87ea3b2cf9399177878cc4a3f88519f SHA512 161b4efb628943c3292fc89325632147a4677f7f68bfb06d7d868fc8df07f1ec11623f812d69c3434938487af96e810ff3431ae1d384108d6847cad849160d9d
-DIST commons-cli-1.11.0-src.tar.gz.asc 488 BLAKE2B 7540bf5709e8ea808555e438f4f10ef7f9d04518ef31bd8f59ee37aa2c0f015855900caf05abce3658adcfe92d7544a92a4b9f45ea628513c1534d05c40a052f SHA512 542ec08f2be38a966789de8eb2fc5ec20f0ee2e6ea9af8f0ca495d3bb4ddd4f151a647d77eefcda9f3546fd45cea350b8ea2bca4b530265241268162da78cf2f
diff --git a/dev-java/commons-cli/commons-cli-1.11.0.ebuild b/dev-java/commons-cli/commons-cli-1.11.0.ebuild
deleted file mode 100644
index c09655baaf77..000000000000
--- a/dev-java/commons-cli/commons-cli-1.11.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-JAVA_TESTING_FRAMEWORKS="junit-jupiter"
-
-# Avoid circular dependency
-JAVA_DISABLE_DEPEND_ON_JAVA_DEP_CHECK="true"
-
-inherit java-pkg-2 java-pkg-simple junit5 verify-sig
-
-DESCRIPTION="A Java library for working with the command line arguments and options"
-HOMEPAGE="https://commons.apache.org/proper/commons-cli/"
-SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz
- verify-sig? ( https://downloads.apache.org/commons/cli/source/${P}-src.tar.gz.asc )"
-S="${WORKDIR}/${P}-src"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~x64-macos"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )"
-
-# [-vintage] because, if junit:5 compiled with 'USE=vintage':
-# Error: Module junit not found, required by org.junit.vintage.engine
-DEPEND="
- >=virtual/jdk-11:*
- test? (
- >=dev-java/commons-io-2.21.0:0
- >=dev-java/commons-lang-3.19.0:0
- >=dev-java/commons-text-1.14.0:0
- dev-java/junit:5[-vintage]
- >=dev-java/junit-pioneer-1.9.1-r1:0
- >=dev-java/mockito-4.11.0:4
- >=dev-java/opentest4j-1.3.0-r1:0
- )
-"
-RDEPEND=">=virtual/jre-1.8:*"
-
-JAVA_INTERMEDIATE_JAR_NAME="org.apache.${PN/-/.}"
-JAVA_MODULE_INFO_OUT="src/main"
-JAVA_SRC_DIR="src/main/java"
-JAVA_TEST_GENTOO_CLASSPATH="commons-io commons-lang commons-text junit-5 junit-pioneer mockito-4 opentest4j"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-JAVA_TEST_SRC_DIR="src/test/java"
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc"
diff --git a/dev-java/commons-cli/metadata.xml b/dev-java/commons-cli/metadata.xml
deleted file mode 100644
index 3f89ec24b9fb..000000000000
--- a/dev-java/commons-cli/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>