Gentoo Archives: gentoo-commits

From: Samuel Bernardo <samuelbernardo.mail@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ssnb:master commit in: dev-util/rubymine/
Date: Thu, 03 Feb 2022 02:04:55
Message-Id: 1643853880.13b6bcbdb44a0bc6fddb6667fb0cf37f67763d23.samuelbernardo@gentoo
1 commit: 13b6bcbdb44a0bc6fddb6667fb0cf37f67763d23
2 Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 3 02:04:40 2022 +0000
4 Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 3 02:04:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=13b6bcbd
7
8 Cleanup old versions of rubymine
9
10 Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
11
12 dev-util/rubymine/rubymine-2019.3.0.ebuild | 35 -------------------
13 dev-util/rubymine/rubymine-2019.3.1.ebuild | 35 -------------------
14 dev-util/rubymine/rubymine-2019.3.3.ebuild | 35 -------------------
15 dev-util/rubymine/rubymine-2019.3.4.ebuild | 35 -------------------
16 dev-util/rubymine/rubymine-2020.1.0.ebuild | 55 ------------------------------
17 dev-util/rubymine/rubymine-2020.1.1.ebuild | 55 ------------------------------
18 dev-util/rubymine/rubymine-2020.1.2.ebuild | 55 ------------------------------
19 dev-util/rubymine/rubymine-2020.1.4.ebuild | 55 ------------------------------
20 8 files changed, 360 deletions(-)
21
22 diff --git a/dev-util/rubymine/rubymine-2019.3.0.ebuild b/dev-util/rubymine/rubymine-2019.3.0.ebuild
23 deleted file mode 100644
24 index 34fbec7..0000000
25 --- a/dev-util/rubymine/rubymine-2019.3.0.ebuild
26 +++ /dev/null
27 @@ -1,35 +0,0 @@
28 -# Copyright 1999-2019 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=6
33 -inherit eutils versionator
34 -
35 -SLOT="$(get_major_version)"
36 -RDEPEND=">=virtual/jdk-1.7"
37 -
38 -MY_PN="RubyMine"
39 -MY_PV="$(get_version_component_range 1-2)"
40 -RESTRICT="strip"
41 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
42 -
43 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
44 -HOMEPAGE="http://jetbrains.com/ruby/"
45 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
46 -LICENSE="all-rights-reserved"
47 -IUSE=""
48 -KEYWORDS="~amd64 ~x86"
49 -S=${WORKDIR}/${MY_PN}-${MY_PV}
50 -
51 -src_install() {
52 - local dir="/opt/${P}"
53 - local exe="${PN}-${SLOT}"
54 -
55 - insinto "${dir}"
56 - doins -r *
57 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
58 -
59 - newicon "bin/${PN}.png" "${exe}.png"
60 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
61 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
62 -}
63
64 diff --git a/dev-util/rubymine/rubymine-2019.3.1.ebuild b/dev-util/rubymine/rubymine-2019.3.1.ebuild
65 deleted file mode 100644
66 index 3ba7d4c..0000000
67 --- a/dev-util/rubymine/rubymine-2019.3.1.ebuild
68 +++ /dev/null
69 @@ -1,35 +0,0 @@
70 -# Copyright 1999-2019 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI=6
75 -inherit eutils versionator
76 -
77 -SLOT="$(get_major_version)"
78 -RDEPEND=">=virtual/jdk-1.7"
79 -
80 -MY_PN="RubyMine"
81 -MY_PV="$(get_version_component_range 1-3)"
82 -RESTRICT="strip"
83 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
84 -
85 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
86 -HOMEPAGE="http://jetbrains.com/ruby/"
87 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
88 -LICENSE="all-rights-reserved"
89 -IUSE=""
90 -KEYWORDS="~amd64 ~x86"
91 -S=${WORKDIR}/${MY_PN}-${MY_PV}
92 -
93 -src_install() {
94 - local dir="/opt/${P}"
95 - local exe="${PN}-${SLOT}"
96 -
97 - insinto "${dir}"
98 - doins -r *
99 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
100 -
101 - newicon "bin/${PN}.png" "${exe}.png"
102 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
103 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
104 -}
105
106 diff --git a/dev-util/rubymine/rubymine-2019.3.3.ebuild b/dev-util/rubymine/rubymine-2019.3.3.ebuild
107 deleted file mode 100644
108 index 3ba7d4c..0000000
109 --- a/dev-util/rubymine/rubymine-2019.3.3.ebuild
110 +++ /dev/null
111 @@ -1,35 +0,0 @@
112 -# Copyright 1999-2019 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -# $Id$
115 -
116 -EAPI=6
117 -inherit eutils versionator
118 -
119 -SLOT="$(get_major_version)"
120 -RDEPEND=">=virtual/jdk-1.7"
121 -
122 -MY_PN="RubyMine"
123 -MY_PV="$(get_version_component_range 1-3)"
124 -RESTRICT="strip"
125 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
126 -
127 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
128 -HOMEPAGE="http://jetbrains.com/ruby/"
129 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
130 -LICENSE="all-rights-reserved"
131 -IUSE=""
132 -KEYWORDS="~amd64 ~x86"
133 -S=${WORKDIR}/${MY_PN}-${MY_PV}
134 -
135 -src_install() {
136 - local dir="/opt/${P}"
137 - local exe="${PN}-${SLOT}"
138 -
139 - insinto "${dir}"
140 - doins -r *
141 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
142 -
143 - newicon "bin/${PN}.png" "${exe}.png"
144 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
145 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
146 -}
147
148 diff --git a/dev-util/rubymine/rubymine-2019.3.4.ebuild b/dev-util/rubymine/rubymine-2019.3.4.ebuild
149 deleted file mode 100644
150 index 3ba7d4c..0000000
151 --- a/dev-util/rubymine/rubymine-2019.3.4.ebuild
152 +++ /dev/null
153 @@ -1,35 +0,0 @@
154 -# Copyright 1999-2019 Gentoo Foundation
155 -# Distributed under the terms of the GNU General Public License v2
156 -# $Id$
157 -
158 -EAPI=6
159 -inherit eutils versionator
160 -
161 -SLOT="$(get_major_version)"
162 -RDEPEND=">=virtual/jdk-1.7"
163 -
164 -MY_PN="RubyMine"
165 -MY_PV="$(get_version_component_range 1-3)"
166 -RESTRICT="strip"
167 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
168 -
169 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
170 -HOMEPAGE="http://jetbrains.com/ruby/"
171 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
172 -LICENSE="all-rights-reserved"
173 -IUSE=""
174 -KEYWORDS="~amd64 ~x86"
175 -S=${WORKDIR}/${MY_PN}-${MY_PV}
176 -
177 -src_install() {
178 - local dir="/opt/${P}"
179 - local exe="${PN}-${SLOT}"
180 -
181 - insinto "${dir}"
182 - doins -r *
183 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
184 -
185 - newicon "bin/${PN}.png" "${exe}.png"
186 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
187 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
188 -}
189
190 diff --git a/dev-util/rubymine/rubymine-2020.1.0.ebuild b/dev-util/rubymine/rubymine-2020.1.0.ebuild
191 deleted file mode 100644
192 index 585cbbf..0000000
193 --- a/dev-util/rubymine/rubymine-2020.1.0.ebuild
194 +++ /dev/null
195 @@ -1,55 +0,0 @@
196 -# Copyright 1999-2020 Gentoo Foundation
197 -# Distributed under the terms of the GNU General Public License v2
198 -# $Id$
199 -
200 -EAPI=7
201 -inherit eutils desktop
202 -
203 -SLOT="$(ver_cut 1)"
204 -RDEPEND=">=virtual/jdk-1.7"
205 -
206 -MY_PN="RubyMine"
207 -MY_PV="$(ver_cut 1-2)"
208 -RESTRICT="strip"
209 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
210 -
211 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
212 -HOMEPAGE="http://jetbrains.com/ruby/"
213 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
214 -LICENSE="all-rights-reserved"
215 -IUSE="jbr11"
216 -KEYWORDS="~amd64 ~x86"
217 -S=${WORKDIR}/${MY_PN}-${MY_PV}
218 -
219 -src_prepare() {
220 - # Remove non-linux libs
221 - rm -vrf "${S}"/lib/libpty/macosx
222 - rm -vrf "${S}"/lib/libpty/win
223 -
224 - if use !jbr11; then
225 - rm -vrf "${S}"/jbr
226 - fi
227 -
228 - # Java config
229 - #if use amd64; then local SUFFIX="64"; fi
230 - #sed -i 's/lcd/on/' "${S}/bin/${PN}${SUFFIX}.vmoptions"
231 - #echo "-Dswing.aatext=true" >> "${S}/bin/${PN}${SUFFIX}.vmoptions"
232 -
233 - eapply_user
234 -}
235 -
236 -src_install() {
237 - local dir="/opt/${P}"
238 - local exe="${PN}-${SLOT}"
239 -
240 - insinto "${dir}"
241 - doins -r *
242 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
243 - if use jbr11; then
244 - fperms 755 "${dir}/jbr/bin/*"
245 - fi
246 -
247 - newicon "bin/${PN}.png" "${exe}.png"
248 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
249 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
250 -}
251
252 diff --git a/dev-util/rubymine/rubymine-2020.1.1.ebuild b/dev-util/rubymine/rubymine-2020.1.1.ebuild
253 deleted file mode 100644
254 index 390fd08..0000000
255 --- a/dev-util/rubymine/rubymine-2020.1.1.ebuild
256 +++ /dev/null
257 @@ -1,55 +0,0 @@
258 -# Copyright 1999-2020 Gentoo Foundation
259 -# Distributed under the terms of the GNU General Public License v2
260 -# $Id$
261 -
262 -EAPI=7
263 -inherit eutils desktop
264 -
265 -SLOT="$(ver_cut 1)"
266 -RDEPEND=">=virtual/jdk-1.7"
267 -
268 -MY_PN="RubyMine"
269 -MY_PV="$(ver_cut 1-3)"
270 -RESTRICT="strip"
271 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
272 -
273 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
274 -HOMEPAGE="http://jetbrains.com/ruby/"
275 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
276 -LICENSE="all-rights-reserved"
277 -IUSE="jbr11"
278 -KEYWORDS="~amd64 ~x86"
279 -S=${WORKDIR}/${MY_PN}-${MY_PV}
280 -
281 -src_prepare() {
282 - # Remove non-linux libs
283 - rm -vrf "${S}"/lib/libpty/macosx
284 - rm -vrf "${S}"/lib/libpty/win
285 -
286 - if use !jbr11; then
287 - rm -vrf "${S}"/jbr
288 - fi
289 -
290 - # Java config
291 - #if use amd64; then local SUFFIX="64"; fi
292 - #sed -i 's/lcd/on/' "${S}/bin/${PN}${SUFFIX}.vmoptions"
293 - #echo "-Dswing.aatext=true" >> "${S}/bin/${PN}${SUFFIX}.vmoptions"
294 -
295 - eapply_user
296 -}
297 -
298 -src_install() {
299 - local dir="/opt/${P}"
300 - local exe="${PN}-${SLOT}"
301 -
302 - insinto "${dir}"
303 - doins -r *
304 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
305 - if use jbr11; then
306 - fperms 755 "${dir}/jbr/bin/*"
307 - fi
308 -
309 - newicon "bin/${PN}.png" "${exe}.png"
310 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
311 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
312 -}
313
314 diff --git a/dev-util/rubymine/rubymine-2020.1.2.ebuild b/dev-util/rubymine/rubymine-2020.1.2.ebuild
315 deleted file mode 100644
316 index 390fd08..0000000
317 --- a/dev-util/rubymine/rubymine-2020.1.2.ebuild
318 +++ /dev/null
319 @@ -1,55 +0,0 @@
320 -# Copyright 1999-2020 Gentoo Foundation
321 -# Distributed under the terms of the GNU General Public License v2
322 -# $Id$
323 -
324 -EAPI=7
325 -inherit eutils desktop
326 -
327 -SLOT="$(ver_cut 1)"
328 -RDEPEND=">=virtual/jdk-1.7"
329 -
330 -MY_PN="RubyMine"
331 -MY_PV="$(ver_cut 1-3)"
332 -RESTRICT="strip"
333 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
334 -
335 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
336 -HOMEPAGE="http://jetbrains.com/ruby/"
337 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
338 -LICENSE="all-rights-reserved"
339 -IUSE="jbr11"
340 -KEYWORDS="~amd64 ~x86"
341 -S=${WORKDIR}/${MY_PN}-${MY_PV}
342 -
343 -src_prepare() {
344 - # Remove non-linux libs
345 - rm -vrf "${S}"/lib/libpty/macosx
346 - rm -vrf "${S}"/lib/libpty/win
347 -
348 - if use !jbr11; then
349 - rm -vrf "${S}"/jbr
350 - fi
351 -
352 - # Java config
353 - #if use amd64; then local SUFFIX="64"; fi
354 - #sed -i 's/lcd/on/' "${S}/bin/${PN}${SUFFIX}.vmoptions"
355 - #echo "-Dswing.aatext=true" >> "${S}/bin/${PN}${SUFFIX}.vmoptions"
356 -
357 - eapply_user
358 -}
359 -
360 -src_install() {
361 - local dir="/opt/${P}"
362 - local exe="${PN}-${SLOT}"
363 -
364 - insinto "${dir}"
365 - doins -r *
366 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
367 - if use jbr11; then
368 - fperms 755 "${dir}/jbr/bin/*"
369 - fi
370 -
371 - newicon "bin/${PN}.png" "${exe}.png"
372 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
373 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
374 -}
375
376 diff --git a/dev-util/rubymine/rubymine-2020.1.4.ebuild b/dev-util/rubymine/rubymine-2020.1.4.ebuild
377 deleted file mode 100644
378 index 390fd08..0000000
379 --- a/dev-util/rubymine/rubymine-2020.1.4.ebuild
380 +++ /dev/null
381 @@ -1,55 +0,0 @@
382 -# Copyright 1999-2020 Gentoo Foundation
383 -# Distributed under the terms of the GNU General Public License v2
384 -# $Id$
385 -
386 -EAPI=7
387 -inherit eutils desktop
388 -
389 -SLOT="$(ver_cut 1)"
390 -RDEPEND=">=virtual/jdk-1.7"
391 -
392 -MY_PN="RubyMine"
393 -MY_PV="$(ver_cut 1-3)"
394 -RESTRICT="strip"
395 -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
396 -
397 -DESCRIPTION="The most intelligent Ruby and Rails IDE"
398 -HOMEPAGE="http://jetbrains.com/ruby/"
399 -SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz"
400 -LICENSE="all-rights-reserved"
401 -IUSE="jbr11"
402 -KEYWORDS="~amd64 ~x86"
403 -S=${WORKDIR}/${MY_PN}-${MY_PV}
404 -
405 -src_prepare() {
406 - # Remove non-linux libs
407 - rm -vrf "${S}"/lib/libpty/macosx
408 - rm -vrf "${S}"/lib/libpty/win
409 -
410 - if use !jbr11; then
411 - rm -vrf "${S}"/jbr
412 - fi
413 -
414 - # Java config
415 - #if use amd64; then local SUFFIX="64"; fi
416 - #sed -i 's/lcd/on/' "${S}/bin/${PN}${SUFFIX}.vmoptions"
417 - #echo "-Dswing.aatext=true" >> "${S}/bin/${PN}${SUFFIX}.vmoptions"
418 -
419 - eapply_user
420 -}
421 -
422 -src_install() {
423 - local dir="/opt/${P}"
424 - local exe="${PN}-${SLOT}"
425 -
426 - insinto "${dir}"
427 - doins -r *
428 - fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" "${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
429 - if use jbr11; then
430 - fperms 755 "${dir}/jbr/bin/*"
431 - fi
432 -
433 - newicon "bin/${PN}.png" "${exe}.png"
434 - make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
435 - make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
436 -}