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 14:57:56 +0000 (UTC)	[thread overview]
Message-ID: <1741445865.8b4f6695aead6e4649a70d8ab86b69e189cd2d04.arthurzam@gentoo> (raw)

commit:     8b4f6695aead6e4649a70d8ab86b69e189cd2d04
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sat Mar  8 14:27:31 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 14:57:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4f6695

dev-java/javatoolkit: fix eprefix support

Avoid the double-prefix error and don't call hprefixify on files that
don't exist.

Note that the findclass.py script is broken with dev-java/java-config:2
so patching it is somewhat pointless.

Bug: https://bugs.gentoo.org/354105
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/40963
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-java/javatoolkit/javatoolkit-0.6.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/javatoolkit/javatoolkit-0.6.8.ebuild b/dev-java/javatoolkit/javatoolkit-0.6.8.ebuild
index 9eaa654d62bf..d90254aa1f53 100644
--- a/dev-java/javatoolkit/javatoolkit-0.6.8.ebuild
+++ b/dev-java/javatoolkit/javatoolkit-0.6.8.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~amd64-linux ~x86-linux ~ppc-macos ~x64-ma
 distutils_enable_tests unittest
 
 python_prepare_all() {
-	hprefixify src/py/buildparser src/py/findclass setup.py
+	hprefixify src/${PN}/scripts/findclass.py
 	distutils-r1_python_prepare_all
 }
 
@@ -36,6 +36,6 @@ src_install() {
 	local script
 	for script in *; do
 		rm "${script}" || die
-		dosym -r /usr/lib/python-exec/python-exec2 "${EPREFIX}/usr/libexec/${PN}/${script}"
+		dosym -r /usr/lib/python-exec/python-exec2 "/usr/libexec/${PN}/${script}"
 	done
 }


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

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-08 14:57 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 11: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=1741445865.8b4f6695aead6e4649a70d8ab86b69e189cd2d04.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