From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javatoolkit/
Date: Mon, 7 Aug 2017 19:18:59 +0000 (UTC) [thread overview]
Message-ID: <1502133534.072aeb4cb30ce6ae472ac52651f1eec7f394f7cf.monsieurp@gentoo> (raw)
commit: 072aeb4cb30ce6ae472ac52651f1eec7f394f7cf
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 19:18:38 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 19:18:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072aeb4c
dev-java/javatoolkit: EAPI 6 and version bump.
javatoolkit 0.4.0 is Python 3 compatible, \o/!
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-java/javatoolkit/Manifest | 1 +
dev-java/javatoolkit/javatoolkit-0.4.0.ebuild | 29 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-java/javatoolkit/Manifest b/dev-java/javatoolkit/Manifest
index 071901b215e..e051e8eef6c 100644
--- a/dev-java/javatoolkit/Manifest
+++ b/dev-java/javatoolkit/Manifest
@@ -1 +1,2 @@
DIST javatoolkit-0.3.0.tar.bz2 16823 SHA256 47bf8aad2ec58b2d850e8cbe57fe2707859d800b215b24387c7652a50353677c SHA512 e7bbe04e39ab277d0aab89f0eea963c4b0341a336660dab08bfad0510ad1b2b49ce7410a2363bcf9ebad5f8757ee254ddc27af642b4bfb374db52d82cf02c3b1 WHIRLPOOL a9b1034939a0e22c49620bb29d3652e8f5e6a8e71645556fe00463aabc0c1ff2ac2b666f59fd0ceea8ea5dc18579d90cc11a07ba341028831e3b8dd1e8a0e9ce
+DIST javatoolkit-0.4.0.tar.bz2 32156 SHA256 607d383024f2fcb74472f24d1c5bb2bd14929b38738613574737356ed6546c9a SHA512 1b5b596546342312eb841ca59f212ca2a09b2c872c4b6d29d984bb8017eb36b72e5c03ec2ed1e01e2900284495da9809e607c8156a5f26d40f94752847dba7f4 WHIRLPOOL b95ca41e0fb02ad7d078681d1232ce7dfdfec9748c5c71c4cdd273fdcb540a14c053016e2adab32074d5c8d510b336698b73757e2487d3596748cc7802268815
diff --git a/dev-java/javatoolkit/javatoolkit-0.4.0.ebuild b/dev-java/javatoolkit/javatoolkit-0.4.0.ebuild
new file mode 100644
index 00000000000..2548a6ea45e
--- /dev/null
+++ b/dev-java/javatoolkit/javatoolkit-0.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 multilib prefix
+
+DESCRIPTION="Collection of Gentoo-specific tools for Java"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+python_prepare_all() {
+ hprefixify src/py/buildparser src/py/findclass setup.py
+
+ distutils-r1_python_prepare_all
+}
+
+python_install() {
+ distutils-r1_python_install \
+ --install-scripts="${EPREFIX}"/usr/$(get_libdir)/${PN}/bin
+}
next reply other threads:[~2017-08-07 19:19 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-07 19:18 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-23 3:09 [gentoo-commits] repo/gentoo:master commit in: dev-java/javatoolkit/ Michał Górny
2025-03-22 21:19 Arthur Zamarin
2025-03-08 14:57 Arthur Zamarin
2025-03-08 11:57 Arthur Zamarin
2024-06-07 16:27 Sam James
2024-06-03 11:20 Sam James
2024-06-02 7:48 Miroslav Šulc
2024-05-29 9:47 Miroslav Šulc
2023-10-12 9:47 Sam James
2023-09-17 14:35 Arthur Zamarin
2023-02-25 7:00 Miroslav Šulc
2021-12-25 10:14 Georgy Yakovlev
2021-06-27 7:28 Miroslav Šulc
2021-06-24 21:47 Sam James
2021-06-19 19:14 Miroslav Šulc
2021-06-19 17:40 Miroslav Šulc
2020-12-27 14:07 Fabian Groffen
2020-12-23 11:26 Miroslav Šulc
2020-12-22 20:21 Sam James
2020-12-22 20:21 Sam James
2020-12-21 9:41 Sergei Trofimovich
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 10:25 Sergei Trofimovich
2020-12-15 10:28 Miroslav Šulc
2020-11-05 22:41 Patrice Clement
2020-11-05 21:48 Patrice Clement
2020-10-24 11:08 Sergei Trofimovich
2020-10-24 11:03 Sergei Trofimovich
2020-10-20 4:54 Sam James
2020-08-16 9:57 Michał Górny
2020-08-14 7:18 Georgy Yakovlev
2020-05-07 13:18 Michał Górny
2020-04-15 2:49 Mike Gilbert
2019-12-04 16:37 Aaron Bauman
2019-10-30 20:27 Miroslav Šulc
2019-10-29 21:51 Miroslav Šulc
2019-10-29 21:08 Miroslav Šulc
2017-09-08 22:27 Patrice Clement
2017-09-08 22:27 Patrice Clement
2017-08-12 21:47 Patrice Clement
2017-08-08 8:08 Patrice Clement
2017-08-07 23:53 Patrice Clement
2017-03-19 10:02 Fabian Groffen
2017-01-26 21:50 James Le Cuirot
2016-09-17 14:42 Patrice Clement
2016-08-13 8:01 Benda XU
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=1502133534.072aeb4cb30ce6ae472ac52651f1eec7f394f7cf.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