From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/
Date: Mon, 29 Jul 2024 08:55:36 +0000 (UTC) [thread overview]
Message-ID: <1722243325.6bebe4272a2389facc20ead1f3090190901aeb92.arthurzam@gentoo> (raw)
commit: 6bebe4272a2389facc20ead1f3090190901aeb92
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Jul 27 14:03:16 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 08:55:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bebe427
dev-java/java-config: drop 2.3.1-r1, 2.3.3-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/java-config/Manifest | 2 -
dev-java/java-config/java-config-2.3.1-r1.ebuild | 43 -------------
dev-java/java-config/java-config-2.3.3-r1.ebuild | 78 ------------------------
3 files changed, 123 deletions(-)
diff --git a/dev-java/java-config/Manifest b/dev-java/java-config/Manifest
index fdcffb98710e..b2a3450eed9c 100644
--- a/dev-java/java-config/Manifest
+++ b/dev-java/java-config/Manifest
@@ -1,3 +1 @@
-DIST java-config-2.3.1.tar.gz 26165 BLAKE2B 948506663513db369d0ed8ffdfaa54c643989431430ea03440551a6a4b6725d8eec38f5cb4fde3b64e8936c0f43de0e65a7368469032c646c7b6b3bb7ec3ed13 SHA512 62db555b2d8a37a03b6a03aa133010848d54be33ba6e3c43807abefe665a9d8ff2790baf1af79b98d4a7bd3e9ba6bc64382a24c3fcf7038338123dabd146b7b4
-DIST java-config-2.3.3.tar.gz 33837 BLAKE2B dc522a61775272e520521a06c80ac33cbe40010a40051857df8abdbda72cc064969cb00dbf8f7d06efabd352d9cf2c711808205579c7cef73ce4bb7fe2845c8d SHA512 f999ccbdd47f2552913467d3b0c6704fc6511f2bc9d0a6f62d38a9c2e9899f11b239f2039b025f7fdee5e0713d2aaf13c1a9a9baf4f1551bb97d85b12d3f28e9
DIST java-config-2.3.4.tar.gz 33833 BLAKE2B 36cb628375a05530f515d886d819bc99a7ed233bec2956db3562349ae845be57363a2b6629ab5536be15c5f64387d0760cca7959b76a5685918732ee7bf62300 SHA512 9df42a70aceb400a9fab73668151da783e98e767fa6289c13427095d7a3268bd4bb15de9ef980b82692e7c1cb0eaf5326c19a632679419d78a419294579fb29e
diff --git a/dev-java/java-config/java-config-2.3.1-r1.ebuild b/dev-java/java-config/java-config-2.3.1-r1.ebuild
deleted file mode 100644
index 13f2ded5c0e8..000000000000
--- a/dev-java/java-config/java-config-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# jython depends on java-config, so don't add it or things will break
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1 prefix
-
-DESCRIPTION="Java environment configuration query tool"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
-SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( sys-apps/portage[${PYTHON_USEDEP}] )"
-
-# baselayout-java is added as a dep till it can be added to eclass.
-RDEPEND="
- sys-apps/baselayout-java
- sys-apps/portage[${PYTHON_USEDEP}]"
-
-python_configure_all() {
- # setup.py fails to update this file
- eprefixify src/launcher.bash
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- # This replaces the file installed by java-config-wrapper.
- dosym java-config-2 /usr/bin/java-config
-}
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-java/java-config/java-config-2.3.3-r1.ebuild b/dev-java/java-config/java-config-2.3.3-r1.ebuild
deleted file mode 100644
index ab1cb1b890e9..000000000000
--- a/dev-java/java-config/java-config-2.3.3-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit meson python-r1
-
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/java-config.git"
-else
- SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
- KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-DESCRIPTION="Java environment configuration query tool"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
-
-LICENSE="GPL-2"
-SLOT="2"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="test? ( sys-apps/portage[${PYTHON_USEDEP}] )"
-
-# baselayout-java is added as a dep till it can be added to eclass.
-RDEPEND="
- ${PYTHON_DEPS}
- sys-apps/baselayout-java
- sys-apps/portage[${PYTHON_USEDEP}]
-"
-
-src_configure() {
- local python_only=false
- python_foreach_impl my_src_configure
-}
-
-my_src_configure() {
- local emesonargs=(
- -Darch="${ARCH}"
- -Dpython-only="${python_only}"
- -Deprefix="${EPREFIX}"
- )
-
- meson_src_configure
- python_only=true
-}
-
-src_compile() {
- python_foreach_impl meson_src_compile
-}
-
-src_test() {
- python_foreach_impl meson_src_test --no-rebuild --verbose
-}
-
-src_install() {
- python_foreach_impl my_src_install
-
- local scripts
- mapfile -t scripts < <(awk '/^#!.*python/ {print FILENAME} {nextfile}' "${ED}"/usr/bin/* || die)
- python_replicate_script "${scripts[@]}"
-
- # This replaces the file installed by java-config-wrapper.
- dosym java-config-2 /usr/bin/java-config
-}
-
-my_src_install() {
- meson_src_install
-
- local pydirs=(
- "${D}$(python_get_sitedir)"
- )
- python_optimize "${pydirs[@]}"
-}
next reply other threads:[~2024-07-29 8:55 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-29 8:55 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-08 6:28 [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/ Sam James
2024-07-27 11:58 Sam James
2024-07-27 11:58 Sam James
2024-07-27 11:58 Sam James
2024-06-27 7:23 Florian Schmaus
2023-12-20 15:47 Michał Górny
2023-12-20 10:36 Sam James
2023-12-20 10:36 Sam James
2023-12-20 10:36 Sam James
2023-11-17 8:25 Florian Schmaus
2023-11-16 20:30 Florian Schmaus
2023-11-16 15:55 Florian Schmaus
2023-11-14 14:12 Florian Schmaus
2023-11-14 14:11 Florian Schmaus
2023-11-14 14:11 Florian Schmaus
2023-10-12 9:47 Sam James
2023-09-17 14:35 Arthur Zamarin
2023-05-30 18:01 Mike Gilbert
2023-01-03 13:01 Florian Schmaus
2022-05-01 20:47 Georgy Yakovlev
2021-12-25 10:11 Georgy Yakovlev
2021-05-23 9:10 Miroslav Šulc
2021-05-23 9:08 Miroslav Šulc
2021-05-23 9:08 Miroslav Šulc
2020-12-15 19:32 Fabian Groffen
2020-11-05 22:41 Patrice Clement
2020-07-16 21:10 Patrice Clement
2020-07-09 11:52 Sam James
2020-07-05 13:44 Agostino Sarubbo
2020-07-05 13:36 Agostino Sarubbo
2020-07-05 8:52 Sergei Trofimovich
2020-06-23 13:30 Patrice Clement
2020-06-23 13:30 Patrice Clement
2020-06-18 7:36 Patrice Clement
2020-06-17 21:04 Patrice Clement
2020-04-29 18:31 Thomas Deutschmann
2020-04-18 3:02 Craig Andrews
2020-04-15 5:54 Mike Gilbert
2019-05-18 10:02 Michał Górny
2019-01-05 23:17 Georgy Yakovlev
2018-11-02 21:37 Patrice Clement
2017-05-05 15:28 Manuel Rüger
2017-01-24 20:21 James Le Cuirot
2016-04-03 22:36 James Le Cuirot
2016-04-03 22:36 James Le Cuirot
2016-02-21 11:55 James Le Cuirot
2016-02-18 19:13 James Le Cuirot
2016-02-18 17:05 James Le Cuirot
2015-09-11 7:53 Justin Lecher
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=1722243325.6bebe4272a2389facc20ead1f3090190901aeb92.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