public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason A. Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/goland/
Date: Thu, 23 Mar 2023 19:09:08 +0000 (UTC)	[thread overview]
Message-ID: <1679598541.cbbbf79936b7de9e106bb36bef020deaea236c08.zx2c4@gentoo> (raw)

commit:     cbbbf79936b7de9e106bb36bef020deaea236c08
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 18:34:19 2023 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 19:09:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbbf799

dev-util/goland: add 2022.3.3, drop 2021.3.3

Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 dev-util/goland/Manifest                               |  3 ++-
 .../{goland-2021.3.3.ebuild => goland-2022.3.3.ebuild} | 18 ++++++++++--------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest
index 507730b12272..8386f576b0c8 100644
--- a/dev-util/goland/Manifest
+++ b/dev-util/goland/Manifest
@@ -1 +1,2 @@
-DIST goland-2021.3.3.tar.gz 584904019 BLAKE2B 8e92a7b426928168adf27f36858f4542d8fcc2e7f1632d6e70157293f07bc90e52c2dad0c903e5da39dd2c88a624a6f96075f9226c49ff747fb29f3dc6ac75cd SHA512 1971e9612283350800e789e03a9328d797cdf669ec9446d8eb93051d82478f3889e5369858de5fd8354ae8c6597d6917f613c79045d7f36f1e35e8cda2138dc6
+DIST goland-2022.3.3-aarch64.tar.gz 669196391 BLAKE2B bf19290a73d9a0e268f90420a4aa3962da842fcc59e2323b9631cf6c511fdd48b2663164e15e587fbee6ba0f51650798eb91d41c750a64c2760ceaa2fe74d13f SHA512 b75ef4063adb8e75b8c20b9f762c7b9d5a1614d666cc81ba21e25728a55a2ee83343eabce29bc7f90eab03ec0eeca9ce2c9dba2016330491e9f16313f0087157
+DIST goland-2022.3.3.tar.gz 673567402 BLAKE2B e1771f0890e12e43099d50907aeaa479dedab514f2900cef738e7a9a37314376cf37155e04e55dfeb5e783f6b3f1ebb96f33005d39b8d01404502486adf91416 SHA512 e5a216a2f31698f226bcc58ed5f7c7efd0110f93f001c6de20d2fee25cfd7b816bda59f1f6fda5c0052cfa0d5aa1e089c7f2a7d2a6cedc64a6fd3c7319359030

diff --git a/dev-util/goland/goland-2021.3.3.ebuild b/dev-util/goland/goland-2022.3.3.ebuild
similarity index 77%
rename from dev-util/goland/goland-2021.3.3.ebuild
rename to dev-util/goland/goland-2022.3.3.ebuild
index 916fd5470205..3c95c4a93419 100644
--- a/dev-util/goland/goland-2021.3.3.ebuild
+++ b/dev-util/goland/goland-2022.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,12 +7,13 @@ inherit desktop wrapper
 
 DESCRIPTION="Golang IDE by JetBrains"
 HOMEPAGE="https://www.jetbrains.com/go"
-SRC_URI="https://download.jetbrains.com/go/${P}.tar.gz"
+SRC_URI="
+	amd64? ( https://download.jetbrains.com/go/${P}.tar.gz )
+	arm64? ( https://download.jetbrains.com/go/${P}-aarch64.tar.gz )
+"
 
 SLOT="0"
-# JetBrains supports officially only x86_64 even though some 32bit binaries are
-# provided. See https://www.jetbrains.com/go/download/#section=linux
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 LICENSE="|| ( JetBrains-business JetBrains-classroom JetBrains-educational JetBrains-individual )
 	Apache-2.0
@@ -48,9 +49,10 @@ src_install() {
 
 	insinto "${dir}"
 	doins -r *
-	fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier}
-	fperms 755 "${dir}"/jbr/bin/{jaotc,java,javac,jdb,jfr,jhsdb,jjs,jrunscript,keytool,pack200,rmid,rmiregistry,serialver,unpack200}
-	fperms 755 "${dir}"/plugins/go/lib/dlv/linux/dlv
+	fperms 755 "${dir}"/bin/{format.sh,goland.sh,inspect.sh,ltedit.sh,remote-dev-server.sh,restart.py,fsnotifier,repair}
+	fperms 755 "${dir}"/jbr/bin/{java,javac,javadoc,jcmd,jdb,jfr,jhsdb,jinfo,jmap,jps,jrunscript,jstack,jstat,keytool,rmiregistry,serialver}
+	fperms 755 "${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper}
+	fperms 755 "${dir}"/plugins/go-plugin/lib/dlv/linux/dlv
 
 	make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
 	newicon "bin/${PN}.png" "${PN}.png"


             reply	other threads:[~2023-03-23 19:09 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 19:09 Jason A. Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-util/goland/ Ulrich Müller
2024-05-13 16:11 Ulrich Müller
2022-10-08 20:01 Sam James
2022-03-17  3:50 Jason A. Donenfeld
2021-12-14 23:47 Jason A. Donenfeld
2021-08-08 13:22 Jason A. Donenfeld
2021-06-13 17:11 Jason A. Donenfeld
2021-05-10 17:07 Jason A. Donenfeld
2021-02-08 15:09 Jason A. Donenfeld
2021-02-08 15:06 Jason A. Donenfeld
2020-12-18 18:28 Jason A. Donenfeld
2020-12-18 18:18 Jason A. Donenfeld
2020-11-17 17:23 Jason A. Donenfeld
2020-06-07  4:32 Jason A. Donenfeld
2020-04-05  7:01 Jason A. Donenfeld
2020-03-14  3:26 Jason A. Donenfeld
2019-12-10 18:11 Jason A. Donenfeld
2019-12-05 20:01 Jason A. Donenfeld
2019-12-05 19:59 Jason A. Donenfeld
2019-09-13  7:10 Michał Górny
2019-05-21  8:53 Jason A. Donenfeld
2019-05-14  9:25 Jason A. Donenfeld
2019-02-28  3:07 Jason A. Donenfeld
2019-01-27 15:13 Pacho Ramos
2018-07-30 21:56 Manuel Rüger
2018-07-05 11:34 Manuel Rüger
2018-06-27 11:49 Manuel Rüger
2018-06-02 12:50 Manuel Rüger
2018-06-02 12:28 Manuel Rüger
2018-05-14 17:12 Manuel Rüger
2018-05-14 17:12 Manuel Rüger
2018-04-16 14:25 Manuel Rüger
2018-03-30 17:25 Manuel Rüger
2018-03-27 11:18 Manuel Rüger
2018-03-27 11:18 Manuel Rüger
2018-02-14 22:56 Manuel Rüger
2018-02-14 22:56 Manuel Rüger
2018-01-15 13:18 Manuel Rüger
2018-01-15 13:18 Manuel Rüger
2017-12-01 14:35 Manuel Rüger
2017-11-03 14:48 Manuel Rüger

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=1679598541.cbbbf79936b7de9e106bb36bef020deaea236c08.zx2c4@gentoo \
    --to=zx2c4@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