public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/gogland/
@ 2017-10-30 17:42 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2017-10-30 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b1445e00fcc38b8f867035b0fd7593bcf2811c3e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 17:42:16 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 17:42:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1445e00

dev-util/gogland: Initial version

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-util/gogland/Manifest                   |  1 +
 dev-util/gogland/gogland-173.3415.23.ebuild | 45 +++++++++++++++++++++++++++++
 dev-util/gogland/metadata.xml               |  8 +++++
 3 files changed, 54 insertions(+)

diff --git a/dev-util/gogland/Manifest b/dev-util/gogland/Manifest
new file mode 100644
index 00000000000..3868eab77e0
--- /dev/null
+++ b/dev-util/gogland/Manifest
@@ -0,0 +1 @@
+DIST gogland-173.3415.23.tar.gz 209703562 SHA256 31a13e26729d5288d200f24e295d5009b3260a8b4fe42bfce25c192c8d579127 SHA512 7cfcf07bef5115cecff9913551ec4af8cd493a341e30cb818223b5c36345c5816bba118f53f5ad652dc78533b336530ca98dba9f34e81a322c94a332d49f4524 WHIRLPOOL bd7386ead98ae11f19556a80b7ab564b45037a4b5aedb8171d46e200a78677ae955c0dda12f67509c9f3471fa99619428430bb1ca478e23c0c9724478299115d

diff --git a/dev-util/gogland/gogland-173.3415.23.ebuild b/dev-util/gogland/gogland-173.3415.23.ebuild
new file mode 100644
index 00000000000..14e1973f45c
--- /dev/null
+++ b/dev-util/gogland/gogland-173.3415.23.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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}/Gogland-${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/gogland/metadata.xml b/dev-util/gogland/metadata.xml
new file mode 100644
index 00000000000..97df2a00971
--- /dev/null
+++ b/dev-util/gogland/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gogland/
@ 2017-11-05 20:44 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2017-11-05 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     76fafcfe861db7332825f607a68ad4e77c9f7194
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 20:38:13 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 20:44:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fafcfe

dev-util/gogland: Remove pkgmoved package

 dev-util/gogland/Manifest                   |  1 -
 dev-util/gogland/gogland-173.3415.23.ebuild | 45 -----------------------------
 dev-util/gogland/metadata.xml               |  8 -----
 3 files changed, 54 deletions(-)

diff --git a/dev-util/gogland/Manifest b/dev-util/gogland/Manifest
deleted file mode 100644
index 3868eab77e0..00000000000
--- a/dev-util/gogland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gogland-173.3415.23.tar.gz 209703562 SHA256 31a13e26729d5288d200f24e295d5009b3260a8b4fe42bfce25c192c8d579127 SHA512 7cfcf07bef5115cecff9913551ec4af8cd493a341e30cb818223b5c36345c5816bba118f53f5ad652dc78533b336530ca98dba9f34e81a322c94a332d49f4524 WHIRLPOOL bd7386ead98ae11f19556a80b7ab564b45037a4b5aedb8171d46e200a78677ae955c0dda12f67509c9f3471fa99619428430bb1ca478e23c0c9724478299115d

diff --git a/dev-util/gogland/gogland-173.3415.23.ebuild b/dev-util/gogland/gogland-173.3415.23.ebuild
deleted file mode 100644
index 14e1973f45c..00000000000
--- a/dev-util/gogland/gogland-173.3415.23.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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}/Gogland-${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/gogland/metadata.xml b/dev-util/gogland/metadata.xml
deleted file mode 100644
index 97df2a00971..00000000000
--- a/dev-util/gogland/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>mrueg@gentoo.org</email>
-		<name>Manuel Rüger</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-05 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-30 17:42 [gentoo-commits] repo/gentoo:master commit in: dev-util/gogland/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2017-11-05 20:44 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox