summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-12-12 08:49:50 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2021-12-12 08:49:55 +0100
commitd0fbe970d05c5428f52dda28494d7d32457aeab4 (patch)
treed7188255add6caf8091d5911f729b604cc4f00f6 /dev-java/picocli
parentapp-doc/linuxfromscratch: update SRC_URI (diff)
downloadgentoo-d0fbe970d05c5428f52dda28494d7d32457aeab4.tar.gz
gentoo-d0fbe970d05c5428f52dda28494d7d32457aeab4.tar.bz2
gentoo-d0fbe970d05c5428f52dda28494d7d32457aeab4.zip
dev-java/picocli: removed obsolete 4.6.1
Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/picocli')
-rw-r--r--dev-java/picocli/Manifest1
-rw-r--r--dev-java/picocli/picocli-4.6.1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-java/picocli/Manifest b/dev-java/picocli/Manifest
index 3039a82b2230..06f45ef16f85 100644
--- a/dev-java/picocli/Manifest
+++ b/dev-java/picocli/Manifest
@@ -1,2 +1 @@
-DIST picocli-4.6.1-sources.tar.gz 13467061 BLAKE2B fd7dc19d572e975a4b47ac0bd9a7ab4be0f5fdf1e3e03c2d3b5026ee9ad6cbcf5e6214234746551d61c427915095e067f44c1d3dfb27071456e76db26d567b23 SHA512 e2c6c6171c3ec9cbe35e7034e119dfe922993c9e7b8d81ea94faeb8b24c9c4c26023be1edb5d67041119c4bf73077d522fbe711e8c1af788063663e2bb06ab1f
DIST picocli-4.6.2-sources.tar.gz 13488726 BLAKE2B dbec032bd0f40a45172e7c72884c32c9f769a9df0bdacc1904f3d45f4b02d1a3cc7c541a2ae4ca8a6754d67b5351412e4d91f2dc6fbbb3fc37bc4e2776ccdd68 SHA512 83ae37666a3c703b186cdb920095ad46de46de9a092841c352ec7db33877fa102afbd24227a1f73cad8be8a75b800f5c1487a8720d7080bdc8aa20dd8acafbe4
diff --git a/dev-java/picocli/picocli-4.6.1.ebuild b/dev-java/picocli/picocli-4.6.1.ebuild
deleted file mode 100644
index e3c258f625d4..000000000000
--- a/dev-java/picocli/picocli-4.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/remkop/picocli/archive/refs/tags/v4.6.1.tar.gz --slot 0 --keywords "~amd64 ~arm64 ~ppc64 ~x68" --ebuild picocli-4.6.1.ebuild
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="info.picocli:picocli:4.0.0-alpha-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="http://picocli.info"
-SRC_URI="https://github.com/remkop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}-sources.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
-
-# package org.junit.contrib.java.lang.system does not exist
-RESTRICT="test"
-
-DEPEND="${CDEPEND}
- >=virtual/jdk-1.8:*
- test? ( dev-java/jansi:0 )"
-
-RDEPEND="${CDEPEND}
- >=virtual/jre-1.8:*"
-
-DOCS=( LICENSE README.md RELEASE-NOTES.md )
-
-S="${WORKDIR}/${P}"
-
-JAVA_SRC_DIR="src/main"
-
-JAVA_TEST_GENTOO_CLASSPATH="jansi,junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-src_install() {
- default
- java-pkg-simple_src_install
-}