public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/eclipse-parallel-bin/
Date: Thu, 16 Mar 2023 08:41:51 +0000 (UTC)	[thread overview]
Message-ID: <1678908980.5fe7c000000208f28d1a66a2af80327240ad19cc.flow@gentoo> (raw)

commit:     5fe7c000000208f28d1a66a2af80327240ad19cc
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Mar 15 19:36:20 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 19:36:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fe7c000

dev-util/eclipse-parallel-bin: 4.27 version bump

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-util/eclipse-parallel-bin/Manifest             |  2 +
 .../eclipse-parallel-bin-4.27.ebuild               | 47 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/eclipse-parallel-bin/Manifest b/dev-util/eclipse-parallel-bin/Manifest
index e294d7cca..a30df5c69 100644
--- a/dev-util/eclipse-parallel-bin/Manifest
+++ b/dev-util/eclipse-parallel-bin/Manifest
@@ -2,3 +2,5 @@ DIST eclipse-parallel-2022-09-R-linux-gtk-aarch64.tar.gz 458827728 BLAKE2B 3cbf6
 DIST eclipse-parallel-2022-09-R-linux-gtk-x86_64.tar.gz 459079255 BLAKE2B 478dfd07b0e14800e600960d530e32d3589fa67dfa2939a57e2d132f8ad5d9d6b900c9fc12c511073585c5a2b610b89350535ed2a2e22f9f55efe513b0cec927 SHA512 fc25b8bb7a4ff8968e81a293f5047cebf888f2c85ed7f5ede872c20078819d53171d6b3c59e700d9d4045692582b9b2333476ff08bc50c1da911f6e77ac9bb33
 DIST eclipse-parallel-2022-12-R-linux-gtk-aarch64.tar.gz 456213881 BLAKE2B 0e8183c88a203608b80974f937db93a226a69c30f8cd8b6751b62f01c1308d13842bde4a89cdef1da6a313a3c74e62d5b4d2b91d4c7c342f94b14d261c1be271 SHA512 705ca4595811bf34912a4ed4dba1e2494a63bdede41327c2cc15809d86d6e282329067717fdfc2dc59166b595761513f6be938df2f20ca0344bf770894c92015
 DIST eclipse-parallel-2022-12-R-linux-gtk-x86_64.tar.gz 456460848 BLAKE2B b9e5637120b7a2b037373beee0c46a1a3dfd3da477ababef83f3212a4f1fdd78bc240627e8b8a3e5e6cb5c0d0d92b1b823ad4cb1fbe7aa93a0dd3de61d066e88 SHA512 ea13ee9787b343e5ee061155ea3b63b5a369862e102520becfd5efc98bd728440fbf2d22b81a42ad17a646ddef003a6ac7ddeac5f10ac44b6b20712470e0c261
+DIST eclipse-parallel-2023-03-R-linux-gtk-aarch64.tar.gz 453078962 BLAKE2B b5ccf1b8937c970c8db38b351412d46c63c893734ecdd9c02518f9e1d5925b4ff33cc5621161e831ced5d9762e635aa0323686f28792ace640426925704d9395 SHA512 733d5fe2c46fb083714964cf66091cdc52dbc30d763e22e0f6c4eb506b50e7ddc7c0ae33e3dfd4ab2a33b3e9e00513d8c5d826770afd940d02f540884eb37381
+DIST eclipse-parallel-2023-03-R-linux-gtk-x86_64.tar.gz 453309496 BLAKE2B 531776eb8ab0befbaf3bdef79e99d0c8db656e35452ea893c9b76405a538473abbe7a4f9161fd81b157d030404ea002e8146a61d98ea68f5893c4e467a48fa36 SHA512 8c7b5584a6b28a40269280e371a42dcaa8f12873d05506fab4a4f0c7a764f918b281ef7524c55cd2abfd9d2bdff49de0e9e8496a1ba811f6b9008f494f8601ad

diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild
new file mode 100644
index 000000000..041d36250
--- /dev/null
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop wrapper xdg
+
+MY_PN="eclipse"
+MY_PV="2023-03"
+SRC_BASE="https://www.eclipse.org/downloads/download.php?r=1&file=/technology/epp/downloads/release/${MY_PV}/R/eclipse-parallel-${MY_PV}-R-linux-gtk"
+
+DESCRIPTION="Eclipse IDE for Scientific Computing (C, C++, Fortran)"
+HOMEPAGE="https://www.eclipse.org/"
+SRC_URI="
+	amd64? ( ${SRC_BASE}-x86_64.tar.gz )
+	arm64? ( ${SRC_BASE}-aarch64.tar.gz )
+"
+
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="EPL-2.0"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64"
+RESTRICT="mirror"
+
+RDEPEND="
+	|| (
+		dev-java/openjdk:11 dev-java/openjdk:17
+		dev-java/openjdk-bin:11 dev-java/openjdk-bin:17
+		dev-java/openjdk-jre-bin:11
+	)
+	x11-libs/gtk+:3
+"
+
+QA_FLAGS_IGNORED=".*"
+
+src_install() {
+	insinto "/opt/${PN}"
+	doins -r "${S}/."
+
+	exeinto "/opt/${PN}"
+	doexe "${S}/${MY_PN}"
+	make_wrapper ${PN%-*} "/opt/${PN}/${MY_PN} -vm /opt/openjdk*/bin/java" "" "/opt/${PN}" "/opt/bin"
+
+	doicon -s 48 plugins/org.eclipse.platform_4.27.0.v20230302-0300/eclipse48.png
+	make_desktop_entry eclipse-parallel "Eclipse IDE Parallel ${MY_PV}" eclipse48 "Development;" || die "Failed making desktop entry!"
+}


             reply	other threads:[~2023-03-16  8:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16  8:41 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-13 17:49 [gentoo-commits] repo/proj/guru:master commit in: dev-util/eclipse-parallel-bin/ David Roman
2024-05-05 19:04 Julien Roy
2023-09-12 18:36 Viorel Munteanu
2023-05-28 15:01 Viorel Munteanu
2023-04-04  7:48 Florian Schmaus
2022-12-09 17:57 Ronny Gutbrod
2022-12-09 17:57 Ronny Gutbrod
2022-10-11 19:30 Andrew Ammerlaan
2022-04-17 18:13 Arthur Zamarin
2022-04-17 18:13 Arthur Zamarin
2022-01-13 15:36 Andrew Ammerlaan
2021-09-25 17:14 Arthur Zamarin
2021-09-20  9:41 Andrew Ammerlaan
2021-09-08 15:20 Arthur Zamarin
2021-09-07  2:58 Haelwenn Monnier

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=1678908980.5fe7c000000208f28d1a66a2af80327240ad19cc.flow@gentoo \
    --to=flow@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