From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/eclipse-parallel-bin/
Date: Sun, 26 Sep 2021 23:16:12 +0000 (UTC) [thread overview]
Message-ID: <1632697935.acaa9e19e72d68484e08ef2615cdf1f82ad35dde.SergeyTorokhov@gentoo> (raw)
commit: acaa9e19e72d68484e08ef2615cdf1f82ad35dde
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sun Sep 26 23:12:15 2021 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sun Sep 26 23:12:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acaa9e19
dev-util/eclipse-parallel-bin: inherit wrapper,rm eutils. Respect {LD,C}FLAGS
Try to respect LDFLAGS and CFLAGS by updating regular expression
Closes: https://bugs.gentoo.org/814977
Closes: https://bugs.gentoo.org/814980
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
.../eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild | 11 ++++++-----
.../eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild | 4 ++--
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
index d8106ff52..2d212497f 100644
--- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
@@ -3,14 +3,15 @@
EAPI=7
-inherit desktop eutils xdg
+inherit desktop wrapper xdg
MY_PN="eclipse"
+MY_PV="2021-06"
DESCRIPTION="Eclipse IDE for Scientific Computing (C, C++, Fortran)"
HOMEPAGE="https://www.eclipse.org/"
SRC_URI="
- amd64? ( https://download.eclipse.org/technology/epp/downloads/release/2021-06/R/eclipse-parallel-2021-06-R-linux-gtk-x86_64.tar.gz )
- arm64? ( https://download.eclipse.org/technology/epp/downloads/release/2021-06/R/eclipse-parallel-2021-06-R-linux-gtk-aarch64.tar.gz )
+ amd64? ( https://download.eclipse.org/technology/epp/downloads/release/${MY_PV}/R/eclipse-parallel-${MY_PV}-R-linux-gtk-x86_64.tar.gz )
+ arm64? ( https://download.eclipse.org/technology/epp/downloads/release/${MY_PV}/R/eclipse-parallel-${MY_PV}-R-linux-gtk-aarch64.tar.gz )
"
S="${WORKDIR}/${MY_PN}"
@@ -27,7 +28,7 @@ RDEPEND="
QA_FLAGS_IGNORED="
/opt/eclipse-parallel-bin/eclipse
- /opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux.*/eclipse_*.so
+ /opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux[.].*/eclipse_.*[.]so
"
src_install() {
@@ -39,5 +40,5 @@ src_install() {
make_wrapper ${PN%-*} "/opt/${PN}/${MY_PN} -vm /opt/openjdk*/bin/java" "" "/opt/${PN}" "/opt/bin"
doicon -s 48 plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse48.png
- make_desktop_entry eclipse-parallel "Eclipse IDE Parallel 2021-06" eclipse48 "Development;" || die "Failed making desktop entry!"
+ make_desktop_entry eclipse-parallel "Eclipse IDE Parallel ${MY_PV}" eclipse48 "Development;" || die "Failed making desktop entry!"
}
diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild
index 6dcc00c1c..e42021af5 100644
--- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop eutils xdg
+inherit desktop wrapper xdg
MY_PN="eclipse"
MY_PV="2021-09"
@@ -28,7 +28,7 @@ RDEPEND="
QA_FLAGS_IGNORED="
/opt/eclipse-parallel-bin/eclipse
- /opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux.*/eclipse_*.so
+ /opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux[.].*/eclipse_.*[.]so
"
src_install() {
next reply other threads:[~2021-09-26 23:16 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-26 23:16 Sergey Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-13 16:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/eclipse-parallel-bin/ Sergey Torokhov
2024-05-05 14:54 Sergey Torokhov
2023-09-12 13:58 Sergey Torokhov
2023-05-27 22:22 Rahul Sandhu
2023-05-27 21:21 Sergey Torokhov
2023-04-02 12:10 Sergey Torokhov
2023-03-15 19:36 Sergey Torokhov
2023-01-18 21:32 Sergey Torokhov
2022-12-09 17:21 Sergey Torokhov
2022-12-09 17:10 Sergey Torokhov
2022-10-29 22:05 Sergey Torokhov
2022-10-09 22:29 Sergey Torokhov
2022-04-17 12:42 Sergey Torokhov
2022-04-17 12:42 Sergey Torokhov
2022-04-16 12:06 Sergey Torokhov
2022-01-13 15:36 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-01-13 15:36 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 22:51 Sergey Torokhov
2021-09-24 14:08 Sergey Torokhov
2021-09-20 9:41 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-09-20 9:32 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-09-08 12:47 Sergey Torokhov
2021-09-05 10:39 Sergey Torokhov
2021-09-03 21:10 Sergey Torokhov
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=1632697935.acaa9e19e72d68484e08ef2615cdf1f82ad35dde.SergeyTorokhov@gentoo \
--to=torokhov-s-a@yandex.ru \
--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