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: Sun, 27 Oct 2019 19:48:22
Message-Id: 1572205683.06742bb0f981072c585fa48216092bd43a2a439a.zlogene@gentoo
1 commit: 06742bb0f981072c585fa48216092bd43a2a439a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 19:48:03 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 19:48:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06742bb0
7
8 dev-util/pycharm-community: mark stable
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-util/pycharm-community/Manifest | 3 --
14 .../pycharm-community-2019.1.3.ebuild | 55 ----------------------
15 .../pycharm-community-2019.2.2.ebuild | 55 ----------------------
16 .../pycharm-community-2019.2.3.ebuild | 2 +-
17 .../pycharm-community-2019.2.ebuild | 55 ----------------------
18 5 files changed, 1 insertion(+), 169 deletions(-)
19
20 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
21 index 44ca3bc3bdf..3b1957ca102 100644
22 --- a/dev-util/pycharm-community/Manifest
23 +++ b/dev-util/pycharm-community/Manifest
24 @@ -1,4 +1 @@
25 -DIST pycharm-community-2019.1.3.tar.gz 334018235 BLAKE2B 8e4c400685e69aaa53426dee848d5f14a0c40b88232ee8cb8c0c0f2f727c68b9212600dab7717ec77c1cd4b42666bad965fcbc217e3158d357b5a5edd6a94e26 SHA512 42627af39a8530931442c8419ebee4d999faad40a203519fc8564e4b8b14d2476e8426e9976e487c92e4398db8efb15c5e2d28536b1c7b374898f9dc0021acbe
26 -DIST pycharm-community-2019.2.2.tar.gz 359797110 BLAKE2B 64e7c811f04ccea8178632a9eb25f25641fbda9bf38f2cad55b7b15e9cfe568cecfa6ceafbdb4b8c670d32923e871efbeea20c4d670bcf851621bee61502c240 SHA512 7d136d98b695d04e16662d7ecf8d7a67dd37667952870dddde1d881aa899e2896a95e83de2a88cb42bd8f92e8872a9ada30941e85bcc251a00d73e87950c7f22
27 DIST pycharm-community-2019.2.3.tar.gz 360509772 BLAKE2B 8924e6b5e2823c26a96531d14bc60f01f0849a5cca3c87bdff7c23c304081e668aecb1b2c681622c472cacf4b2e1f58c5fa4e42624f204491d27e37785146fd3 SHA512 65f834ba20cddb93533d596430f8b537167f32e99d224758d9fd4407f95304609912dec7f11cf61f9edf2e30722f1624250f44765c0f83dcbf6815bb8c35d9d9
28 -DIST pycharm-community-2019.2.tar.gz 359295798 BLAKE2B 9a1b19e93d0d2cba6c7dd2c059d511e4d193b6bd9e5f1900c3aadd6ff322891c834947360715c8f41e5112f7a71d3b5b09ed7e23dcf3dd8c6c4de9c4eaf16b5b SHA512 490925de309bcb0ef052593e517f3d701ae1d82b05d4ea38bb7bb5eef86e9df21472e395fadbb21906fa1024358ae599285fba8fdb72b0ddb7f1e8f7f26ac046
29
30 diff --git a/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild b/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild
31 deleted file mode 100644
32 index 92e344b69ea..00000000000
33 --- a/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild
34 +++ /dev/null
35 @@ -1,55 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit gnome2-utils readme.gentoo-r1 xdg
42 -
43 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
44 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
45 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -RDEPEND=">=virtual/jre-1.8
52 - dev-libs/libdbusmenu
53 - dev-python/pip"
54 -
55 -RESTRICT="mirror strip"
56 -
57 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
58 - opt/${PN}/bin/fsnotifier64
59 - opt/${PN}/bin/fsnotifier-arm"
60 -
61 -MY_PN=${PN/-community/}
62 -
63 -src_prepare() {
64 - default
65 -
66 - rm -rf jre || die
67 -}
68 -
69 -src_install() {
70 - insinto /opt/${PN}
71 - doins -r *
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-2019.2.2.ebuild b/dev-util/pycharm-community/pycharm-community-2019.2.2.ebuild
93 deleted file mode 100644
94 index 3bd1b2cb410..00000000000
95 --- a/dev-util/pycharm-community/pycharm-community-2019.2.2.ebuild
96 +++ /dev/null
97 @@ -1,55 +0,0 @@
98 -# Copyright 1999-2019 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -
103 -inherit 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 -
113 -RDEPEND=">=virtual/jre-1.8
114 - dev-libs/libdbusmenu
115 - dev-python/pip"
116 -
117 -RESTRICT="mirror strip"
118 -
119 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
120 - opt/${PN}/bin/fsnotifier64
121 - opt/${PN}/bin/fsnotifier-arm"
122 -
123 -MY_PN=${PN/-community/}
124 -
125 -src_prepare() {
126 - default
127 -
128 - rm -rf jre || die
129 -}
130 -
131 -src_install() {
132 - insinto /opt/${PN}
133 - doins -r *
134 -
135 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
136 -
137 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
138 - newicon bin/${MY_PN}.png ${PN}.png
139 - make_desktop_entry ${PN} ${PN} ${PN}
140 -
141 - readme.gentoo_create_doc
142 -}
143 -
144 -pkg_postinst() {
145 - xdg_pkg_postinst
146 - gnome2_icon_cache_update
147 -}
148 -
149 -pkg_postrm() {
150 - xdg_pkg_postrm
151 - gnome2_icon_cache_update
152 -}
153
154 diff --git a/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild b/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
155 index 3bd1b2cb410..92e344b69ea 100644
156 --- a/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
157 +++ b/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
158 @@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
159
160 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
161 SLOT="0"
162 -KEYWORDS="~amd64 ~x86"
163 +KEYWORDS="amd64 x86"
164
165 RDEPEND=">=virtual/jre-1.8
166 dev-libs/libdbusmenu
167
168 diff --git a/dev-util/pycharm-community/pycharm-community-2019.2.ebuild b/dev-util/pycharm-community/pycharm-community-2019.2.ebuild
169 deleted file mode 100644
170 index 3bd1b2cb410..00000000000
171 --- a/dev-util/pycharm-community/pycharm-community-2019.2.ebuild
172 +++ /dev/null
173 @@ -1,55 +0,0 @@
174 -# Copyright 1999-2019 Gentoo Authors
175 -# Distributed under the terms of the GNU General Public License v2
176 -
177 -EAPI=6
178 -
179 -inherit gnome2-utils readme.gentoo-r1 xdg
180 -
181 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
182 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
183 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
184 -
185 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
186 -SLOT="0"
187 -KEYWORDS="~amd64 ~x86"
188 -
189 -RDEPEND=">=virtual/jre-1.8
190 - dev-libs/libdbusmenu
191 - dev-python/pip"
192 -
193 -RESTRICT="mirror strip"
194 -
195 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
196 - opt/${PN}/bin/fsnotifier64
197 - opt/${PN}/bin/fsnotifier-arm"
198 -
199 -MY_PN=${PN/-community/}
200 -
201 -src_prepare() {
202 - default
203 -
204 - rm -rf jre || die
205 -}
206 -
207 -src_install() {
208 - insinto /opt/${PN}
209 - doins -r *
210 -
211 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
212 -
213 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
214 - newicon bin/${MY_PN}.png ${PN}.png
215 - make_desktop_entry ${PN} ${PN} ${PN}
216 -
217 - readme.gentoo_create_doc
218 -}
219 -
220 -pkg_postinst() {
221 - xdg_pkg_postinst
222 - gnome2_icon_cache_update
223 -}
224 -
225 -pkg_postrm() {
226 - xdg_pkg_postrm
227 - gnome2_icon_cache_update
228 -}