From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/
Date: Wed, 27 Sep 2023 10:10:17 +0000 (UTC) [thread overview]
Message-ID: <1695809407.699f16e5fd9737cd381ca5781dfb1e22e268786c.ulm@gentoo> (raw)
commit: 699f16e5fd9737cd381ca5781dfb1e22e268786c
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 10:10:07 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 10:10:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699f16e5
dev-java/openjfx: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...njfx-8.1000.ebuild => openjfx-8.1000-r1.ebuild} | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/dev-java/openjfx/openjfx-8.1000.ebuild b/dev-java/openjfx/openjfx-8.1000-r1.ebuild
similarity index 95%
rename from dev-java/openjfx/openjfx-8.1000.ebuild
rename to dev-java/openjfx/openjfx-8.1000-r1.ebuild
index 0864b67b0de4..66e046c74241 100644
--- a/dev-java/openjfx/openjfx-8.1000.ebuild
+++ b/dev-java/openjfx/openjfx-8.1000-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
JAVA_PKG_IUSE="doc source"
-inherit eapi7-ver flag-o-matic java-pkg-2 java-pkg-simple multiprocessing toolchain-funcs
+inherit flag-o-matic java-pkg-2 java-pkg-simple multiprocessing toolchain-funcs
EGRADLE_VER="4.10.3"
EHG_COMMIT="9f49e3b6147f"
@@ -15,14 +15,17 @@ HOMEPAGE="https://openjfx.io"
SRC_URI="
https://hg.openjdk.java.net/${PN}/8u-dev/rt/archive/${EHG_COMMIT}.tar.bz2 -> ${P}.tar.bz2
https://dev.gentoo.org/~gyakovlev/distfiles/${P}-backports.tar.bz2
- https://services.gradle.org/distributions/gradle-${EGRADLE_VER}-bin.zip
+ https://downloads.gradle.org/distributions/gradle-${EGRADLE_VER}-bin.zip
"
+# eclass overrides it, set back to normal
+S="${WORKDIR}/${P}"
LICENSE="GPL-2-with-classpath-exception"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64 ~ppc64"
-
IUSE="debug doc media cpu_flags_x86_sse2"
+REQUIRED_USE="amd64? ( cpu_flags_x86_sse2 )"
+RESTRICT="test" # needs junit version we don't have, fragile
DEPEND="
app-arch/unzip
@@ -43,13 +46,6 @@ RDEPEND="
virtual/jre:1.8
"
-REQUIRED_USE="amd64? ( cpu_flags_x86_sse2 )"
-
-RESTRICT="test" # needs junit version we don't have, fragile
-
-# eclass overrides it, set back to normal
-S="${WORKDIR}/${P}"
-
# FIXME: majority of flags are honored, needs a bit more patching
QA_FLAGS_IGNORED=".*"
@@ -191,7 +187,7 @@ src_compile() {
src_install() {
local dest="/usr/$(get_libdir)/openjdk-${SLOT}"
- local ddest="${ED%/}/${dest#/}"
+ local ddest="${ED}${dest}"
dodir "${dest}"
pushd build/export/sdk > /dev/null || die
cp -pPRv * "${ddest}" || die
next reply other threads:[~2023-09-27 10:10 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-27 10:10 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-18 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-java/openjfx/ Miroslav Šulc
2024-03-11 17:00 Sam James
2024-02-08 9:23 Miroslav Šulc
2023-10-01 14:57 Ulrich Müller
2023-09-27 7:11 Ulrich Müller
2021-11-18 4:42 Georgy Yakovlev
2021-08-05 15:00 Benda XU
2021-05-30 7:41 Georgy Yakovlev
2020-09-20 1:15 Georgy Yakovlev
2020-09-19 8:34 Georgy Yakovlev
2020-08-30 22:59 Georgy Yakovlev
2020-08-30 22:59 Georgy Yakovlev
2020-07-28 19:36 Aaron Bauman
2020-07-14 22:13 Georgy Yakovlev
2020-04-29 21:05 Georgy Yakovlev
2020-04-29 21:05 Georgy Yakovlev
2020-03-18 21:37 Georgy Yakovlev
2020-03-17 19:36 Georgy Yakovlev
2020-03-17 1:02 Georgy Yakovlev
2020-03-17 1:02 Georgy Yakovlev
2020-01-28 9:03 Georgy Yakovlev
2020-01-28 9:02 Georgy Yakovlev
2020-01-22 1:34 Georgy Yakovlev
2020-01-22 1:15 Georgy Yakovlev
2020-01-22 0:23 Georgy Yakovlev
2019-06-01 21:45 Georgy Yakovlev
2019-06-01 11:42 Georgy Yakovlev
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=1695809407.699f16e5fd9737cd381ca5781dfb1e22e268786c.ulm@gentoo \
--to=ulm@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