summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2019-05-21 10:51:16 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2019-05-21 10:52:59 +0200
commit39ba560afbffbc06296bdd5cedf7eed02aceac41 (patch)
tree51ced9caad673ea20633fa26cecc16256d46e3b8 /dev-util
parentapp-portage/prefix-toolkit: BDEPEND on portage, not RDEPEND (diff)
downloadgentoo-39ba560afbffbc06296bdd5cedf7eed02aceac41.tar.gz
gentoo-39ba560afbffbc06296bdd5cedf7eed02aceac41.tar.bz2
gentoo-39ba560afbffbc06296bdd5cedf7eed02aceac41.zip
dev-util/goland: bump, cleanup old
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/goland/Manifest3
-rw-r--r--dev-util/goland/goland-2019.1.1.ebuild45
-rw-r--r--dev-util/goland/goland-2019.1.2.ebuild (renamed from dev-util/goland/goland-2018.3.4.ebuild)0
-rw-r--r--dev-util/goland/metadata.xml5
4 files changed, 5 insertions, 48 deletions
diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest
index 2b00d9960cb2..64311cd6eece 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 824cf5bfe3d6..000000000000
--- 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
index 824cf5bfe3d6..824cf5bfe3d6 100644
--- a/dev-util/goland/goland-2018.3.4.ebuild
+++ b/dev-util/goland/goland-2019.1.2.ebuild
diff --git a/dev-util/goland/metadata.xml b/dev-util/goland/metadata.xml
index 6f49eba8f496..474123637388 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>