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, 26 May 2019 10:32:28
Message-Id: 1558866741.abbdb16997ce47e6dd01141f9853f1ae761da5d1.zlogene@gentoo
1 commit: abbdb16997ce47e6dd01141f9853f1ae761da5d1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 10:31:43 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 10:32:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbdb169
7
8 dev-util/pycharm-community: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-util/pycharm-community/Manifest | 3 --
14 .../pycharm-community-2018.3.4.ebuild | 54 ---------------------
15 .../pycharm-community-2018.3.5.ebuild | 54 ---------------------
16 .../pycharm-community-2019.1.ebuild | 55 ----------------------
17 4 files changed, 166 deletions(-)
18
19 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
20 index 87ab0774686..215a06e733f 100644
21 --- a/dev-util/pycharm-community/Manifest
22 +++ b/dev-util/pycharm-community/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST pycharm-community-2018.3.4.tar.gz 310736836 BLAKE2B 2d43955b4d4299026c3fccd00c42e71b98c314d33857b1f81a84f365efde4b89d29b8c20826a3f89b6dc36fb293d867874edc75d68f5070516a27ccb68034cd2 SHA512 35b133b0db3b7fdbc4f08d0070de5aec8b3f170657c932e5c5c0af2e8c4be8b9e408558a0595794acd73e2ef5085295929b2a11013e6e72b852fead4ce572f60
25 -DIST pycharm-community-2018.3.5.tar.gz 311914955 BLAKE2B d4e1e2cc19a416d7f5ecc1ee181c0b6a4e29ee3577800f2426ec84a7a16f53992526b1df8e3ccd43ccbdeeb7f6521d579fad41d145ecfd24408d2d18b9b577d6 SHA512 a81c95397388b243a5b548e2b4bc54f1be3fdedd191c33a90f57a53002d90eb462d5fbc69b2fa88ccb35d8521cd1224e4491928e4c1810a2e7429a6ba6050d36
26 DIST pycharm-community-2019.1.1.tar.gz 332489780 BLAKE2B 2cc7dcbab5fa321e423991622b4e7c9e41c184312a4b3c3a8b900b1ea2436d9f6009e26ffca12f3335be8bb520941c6ac6b579f3e6f2fc0f1b148a9a00ab1868 SHA512 28d7a3353bec271f0a57bea3c44fc788a5b3a5215dff737ba293c2ce73509d06b217ee1615901c91e5895d61a58a2b696c50ae760b6b3a88b472f3746f28bcbf
27 DIST pycharm-community-2019.1.2.tar.gz 333983594 BLAKE2B f5dfa1986d88c7598cfbd5050c385a1b1b3374286e57fd513a94eb19bc42116b1ceef757d194ef1df66739b25f10663a74e374785b4c5584aec9b8900e67dd0c SHA512 48782960022efe48f37b2bdec0be1f15741f6dde2a2dcec686ecfb07c81996c3d6fc46cf3eda2fa4cc53a67f7ec47909e47ed57b2edbf973482ca37781067415
28 -DIST pycharm-community-2019.1.tar.gz 330592651 BLAKE2B 4165a1bd9cd63e70b9f982bca4324b2aa1db32bc73bf30e521ed5921eb4b03ffe98004d16600c1795cc974d5188c24a17c988c6b37a90a5d038b0492a692275a SHA512 aa411f7354c7954d22e51246349b66a13cf0544a00ee92945ceb072f3636a020b0ee812a84d49c74e2121561af4f96e9fb6f7b26f69bc473c15ed15614fd16ab
29
30 diff --git a/dev-util/pycharm-community/pycharm-community-2018.3.4.ebuild b/dev-util/pycharm-community/pycharm-community-2018.3.4.ebuild
31 deleted file mode 100644
32 index 4fdbcc0f9b0..00000000000
33 --- a/dev-util/pycharm-community/pycharm-community-2018.3.4.ebuild
34 +++ /dev/null
35 @@ -1,54 +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-python/pip"
53 -
54 -RESTRICT="mirror strip"
55 -
56 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
57 - opt/${PN}/bin/fsnotifier64
58 - opt/${PN}/bin/fsnotifier-arm"
59 -
60 -MY_PN=${PN/-community/}
61 -
62 -src_prepare() {
63 - default
64 -
65 - rm -rf jre || die
66 -}
67 -
68 -src_install() {
69 - insinto /opt/${PN}
70 - doins -r *
71 -
72 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
73 -
74 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
75 - newicon bin/${MY_PN}.png ${PN}.png
76 - make_desktop_entry ${PN} ${PN} ${PN}
77 -
78 - readme.gentoo_create_doc
79 -}
80 -
81 -pkg_postinst() {
82 - xdg_pkg_postinst
83 - gnome2_icon_cache_update
84 -}
85 -
86 -pkg_postrm() {
87 - xdg_pkg_postrm
88 - gnome2_icon_cache_update
89 -}
90
91 diff --git a/dev-util/pycharm-community/pycharm-community-2018.3.5.ebuild b/dev-util/pycharm-community/pycharm-community-2018.3.5.ebuild
92 deleted file mode 100644
93 index 476b12dea20..00000000000
94 --- a/dev-util/pycharm-community/pycharm-community-2018.3.5.ebuild
95 +++ /dev/null
96 @@ -1,54 +0,0 @@
97 -# Copyright 1999-2019 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -
102 -inherit gnome2-utils readme.gentoo-r1 xdg
103 -
104 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
105 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
106 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
107 -
108 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~x86"
111 -
112 -RDEPEND=">=virtual/jre-1.8
113 - dev-python/pip"
114 -
115 -RESTRICT="mirror strip"
116 -
117 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
118 - opt/${PN}/bin/fsnotifier64
119 - opt/${PN}/bin/fsnotifier-arm"
120 -
121 -MY_PN=${PN/-community/}
122 -
123 -src_prepare() {
124 - default
125 -
126 - rm -rf jre || die
127 -}
128 -
129 -src_install() {
130 - insinto /opt/${PN}
131 - doins -r *
132 -
133 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
134 -
135 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
136 - newicon bin/${MY_PN}.png ${PN}.png
137 - make_desktop_entry ${PN} ${PN} ${PN}
138 -
139 - readme.gentoo_create_doc
140 -}
141 -
142 -pkg_postinst() {
143 - xdg_pkg_postinst
144 - gnome2_icon_cache_update
145 -}
146 -
147 -pkg_postrm() {
148 - xdg_pkg_postrm
149 - gnome2_icon_cache_update
150 -}
151
152 diff --git a/dev-util/pycharm-community/pycharm-community-2019.1.ebuild b/dev-util/pycharm-community/pycharm-community-2019.1.ebuild
153 deleted file mode 100644
154 index 3bd1b2cb410..00000000000
155 --- a/dev-util/pycharm-community/pycharm-community-2019.1.ebuild
156 +++ /dev/null
157 @@ -1,55 +0,0 @@
158 -# Copyright 1999-2019 Gentoo Authors
159 -# Distributed under the terms of the GNU General Public License v2
160 -
161 -EAPI=6
162 -
163 -inherit gnome2-utils readme.gentoo-r1 xdg
164 -
165 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
166 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
167 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
168 -
169 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
170 -SLOT="0"
171 -KEYWORDS="~amd64 ~x86"
172 -
173 -RDEPEND=">=virtual/jre-1.8
174 - dev-libs/libdbusmenu
175 - dev-python/pip"
176 -
177 -RESTRICT="mirror strip"
178 -
179 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
180 - opt/${PN}/bin/fsnotifier64
181 - opt/${PN}/bin/fsnotifier-arm"
182 -
183 -MY_PN=${PN/-community/}
184 -
185 -src_prepare() {
186 - default
187 -
188 - rm -rf jre || die
189 -}
190 -
191 -src_install() {
192 - insinto /opt/${PN}
193 - doins -r *
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 -}