summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-11-05 21:38:13 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-11-05 21:44:19 +0100
commit76fafcfe861db7332825f607a68ad4e77c9f7194 (patch)
treed9f7c75db15e17192c26cf91c5c404793a565d7c /dev-util
parentkde-misc/kio-stash: Fix HOMEPAGE (diff)
downloadgentoo-76fafcfe861db7332825f607a68ad4e77c9f7194.tar.gz
gentoo-76fafcfe861db7332825f607a68ad4e77c9f7194.tar.bz2
gentoo-76fafcfe861db7332825f607a68ad4e77c9f7194.zip
dev-util/gogland: Remove pkgmoved package
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/gogland/Manifest1
-rw-r--r--dev-util/gogland/gogland-173.3415.23.ebuild45
-rw-r--r--dev-util/gogland/metadata.xml8
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-util/gogland/Manifest b/dev-util/gogland/Manifest
deleted file mode 100644
index 3868eab77e05..000000000000
--- 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 14e1973f45cd..000000000000
--- 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 97df2a00971b..000000000000
--- 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>