Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/goland/
Date: Sun, 27 Jan 2019 15:13:40
Message-Id: 1548601898.1bc6276cb6dd5668836f2eb7ed15bbd2b10f3c6e.pacho@gentoo
1 commit: 1bc6276cb6dd5668836f2eb7ed15bbd2b10f3c6e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:11:38 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 15:11:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc6276c
7
8 dev-util/goland: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-util/goland/Manifest | 3 ---
14 dev-util/goland/goland-2018.1.3.ebuild | 45 ----------------------------------
15 dev-util/goland/goland-2018.1.4.ebuild | 45 ----------------------------------
16 dev-util/goland/goland-2018.1.5.ebuild | 45 ----------------------------------
17 4 files changed, 138 deletions(-)
18
19 diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest
20 index 3ac6a4523ab..c6ec44aec92 100644
21 --- a/dev-util/goland/Manifest
22 +++ b/dev-util/goland/Manifest
23 @@ -1,4 +1 @@
24 -DIST goland-2018.1.3.tar.gz 221579069 BLAKE2B 16ead14bc3401fe7b031576eb9581613cac1352b42933acc83af77946376017b6658fb04b556b028a6f89f86a65b60290e1f6f9b5febe2dc10c85b5c6004879f SHA512 24f1c384139276301a27a9df1056560f3ee89ef9817690c00626eb0522fed8a58ded3bd3632aeac8f25855dd2c031c40f937761625f6545504eb2f3e7d0d509b
25 -DIST goland-2018.1.4.tar.gz 217585781 BLAKE2B f4bdd554003b2397911cb767ffba558fcf06ab9cfd20c0017579cf82c6af93681e16c23db82c3cf0b47c4bb6a2c37c564be5ee9d6400cf91cb3a0938309166d5 SHA512 972c15d6636728e214b355ce4ce7174d08e0e842c6ca4e4385fbc4330930a2fae3a964b1b3753c38fe77ac2b8073fd7366fd0085d00fcf05b832c985d6243325
26 -DIST goland-2018.1.5.tar.gz 217591227 BLAKE2B 7a45497f8706c77bb8e729b1e6affc88e1b9230a396738bad235d55bb40ed5a728bc674d210b04eedcc4b144f60ac91f6216ed010940257227cefcb167b81aaf SHA512 cf861bed38f0678f9734632d988c37cc1bd5c596fb23dfd3f9d60642f82c5f356809de116a138888638ebd7f464201d0ea780e694f9f5c5c66d3245a2b15f484
27 DIST goland-2018.2.tar.gz 236750402 BLAKE2B 54df8b09f4ae59323c4b8aa06d41a23753399d36fbdf34a0ecbb159d00fb5a6cf29fd4aeeaee9d853b54d2ceaa8f99ad5560128b4e50b4ad2720a2db81df7dc3 SHA512 f1c7ddb94bb918b9668d444e285f4ff82b45c9aa1e24e848f32bc219b2dd48a939d52f6c5c749fc76bfdd3f58e2f2a72ca2275a9291a7a5a5a3c6a30c4780420
28
29 diff --git a/dev-util/goland/goland-2018.1.3.ebuild b/dev-util/goland/goland-2018.1.3.ebuild
30 deleted file mode 100644
31 index d46b730ae46..00000000000
32 --- a/dev-util/goland/goland-2018.1.3.ebuild
33 +++ /dev/null
34 @@ -1,45 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit eutils
41 -
42 -SLOT=0
43 -
44 -SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz"
45 -DESCRIPTION="Golang IDE by JetBrains"
46 -HOMEPAGE="http://www.jetbrains.com/go"
47 -
48 -KEYWORDS="~amd64"
49 -LICENSE="IDEA
50 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
51 -
52 -QA_PREBUILT="opt/${P}/*"
53 -
54 -S=${WORKDIR}/GoLand-${PV}
55 -
56 -RDEPEND="dev-lang/go"
57 -
58 -src_prepare() {
59 - default
60 - if ! use arm; then
61 - rm -rf bin/fsnotifier-arm || die
62 - fi
63 -}
64 -
65 -src_install() {
66 - local dir="/opt/${P}"
67 -
68 - insinto "${dir}"
69 - doins -r *
70 - fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
71 -
72 - make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
73 - newicon "bin/${PN}.png" "${PN}.png"
74 - make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;"
75 -
76 - # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
77 - mkdir -p "${D}/etc/sysctl.d/" || die
78 - echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
79 -}
80
81 diff --git a/dev-util/goland/goland-2018.1.4.ebuild b/dev-util/goland/goland-2018.1.4.ebuild
82 deleted file mode 100644
83 index d46b730ae46..00000000000
84 --- a/dev-util/goland/goland-2018.1.4.ebuild
85 +++ /dev/null
86 @@ -1,45 +0,0 @@
87 -# Copyright 1999-2018 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -inherit eutils
93 -
94 -SLOT=0
95 -
96 -SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz"
97 -DESCRIPTION="Golang IDE by JetBrains"
98 -HOMEPAGE="http://www.jetbrains.com/go"
99 -
100 -KEYWORDS="~amd64"
101 -LICENSE="IDEA
102 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
103 -
104 -QA_PREBUILT="opt/${P}/*"
105 -
106 -S=${WORKDIR}/GoLand-${PV}
107 -
108 -RDEPEND="dev-lang/go"
109 -
110 -src_prepare() {
111 - default
112 - if ! use arm; then
113 - rm -rf bin/fsnotifier-arm || die
114 - fi
115 -}
116 -
117 -src_install() {
118 - local dir="/opt/${P}"
119 -
120 - insinto "${dir}"
121 - doins -r *
122 - fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
123 -
124 - make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
125 - newicon "bin/${PN}.png" "${PN}.png"
126 - make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;"
127 -
128 - # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
129 - mkdir -p "${D}/etc/sysctl.d/" || die
130 - echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
131 -}
132
133 diff --git a/dev-util/goland/goland-2018.1.5.ebuild b/dev-util/goland/goland-2018.1.5.ebuild
134 deleted file mode 100644
135 index d46b730ae46..00000000000
136 --- a/dev-util/goland/goland-2018.1.5.ebuild
137 +++ /dev/null
138 @@ -1,45 +0,0 @@
139 -# Copyright 1999-2018 Gentoo Foundation
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=6
143 -
144 -inherit eutils
145 -
146 -SLOT=0
147 -
148 -SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz"
149 -DESCRIPTION="Golang IDE by JetBrains"
150 -HOMEPAGE="http://www.jetbrains.com/go"
151 -
152 -KEYWORDS="~amd64"
153 -LICENSE="IDEA
154 - || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
155 -
156 -QA_PREBUILT="opt/${P}/*"
157 -
158 -S=${WORKDIR}/GoLand-${PV}
159 -
160 -RDEPEND="dev-lang/go"
161 -
162 -src_prepare() {
163 - default
164 - if ! use arm; then
165 - rm -rf bin/fsnotifier-arm || die
166 - fi
167 -}
168 -
169 -src_install() {
170 - local dir="/opt/${P}"
171 -
172 - insinto "${dir}"
173 - doins -r *
174 - fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
175 -
176 - make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
177 - newicon "bin/${PN}.png" "${PN}.png"
178 - make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;"
179 -
180 - # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
181 - mkdir -p "${D}/etc/sysctl.d/" || die
182 - echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
183 -}