From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/
Date: Sun, 5 Aug 2018 13:53:16 +0000 (UTC) [thread overview]
Message-ID: <1533477184.3849ec47b0eabb3b62d5fde33c97b013061f06ae.monsieurp@gentoo> (raw)
commit: 3849ec47b0eabb3b62d5fde33c97b013061f06ae
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 5 13:37:20 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 5 13:53:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3849ec47
dev-java/jopt-simple: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-java/jopt-simple/Manifest | 1 +
dev-java/jopt-simple/jopt-simple-5.0.ebuild | 33 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-java/jopt-simple/Manifest b/dev-java/jopt-simple/Manifest
index 17c911b6299..31ca474d083 100644
--- a/dev-java/jopt-simple/Manifest
+++ b/dev-java/jopt-simple/Manifest
@@ -1,3 +1,4 @@
DIST jopt-simple-4.6.tar.gz 107066 BLAKE2B 469ff2c3d6359b14ec95dd6b25639f01d681d72b492d28061e0ecaac729d6a1520202691da619be274e8412af88905afe93c44b3026dccaa126bd91c4d3fd67b SHA512 33c7e111312c46376d46195cdc659f011af688d4078316a2b8dcc0dfdee480a658a331902b53bb53d1b952978623e012ed595fee269e24680cffeb6c04b40f8b
DIST jopt-simple-4.8.tar.gz 110173 BLAKE2B 75fa9659ba772ffa4d4acbbba6524c0719a0a5af8afbbd9dec0a5f9225ec75971907be3edbbbf73f320b67da8c7b3075be45380ef821913518b8e4b1917eb37b SHA512 cc5360cf97446117849f93397c41734a9a001ea623e9ea4223b8d760f36897c62103ab9d2dabfcf0fa032db8e33f7bc51759d626d7bd76dda3adc61fa6622984
DIST jopt-simple-4.9.tar.gz 114636 BLAKE2B c694ab5fe373de6baad8789346aa763bea946da766c8123c6576616f0a081768e364c4b012772c8da0e8961f10bcefff60807ffc45f94d04921df4e5065fd58d SHA512 28b95ac9a508251b80b0283fc57422fef3f36676ad9160974386faf7f02eb7a0cda00ca1970046ed66863d49e784efba955695fcfd8b5b2535cfaefcb1035360
+DIST jopt-simple-5.0.tar.gz 119502 BLAKE2B 975a0d338fa3154963954fd3b218c944dded023b3a2da59ee2671c73450a578dbf1aee8e52b9f715839e15c1937e0a493c4b37518b73038aa017e1d0ec1ca06a SHA512 f440c62cb307aad7cab64f091c82f78e11a117e60aaadf71883c149a622576531272de3d67859f6df093df658bb0bfb435d9bb33bc729bcda24dcc99d27369ff
diff --git a/dev-java/jopt-simple/jopt-simple-5.0.ebuild b/dev-java/jopt-simple/jopt-simple-5.0.ebuild
new file mode 100644
index 00000000000..2e1b2b874ec
--- /dev/null
+++ b/dev-java/jopt-simple/jopt-simple-5.0.ebuild
@@ -0,0 +1,33 @@
+# 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
+}
next reply other threads:[~2018-08-05 13:53 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-05 13:53 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-01 6:31 [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/ Arthur Zamarin
2022-07-01 5:56 Arthur Zamarin
2022-06-30 7:01 Agostino Sarubbo
2022-06-29 17:15 Arthur Zamarin
2022-06-29 11:58 Sam James
2022-06-05 6:18 Miroslav Šulc
2022-06-04 11:15 Jakov Smolić
2022-06-04 10:45 Jakov Smolić
2022-06-04 10:45 Jakov Smolić
2022-06-04 10:44 Jakov Smolić
2022-05-30 8:40 Florian Schmaus
2022-05-30 8:40 Florian Schmaus
2022-05-05 17:30 Arthur Zamarin
2022-05-05 17:30 Arthur Zamarin
2022-05-05 8:54 Florian Schmaus
2022-02-17 23:15 Miroslav Šulc
2022-02-17 19:33 Arthur Zamarin
2022-02-17 18:14 Sam James
2022-02-17 18:14 Sam James
2022-01-20 12:58 Arthur Zamarin
2022-01-18 17:14 Miroslav Šulc
2022-01-18 17:14 Miroslav Šulc
2022-01-06 20:16 Arthur Zamarin
2022-01-06 20:14 Arthur Zamarin
2018-10-28 22:39 Patrice Clement
2018-08-05 15:04 Patrice Clement
2018-08-05 13:53 Patrice Clement
2018-08-05 13:53 Patrice Clement
2016-10-18 0:23 Austin English
2016-10-04 6:16 Patrice Clement
2016-09-21 0:34 Patrice Clement
2016-09-21 0:34 Patrice Clement
2016-02-18 19:39 Patrice Clement
2015-11-15 17:29 Patrice Clement
2015-11-15 17:29 Patrice Clement
2015-11-04 10:58 Patrice Clement
2015-11-04 10:20 Patrice Clement
2015-11-04 10:20 Patrice Clement
2015-11-04 10:20 Patrice Clement
2015-11-04 10:20 Patrice Clement
2015-09-30 23:19 Patrice Clement
2015-09-30 23:19 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1533477184.3849ec47b0eabb3b62d5fde33c97b013061f06ae.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox