Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/
Date: Fri, 01 Jul 2022 06:31:17
Message-Id: 1656657062.6624c5fe85ea72c5a4d9fa4b8002300b69096f4a.arthurzam@gentoo
1 commit: 6624c5fe85ea72c5a4d9fa4b8002300b69096f4a
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Fri Jul 1 06:12:51 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 06:31:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6624c5fe
7
8 dev-java/jopt-simple: drop 5.0-r1
9
10 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
11 Closes: https://github.com/gentoo/gentoo/pull/26179
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 dev-java/jopt-simple/Manifest | 1 -
15 dev-java/jopt-simple/jopt-simple-5.0-r1.ebuild | 30 --------------------------
16 2 files changed, 31 deletions(-)
17
18 diff --git a/dev-java/jopt-simple/Manifest b/dev-java/jopt-simple/Manifest
19 index abc917a130ca..cfeed4629d9b 100644
20 --- a/dev-java/jopt-simple/Manifest
21 +++ b/dev-java/jopt-simple/Manifest
22 @@ -1,2 +1 @@
23 DIST jopt-simple-5.0.4.tar.gz 120388 BLAKE2B b9eec360f9399a40fa8fe33f14708c14a45689eb78efcdf99f27d666168d67f2670b4aa5bd6e7f26ddff72565107f1359214c808281918947d66874bde237b86 SHA512 ae4274bb4b3e2584dc6fb4370c4d63f9b95e63ff2cd124f92f8ad6e3a4a3dd91cd9e9b70ac423a560d52039508549a5319bb23035215b4a191c4fdc0f0e082d5
24 -DIST jopt-simple-5.0.tar.gz 119502 BLAKE2B 975a0d338fa3154963954fd3b218c944dded023b3a2da59ee2671c73450a578dbf1aee8e52b9f715839e15c1937e0a493c4b37518b73038aa017e1d0ec1ca06a SHA512 f440c62cb307aad7cab64f091c82f78e11a117e60aaadf71883c149a622576531272de3d67859f6df093df658bb0bfb435d9bb33bc729bcda24dcc99d27369ff
25
26 diff --git a/dev-java/jopt-simple/jopt-simple-5.0-r1.ebuild b/dev-java/jopt-simple/jopt-simple-5.0-r1.ebuild
27 deleted file mode 100644
28 index 71f7f89dab11..000000000000
29 --- a/dev-java/jopt-simple/jopt-simple-5.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -JAVA_PKG_IUSE="doc source"
38 -
39 -inherit java-pkg-2 java-pkg-simple
40 -
41 -DESCRIPTION="A Java library for parsing command line options"
42 -HOMEPAGE="https://jopt-simple.github.io/jopt-simple/"
43 -SRC_URI="https://github.com/jopt-simple/jopt-simple/archive/jopt-simple-${PV}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -
48 -KEYWORDS="amd64 ~arm arm64 ppc64 x86"
49 -
50 -DEPEND=">=virtual/jdk-1.8:*"
51 -RDEPEND=">=virtual/jre-1.8:*"
52 -
53 -S="${WORKDIR}/${PN}-${PN}-01719a6"
54 -
55 -JAVA_SRC_DIR="src/main/java"
56 -JAVA_RESOURCE_DIRS="src/main/resources"
57 -
58 -src_install() {
59 - einstalldocs
60 - java-pkg-simple_src_install
61 -}