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: Fri, 3 Sep 2021 21:10:40 +0000 (UTC) [thread overview]
Message-ID: <1630703414.96b9ec6fa154160de0e3c7983c3f4f3047a10496.SergeyTorokhov@gentoo> (raw)
commit: 96b9ec6fa154160de0e3c7983c3f4f3047a10496
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Sep 3 21:10:14 2021 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Fri Sep 3 21:10:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96b9ec6f
dev-util/eclipse-parallel-bin: new package
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-util/eclipse-parallel-bin/Manifest | 2 ++
.../eclipse-parallel-bin-4.20.ebuild | 39 ++++++++++++++++++++++
dev-util/eclipse-parallel-bin/metadata.xml | 12 +++++++
3 files changed, 53 insertions(+)
diff --git a/dev-util/eclipse-parallel-bin/Manifest b/dev-util/eclipse-parallel-bin/Manifest
new file mode 100644
index 000000000..1d5c2f64a
--- /dev/null
+++ b/dev-util/eclipse-parallel-bin/Manifest
@@ -0,0 +1,2 @@
+DIST eclipse-parallel-2021-06-R-linux-gtk-aarch64.tar.gz 335511560 BLAKE2B 71b277b38335df3e93db1bfb5920cfe692b2237f25669e13e83e779b53459913e9e6d904394e4e63e79ab668a899796d6e00ffe5db118ed46238c5da06e0602d SHA512 9d2e9d89f5021897292dd824a4e9cd495b707958d3c4f4afc0f19e0638af41787824e6b72b6bc84beaea54cb488b9de7d1b4a75ab7e341d54f0e1c0de40d228a
+DIST eclipse-parallel-2021-06-R-linux-gtk-x86_64.tar.gz 335565165 BLAKE2B d4c42681e0d5d1cccd83391776779ef82d429675ce4ae74dbd04edcd84aa1a9e146365a157f4168fdff763d78acfa8b4021cac7152ebaae02ceca6c727d0ab4b SHA512 61609e2d4455f1fa77928b90506f5c00da91e96635ba1011a7db5c43db45ea534155b202aadfc1693bf48c213af505704ad1599d9444160f5520dba80808cfcb
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
new file mode 100644
index 000000000..ad3a671fe
--- /dev/null
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+MY_PN="eclipse"
+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 )
+"
+
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="EPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+RESTRICT="mirror"
+
+RDEPEND="
+ || ( dev-java/openjdk:11 dev-java/openjdk-bin:11 dev-java/openjdk-jre-bin:11 dev-java/openjdk-sts-bin:15 )
+ x11-libs/gtk+:3
+"
+
+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.20.0.v20210611-1600/eclipse48.png
+ make_desktop_entry eclipse-parallel "Eclipse IDE Parallel 2021-06" eclipse48 "Development;" || die "Failed making desktop entry!"
+}
diff --git a/dev-util/eclipse-parallel-bin/metadata.xml b/dev-util/eclipse-parallel-bin/metadata.xml
new file mode 100644
index 000000000..427f59ddb
--- /dev/null
+++ b/dev-util/eclipse-parallel-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>torokhov-s-a@yandex.ru</email>
+ <name>Sergey Torokhov</name>
+ </maintainer>
+ <longdescription lang="en">
+ Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC,
+ a parallel debugger, and remotely building, running and monitoring applications.
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2021-09-03 21:10 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-03 21:10 Sergey Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-05 10:39 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/eclipse-parallel-bin/ Sergey Torokhov
2021-09-08 12:47 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-24 14:08 Sergey Torokhov
2021-09-26 23:16 Sergey Torokhov
2021-12-15 22:51 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
2022-04-16 12:06 Sergey Torokhov
2022-04-17 12:42 Sergey Torokhov
2022-04-17 12:42 Sergey Torokhov
2022-10-09 22:29 Sergey Torokhov
2022-10-29 22:05 Sergey Torokhov
2022-12-09 17:10 Sergey Torokhov
2022-12-09 17:21 Sergey Torokhov
2023-01-18 21:32 Sergey Torokhov
2023-03-15 19:36 Sergey Torokhov
2023-04-02 12:10 Sergey Torokhov
2023-05-27 21:21 Sergey Torokhov
2023-05-27 22:22 Rahul Sandhu
2023-09-12 13:58 Sergey Torokhov
2024-05-05 14:54 Sergey Torokhov
2025-04-13 16:41 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=1630703414.96b9ec6fa154160de0e3c7983c3f4f3047a10496.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