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: Tue, 21 May 2019 08:53:07 +0000 (UTC)	[thread overview]
Message-ID: <1558428779.39ba560afbffbc06296bdd5cedf7eed02aceac41.zx2c4@gentoo> (raw)

commit:     39ba560afbffbc06296bdd5cedf7eed02aceac41
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 08:51:16 2019 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Tue May 21 08:52:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ba560a

dev-util/goland: bump, cleanup old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 dev-util/goland/Manifest                           |  3 +-
 dev-util/goland/goland-2019.1.1.ebuild             | 45 ----------------------
 ...land-2018.3.4.ebuild => goland-2019.1.2.ebuild} |  0
 dev-util/goland/metadata.xml                       |  5 ++-
 4 files changed, 5 insertions(+), 48 deletions(-)

diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest
index 2b00d9960cb..64311cd6eec 100644
--- a/dev-util/goland/Manifest
+++ b/dev-util/goland/Manifest
@@ -1,2 +1 @@
-DIST goland-2018.3.4.tar.gz 298506989 BLAKE2B 9fd4db8c178c0a749c685b5e77da22717923f1da2371e92246eec3422e8041c3d8c975ffc562e92dcfdd0580297f4ffc0569e82ffea231cc3688b5570b4af7cd SHA512 ce7efbea9b531079dfae241f4817f04bb3969a65b1b8d6128b28d82b0262dfe3881ae1b6ceeff4fd3a084743d2ad512dd948f231a66f3b6a4347c522409cc81d
-DIST goland-2019.1.1.tar.gz 311687094 BLAKE2B ea7d23a5a835790801f781d19949b997358b8174f8b7551096a9df254dbbaf8bc8fd5f6a7e55a6016c0cebab363d98669fdaba1b9673e13f44ece6da7bcf2cf8 SHA512 c617c9af6f31b7b83f921ca41500341ec2971d7270cb433c024e615d043fb591590a39df81d8fca1a587c86e02b09c37e12aecd1292ff9198de83d6d9fc2e379
+DIST goland-2019.1.2.tar.gz 312490907 BLAKE2B 9cc0abdb9d86b1bd9cdf67e3e65548bce229d3575a62ed153435585d0d82489b193cc775341e194107cc09e4e6e2ee84f4639259c998a7191b765edb6f5695ee SHA512 fb5c597634cc2a84f2abaeae9d0a31e332ba0123d44a5cbbf1587e05cd8da0358794ab80bb873d3395385aeb87d1d92ca4dd7e606523a621fab16aeec85aaeda

diff --git a/dev-util/goland/goland-2019.1.1.ebuild b/dev-util/goland/goland-2019.1.1.ebuild
deleted file mode 100644
index 824cf5bfe3d..00000000000
--- a/dev-util/goland/goland-2019.1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-SLOT=0
-
-SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz"
-DESCRIPTION="Golang IDE by JetBrains"
-HOMEPAGE="http://www.jetbrains.com/go"
-
-KEYWORDS="~amd64"
-LICENSE="IDEA
-	|| ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
-
-QA_PREBUILT="opt/${P}/*"
-
-S=${WORKDIR}/GoLand-${PV}
-
-RDEPEND="dev-lang/go"
-
-src_prepare() {
-	default
-	if ! use arm; then
-		rm -rf bin/fsnotifier-arm || die
-	fi
-}
-
-src_install() {
-	local dir="/opt/${P}"
-
-	insinto "${dir}"
-	doins -r *
-	fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
-
-	make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
-	newicon "bin/${PN}.png" "${PN}.png"
-	make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;"
-
-	# recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-	mkdir -p "${D}/etc/sysctl.d/" || die
-	echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}

diff --git a/dev-util/goland/goland-2018.3.4.ebuild b/dev-util/goland/goland-2019.1.2.ebuild
similarity index 100%
rename from dev-util/goland/goland-2018.3.4.ebuild
rename to dev-util/goland/goland-2019.1.2.ebuild

diff --git a/dev-util/goland/metadata.xml b/dev-util/goland/metadata.xml
index 6f49eba8f49..47412363738 100644
--- a/dev-util/goland/metadata.xml
+++ b/dev-util/goland/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+<maintainer type="person">
+<email>zx2c4@gentoo.org</email>
+<name>Jason A. Donenfeld</name>
+</maintainer>
 </pkgmetadata>


             reply	other threads:[~2019-05-21  8:53 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21  8:53 Jason A. Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-17 11:43 [gentoo-commits] repo/gentoo:master commit in: dev-util/goland/ Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-07-12 16:14 Sam James
2025-07-12 12:41 Arthur Zamarin
2025-06-24  1:18 Sam James
2025-06-24  1:18 Sam James
2025-06-08 12:24 Viorel Munteanu
2025-04-29 19:05 Sam James
2025-04-29 19:05 Sam James
2025-02-22  9:38 Ulrich Müller
2024-05-13 17:33 Ulrich Müller
2024-05-13 16:11 Ulrich Müller
2023-03-23 19:09 Jason A. Donenfeld
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-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=1558428779.39ba560afbffbc06296bdd5cedf7eed02aceac41.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