diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-java/picocli | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-java/picocli')
| -rw-r--r-- | dev-java/picocli/Manifest | 1 | ||||
| -rw-r--r-- | dev-java/picocli/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-java/picocli/picocli-4.6.3-r1.ebuild | 46 |
3 files changed, 59 insertions, 0 deletions
diff --git a/dev-java/picocli/Manifest b/dev-java/picocli/Manifest new file mode 100644 index 000000000000..9df597ba2d27 --- /dev/null +++ b/dev-java/picocli/Manifest @@ -0,0 +1 @@ +DIST picocli-4.6.3-sources.tar.gz 56087383 BLAKE2B ce9aaada241358fd570332696b1ac529a9a1e300911aaf2e1f927a94a44a3e38cae96df3d99a7a7e287fb48d429097624004b4ddd792ba564cc9c67ec975d9e0 SHA512 34b8388c6cf268799f06d465aa06e8d5c39c2673806cdfa1b346dac4aaf32ae5b033ae975333b7401bb79c77c4e34b9b932f8699344d6cc00f35a00c1b7bc504 diff --git a/dev-java/picocli/metadata.xml b/dev-java/picocli/metadata.xml new file mode 100644 index 000000000000..cc0ad4843c3b --- /dev/null +++ b/dev-java/picocli/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>java@gentoo.org</email> + </maintainer> + <longdescription>Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source and avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.</longdescription> + <upstream> + <remote-id type="github">remkop/picocli</remote-id> + <bugs-to>https://github.com/remkop/picocli/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/dev-java/picocli/picocli-4.6.3-r1.ebuild b/dev-java/picocli/picocli-4.6.3-r1.ebuild new file mode 100644 index 000000000000..2d44a0eff273 --- /dev/null +++ b/dev-java/picocli/picocli-4.6.3-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source test" +MAVEN_ID="info.picocli:picocli:4.6.3" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Java command line parser with both an annotations API and a programmatic API" +HOMEPAGE="https://picocli.info" +SRC_URI="https://github.com/remkop/${PN}/archive/v${PV}.tar.gz -> ${P}-sources.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm64 ppc64" + +# package org.junit.contrib.java.lang.system does not exist +# the project is here: https://github.com/stefanbirkner/system-rules +RESTRICT="test" + +DEPEND=" + >=virtual/jdk-1.8:* +" + +RDEPEND=" + >=virtual/jre-1.8:* +" + +DOCS=( LICENSE README.md RELEASE-NOTES.md ) + +S="${WORKDIR}/${P}" + +JAVA_SRC_DIR="src/main/java" + +JAVA_TEST_GENTOO_CLASSPATH="junit-4" +JAVA_TEST_SRC_DIR="src/test/java" +JAVA_TEST_RESOURCE_DIRS=( + "src/test/resources" +) + +src_install() { + default # https://bugs.gentoo.org/789582 + java-pkg-simple_src_install +} |
