diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-06-04 13:30:47 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-06-05 08:18:09 +0200 |
commit | 6fb03348feb9571c053bf13c2eabc680f576e2ab (patch) | |
tree | eb8d8fe82b1f3ffdbd2895e6bbd274da07b5e98a /dev-java/jopt-simple | |
parent | dev-java/jmh-core: drop 1.21 (diff) | |
download | gentoo-6fb03348feb9571c053bf13c2eabc680f576e2ab.tar.gz gentoo-6fb03348feb9571c053bf13c2eabc680f576e2ab.tar.bz2 gentoo-6fb03348feb9571c053bf13c2eabc680f576e2ab.zip |
dev-java/jopt-simple: drop 4.6-r1, 5.0
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25747
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jopt-simple')
-rw-r--r-- | dev-java/jopt-simple/Manifest | 1 | ||||
-rw-r--r-- | dev-java/jopt-simple/jopt-simple-4.6-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-java/jopt-simple/jopt-simple-5.0.ebuild | 33 |
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-java/jopt-simple/Manifest b/dev-java/jopt-simple/Manifest index e5d7be055edf..abc917a130ca 100644 --- a/dev-java/jopt-simple/Manifest +++ b/dev-java/jopt-simple/Manifest @@ -1,3 +1,2 @@ -DIST jopt-simple-4.6.tar.gz 107082 BLAKE2B 622144647b24049861398cc99ca3cc268baae045f8ca23cdd5bddb2e656bc97d17397ae752ca9a6edc91b8486e1e55ce19ba335d2afadf6c6df4f858faf43a1e SHA512 c2f467521f6419f91206f6036d420671b02106beadff3fc51d1893e6f3f6302b8fcbb31957327b9e40cbfd7a7d55030e0c999d9570d7e29fe7a4375bab10ed76 DIST jopt-simple-5.0.4.tar.gz 120388 BLAKE2B b9eec360f9399a40fa8fe33f14708c14a45689eb78efcdf99f27d666168d67f2670b4aa5bd6e7f26ddff72565107f1359214c808281918947d66874bde237b86 SHA512 ae4274bb4b3e2584dc6fb4370c4d63f9b95e63ff2cd124f92f8ad6e3a4a3dd91cd9e9b70ac423a560d52039508549a5319bb23035215b4a191c4fdc0f0e082d5 DIST jopt-simple-5.0.tar.gz 119502 BLAKE2B 975a0d338fa3154963954fd3b218c944dded023b3a2da59ee2671c73450a578dbf1aee8e52b9f715839e15c1937e0a493c4b37518b73038aa017e1d0ec1ca06a SHA512 f440c62cb307aad7cab64f091c82f78e11a117e60aaadf71883c149a622576531272de3d67859f6df093df658bb0bfb435d9bb33bc729bcda24dcc99d27369ff diff --git a/dev-java/jopt-simple/jopt-simple-4.6-r1.ebuild b/dev-java/jopt-simple/jopt-simple-4.6-r1.ebuild deleted file mode 100644 index 131323ebb6b1..000000000000 --- a/dev-java/jopt-simple/jopt-simple-4.6-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java library for parsing command line options" -HOMEPAGE="https://jopt-simple.github.io/jopt-simple/" -SRC_URI="https://github.com/jopt-simple/jopt-simple/archive/refs/tags/jopt-simple-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="4.6" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" - -RDEPEND=">=virtual/jre-1.8:*" -DEPEND=">=virtual/jdk-1.8:*" - -JAVA_SRC_DIR="src/main/java" - -S="${WORKDIR}/${PN}-${PN}-8808a39" diff --git a/dev-java/jopt-simple/jopt-simple-5.0.ebuild b/dev-java/jopt-simple/jopt-simple-5.0.ebuild deleted file mode 100644 index 763a855732f2..000000000000 --- a/dev-java/jopt-simple/jopt-simple-5.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java library for parsing command line options" -HOMEPAGE="https://pholser.github.com/jopt-simple" -SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="0" - -KEYWORDS="amd64 ppc64 x86" - -RDEPEND=">=virtual/jre-1.8" -DEPEND=">=virtual/jdk-1.8" - -S="${WORKDIR}/${PN}-${PN}-01719a6" - -JAVA_SRC_DIR="src/main/java" - -src_prepare() { - default - rm -v pom.xml || die -} - -src_install() { - einstalldocs - java-pkg-simple_src_install -} |