public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javatoolkit/
Date: Sat, 08 Mar 2025 11:57:38 +0000 (UTC)	[thread overview]
Message-ID: <1741435031.3da9ec382ab9e03d8ee3a6121cafc164e841877e.arthurzam@gentoo> (raw)

commit:     3da9ec382ab9e03d8ee3a6121cafc164e841877e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 11:57:11 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 11:57:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da9ec38

dev-java/javatoolkit: add 0.6.8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-java/javatoolkit/Manifest                 |  1 +
 dev-java/javatoolkit/javatoolkit-0.6.8.ebuild | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-java/javatoolkit/Manifest b/dev-java/javatoolkit/Manifest
index cee06ad25395..cc6e5dbc0e5e 100644
--- a/dev-java/javatoolkit/Manifest
+++ b/dev-java/javatoolkit/Manifest
@@ -1 +1,2 @@
 DIST javatoolkit-0.6.7.tar.bz2 24514 BLAKE2B 5da4c95ac561b71a3019c265a5233eb825f5f57ae35e1dfefccc2fc26a5c967dcf562c321ff61f6ad4d702f4f656927cf21fa32eadb2454b18444505ba16ae91 SHA512 34e9e9d08ed486f57bbb33bed437ff7e4bbdcb6ff8f57c338e787db0ca5688a27eaf9e21f47b5d245279c58cbdaeab0d61b469b3f176ab37a18f122123c885d0
+DIST javatoolkit-0.6.8.tar.bz2 21983 BLAKE2B ba91b6a8d905e6450a82c3ced6a983c393ee31c7c2f400dd19d351f5b2283e2da11ed375e8391ca99a389c11a29f9f6df213ffd40ca7129d5d520cf7c4c5b2ec SHA512 996c9b0a83dee59842e9ae89465cf3ffb3d9f2114b1c85326cfa936ff558ddf68c5559d91f2f07b9367c74ab2ea59a8a30db4c537f69953b965f175c65892bb6

diff --git a/dev-java/javatoolkit/javatoolkit-0.6.8.ebuild b/dev-java/javatoolkit/javatoolkit-0.6.8.ebuild
new file mode 100644
index 000000000000..9eaa654d62bf
--- /dev/null
+++ b/dev-java/javatoolkit/javatoolkit-0.6.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="xml(+)"
+DISTUTILS_USE_PEP517=flit
+
+inherit distutils-r1 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 ~arm64 ~ppc64 ~sparc ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+	hprefixify src/py/buildparser src/py/findclass setup.py
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	eunittest -t src -s test
+}
+
+src_install() {
+	distutils-r1_src_install
+
+	# The java eclasses expect the scripts to be in a special location
+	cd "${ED}"/usr/bin || die
+	local script
+	for script in *; do
+		rm "${script}" || die
+		dosym -r /usr/lib/python-exec/python-exec2 "${EPREFIX}/usr/libexec/${PN}/${script}"
+	done
+}


             reply	other threads:[~2025-03-08 11:57 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-08 11:57 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 14:57 [gentoo-commits] repo/gentoo:master commit in: dev-java/javatoolkit/ 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-08-07 19:18 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=1741435031.3da9ec382ab9e03d8ee3a6121cafc164e841877e.arthurzam@gentoo \
    --to=arthurzam@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