From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/trove/
Date: Fri, 16 Feb 2018 10:27:59 +0000 (UTC) [thread overview]
Message-ID: <1518776850.8b2ded5c9b34d17e7c62b1321e3312c6cfa5a3b1.monsieurp@gentoo> (raw)
commit: 8b2ded5c9b34d17e7c62b1321e3312c6cfa5a3b1
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 09:55:20 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 10:27:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2ded5c
dev-java/trove: EAPI 6 bump.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-java/trove/trove-3.0.2-r3.ebuild | 40 ++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/dev-java/trove/trove-3.0.2-r3.ebuild b/dev-java/trove/trove-3.0.2-r3.ebuild
new file mode 100644
index 00000000000..a2f2a221229
--- /dev/null
+++ b/dev-java/trove/trove-3.0.2-r3.ebuild
@@ -0,0 +1,40 @@
+# 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="GNU Trove: High performance collections for Java"
+SRC_URI="mirror://sourceforge/trove4j/${P}.tar.gz"
+HOMEPAGE="http://trove4j.sourceforge.net"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+
+RDEPEND="
+ >=virtual/jre-1.6"
+
+DEPEND="
+ >=virtual/jdk-1.6"
+
+S="${WORKDIR}/${PV}"
+
+RESTRICT="test"
+
+src_unpack() {
+ unpack ${A}
+ mv "${PV}/${P}-src.jar" . || die
+ rm -rf "${PV}" || die
+ mkdir "${P}" || die
+ unzip -d "${P}" -qq "${P}-src.jar" || die
+ export S="${WORKDIR}/${P}"
+}
+
+src_prepare() {
+ default
+ find . -type f ! -name "*.java" -exec rm -v {} \; || die
+}
next reply other threads:[~2018-02-16 10:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-16 10:27 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-18 21:40 [gentoo-commits] repo/gentoo:master commit in: dev-java/trove/ Patrice Clement
2018-03-01 8:46 Michał Górny
2018-02-16 10:27 Patrice Clement
2016-02-24 14:17 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=1518776850.8b2ded5c9b34d17e7c62b1321e3312c6cfa5a3b1.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