dev-util/gogland: Remove pkgmoved package
authorManuel Rüger <mrueg@gentoo.org>
Sun, 5 Nov 2017 20:38:13 +0000 (21:38 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 5 Nov 2017 20:44:19 +0000 (21:44 +0100)
dev-util/gogland/Manifest [deleted file]
dev-util/gogland/gogland-173.3415.23.ebuild [deleted file]
dev-util/gogland/metadata.xml [deleted file]

diff --git a/dev-util/gogland/Manifest b/dev-util/gogland/Manifest
deleted file mode 100644 (file)
index 3868eab..0000000
+++ /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 (file)
index 14e1973..0000000
+++ /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 (file)
index 97df2a0..0000000
+++ /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>