Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
Date: Fri, 25 Jun 2021 19:24:10
Message-Id: 1624649041.4c39ef0ce972578fba32a3117a2b105f8d56d5cd.zlogene@gentoo
1 commit: 4c39ef0ce972578fba32a3117a2b105f8d56d5cd
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 19:16:00 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 19:24:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c39ef0c
7
8 dev-util/pycharm-community: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-util/pycharm-community/Manifest | 4 --
14 .../pycharm-community-2020.1.1.ebuild | 54 -------------------
15 .../pycharm-community-2020.1.3.ebuild | 54 -------------------
16 .../pycharm-community-2020.1.ebuild | 54 -------------------
17 .../pycharm-community-2020.3.ebuild | 60 ----------------------
18 5 files changed, 226 deletions(-)
19
20 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
21 index e0338ffbaf4..ddca8cd03f8 100644
22 --- a/dev-util/pycharm-community/Manifest
23 +++ b/dev-util/pycharm-community/Manifest
24 @@ -1,5 +1 @@
25 -DIST pycharm-community-2020.1.1.tar.gz 383138867 BLAKE2B 872c658709cab76636f864caff4be4086f861347f5591cf846f6e2b57593380d796a417a684e935b5d3cc6482d80d60f04553e1c11f31fb63554df6a683512ba SHA512 91465d6754981f88a1175ba7da40eb8aed128897b732ba598caa3dbbd6b928f56857c0e80c7bc6c27bb276ffa9a5529dbdcd4508ea1b038579bc7bf359d83ab4
26 -DIST pycharm-community-2020.1.3.tar.gz 384015566 BLAKE2B a8f69912d7f24ce81c0f4ab579423ef45de6be3f1a0d9d72c6a1566d28c4be41917b3a586964f0b3e7cba7a658da6e5d852d89844f0fd166919f55f3f487380a SHA512 d66f3fb07f06fbaf7282c81f9a81b3106c61d1f60c9b5acf9f512dd5ec12bc772f93192aa535823c808531aea973653b0d59aa770fe898eaa406be319b8873fe
27 -DIST pycharm-community-2020.1.tar.gz 382333125 BLAKE2B 5fa9000bad467784f2276286639c98509481ab3aef7482f8d0d166d058b2798fb027c037762c76dfd947376320e75f05045b34f172f849198c63950fe27d9855 SHA512 7e2663ac21536f7663910d0e2561a93869f46cc7b1d06bbc448d5afbdf89c4fcb834b9e7e3f61263e5c0a3d25caf35c663a42c6219ae2d5a67cb2516eba2e8e6
28 -DIST pycharm-community-2020.3.tar.gz 486641961 BLAKE2B 35172e213cd90378637adecfc12ecbb758866a5359a5b6159d5201d232ff1e99a0af447163a598057d94c2d307d4d9c627f3f971b58c18c3d95cc2d9d81ef0fc SHA512 16d3508dfd89a3c4b17cdc68e35b2f44e3e18903b94c323c3e845801a8c0d7609b5f9693d7a76ad927860f8d1ec8c9537a1595391167cb5648cb97f248ffa171
29 DIST pycharm-community-2021.1.2.tar.gz 466806126 BLAKE2B 403cc5949ccb0e5f7d39d55b91d962889e35342715501466c007a5b3b044cbe33260de99e7d299f35a6e789c6f7e5726bc7106bc206d4e4890f8948eab7a15a2 SHA512 180d813d1162456312eb4482f414443350d784effab56cc53f2f6c2c79931f9af597849ec395089d8fc1ca2b87015722fad3cc43e03bfb4418e2c926b5af0107
30
31 diff --git a/dev-util/pycharm-community/pycharm-community-2020.1.1.ebuild b/dev-util/pycharm-community/pycharm-community-2020.1.1.ebuild
32 deleted file mode 100644
33 index ae416f7ef84..00000000000
34 --- a/dev-util/pycharm-community/pycharm-community-2020.1.1.ebuild
35 +++ /dev/null
36 @@ -1,54 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -inherit desktop gnome2-utils readme.gentoo-r1 xdg
43 -
44 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
45 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
46 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="+bundled-jdk"
52 -
53 -RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 )
54 - dev-libs/libdbusmenu
55 - dev-python/pip"
56 -
57 -RESTRICT="mirror strip"
58 -
59 -QA_PREBUILT="*"
60 -
61 -MY_PN=${PN/-community/}
62 -
63 -src_install() {
64 - insinto /opt/${PN}
65 - doins -r *
66 -
67 - if use bundled-jdk; then
68 - fperms -R a+x /opt/pycharm-community/jbr/bin/
69 - else
70 - rm -r "${D}"/opt/pycharm-community/jbr/ || die
71 - fi
72 -
73 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
74 -
75 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
76 - newicon bin/${MY_PN}.png ${PN}.png
77 - make_desktop_entry ${PN} ${PN} ${PN}
78 -
79 - readme.gentoo_create_doc
80 -}
81 -
82 -pkg_postinst() {
83 - xdg_pkg_postinst
84 - gnome2_icon_cache_update
85 -}
86 -
87 -pkg_postrm() {
88 - xdg_pkg_postrm
89 - gnome2_icon_cache_update
90 -}
91
92 diff --git a/dev-util/pycharm-community/pycharm-community-2020.1.3.ebuild b/dev-util/pycharm-community/pycharm-community-2020.1.3.ebuild
93 deleted file mode 100644
94 index f524f07d6ec..00000000000
95 --- a/dev-util/pycharm-community/pycharm-community-2020.1.3.ebuild
96 +++ /dev/null
97 @@ -1,54 +0,0 @@
98 -# Copyright 1999-2021 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -
103 -inherit desktop gnome2-utils readme.gentoo-r1 xdg
104 -
105 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
106 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
107 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
108 -
109 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
110 -SLOT="0"
111 -KEYWORDS="amd64 x86"
112 -IUSE="+bundled-jdk"
113 -
114 -RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 )
115 - dev-libs/libdbusmenu
116 - dev-python/pip"
117 -
118 -RESTRICT="mirror strip"
119 -
120 -QA_PREBUILT="*"
121 -
122 -MY_PN=${PN/-community/}
123 -
124 -src_install() {
125 - insinto /opt/${PN}
126 - doins -r *
127 -
128 - if use bundled-jdk; then
129 - fperms -R a+x /opt/pycharm-community/jbr/bin/
130 - else
131 - rm -r "${D}"/opt/pycharm-community/jbr/ || die
132 - fi
133 -
134 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
135 -
136 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
137 - newicon bin/${MY_PN}.png ${PN}.png
138 - make_desktop_entry ${PN} ${PN} ${PN}
139 -
140 - readme.gentoo_create_doc
141 -}
142 -
143 -pkg_postinst() {
144 - xdg_pkg_postinst
145 - gnome2_icon_cache_update
146 -}
147 -
148 -pkg_postrm() {
149 - xdg_pkg_postrm
150 - gnome2_icon_cache_update
151 -}
152
153 diff --git a/dev-util/pycharm-community/pycharm-community-2020.1.ebuild b/dev-util/pycharm-community/pycharm-community-2020.1.ebuild
154 deleted file mode 100644
155 index ae416f7ef84..00000000000
156 --- a/dev-util/pycharm-community/pycharm-community-2020.1.ebuild
157 +++ /dev/null
158 @@ -1,54 +0,0 @@
159 -# Copyright 1999-2021 Gentoo Authors
160 -# Distributed under the terms of the GNU General Public License v2
161 -
162 -EAPI=6
163 -
164 -inherit desktop gnome2-utils readme.gentoo-r1 xdg
165 -
166 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
167 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
168 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
169 -
170 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
171 -SLOT="0"
172 -KEYWORDS="~amd64 ~x86"
173 -IUSE="+bundled-jdk"
174 -
175 -RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 )
176 - dev-libs/libdbusmenu
177 - dev-python/pip"
178 -
179 -RESTRICT="mirror strip"
180 -
181 -QA_PREBUILT="*"
182 -
183 -MY_PN=${PN/-community/}
184 -
185 -src_install() {
186 - insinto /opt/${PN}
187 - doins -r *
188 -
189 - if use bundled-jdk; then
190 - fperms -R a+x /opt/pycharm-community/jbr/bin/
191 - else
192 - rm -r "${D}"/opt/pycharm-community/jbr/ || die
193 - fi
194 -
195 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
196 -
197 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
198 - newicon bin/${MY_PN}.png ${PN}.png
199 - make_desktop_entry ${PN} ${PN} ${PN}
200 -
201 - readme.gentoo_create_doc
202 -}
203 -
204 -pkg_postinst() {
205 - xdg_pkg_postinst
206 - gnome2_icon_cache_update
207 -}
208 -
209 -pkg_postrm() {
210 - xdg_pkg_postrm
211 - gnome2_icon_cache_update
212 -}
213
214 diff --git a/dev-util/pycharm-community/pycharm-community-2020.3.ebuild b/dev-util/pycharm-community/pycharm-community-2020.3.ebuild
215 deleted file mode 100644
216 index e4fe870ae5c..00000000000
217 --- a/dev-util/pycharm-community/pycharm-community-2020.3.ebuild
218 +++ /dev/null
219 @@ -1,60 +0,0 @@
220 -# Copyright 1999-2021 Gentoo Authors
221 -# Distributed under the terms of the GNU General Public License v2
222 -
223 -EAPI=6
224 -
225 -inherit desktop gnome2-utils readme.gentoo-r1 xdg
226 -
227 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
228 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
229 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
230 -
231 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
232 -SLOT="0"
233 -KEYWORDS="~amd64 ~x86"
234 -IUSE="+bundled-jdk"
235 -
236 -RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 )
237 - dev-libs/libdbusmenu
238 - dev-python/pip"
239 -
240 -RESTRICT="mirror strip"
241 -
242 -QA_PREBUILT="*"
243 -
244 -MY_PN=${PN/-community/}
245 -
246 -src_install() {
247 - insinto /opt/${PN}
248 - doins -r *
249 -
250 - if use bundled-jdk; then
251 - fperms -R a+x /opt/pycharm-community/jbr/bin/
252 - else
253 - rm -r "${D}"/opt/pycharm-community/jbr/ || die
254 - fi
255 -
256 - local rub
257 -
258 - for rub in aarch64 mips64el ppc64le; do
259 - rm -r "${D}"/opt/pycharm-community/lib/pty4j-native/linux/${rub} || die
260 - done
261 -
262 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
263 -
264 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
265 - newicon bin/${MY_PN}.png ${PN}.png
266 - make_desktop_entry ${PN} ${PN} ${PN}
267 -
268 - readme.gentoo_create_doc
269 -}
270 -
271 -pkg_postinst() {
272 - xdg_pkg_postinst
273 - gnome2_icon_cache_update
274 -}
275 -
276 -pkg_postrm() {
277 - xdg_pkg_postrm
278 - gnome2_icon_cache_update
279 -}