Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
Date: Fri, 03 Nov 2017 14:45:37
Message-Id: 1509720316.3d6878427361e903ac31b3b79257c56227d86076.mrueg@gentoo
1 commit: 3d6878427361e903ac31b3b79257c56227d86076
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 3 14:45:16 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 3 14:45:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d687842
7
8 dev-util/pycharm-community: Remove old
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.4
11
12 dev-util/pycharm-community/Manifest | 1 -
13 .../pycharm-community-2017.2.1.ebuild | 45 ----------------------
14 2 files changed, 46 deletions(-)
15
16 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
17 index f8d1d94cce0..3253b9b9fce 100644
18 --- a/dev-util/pycharm-community/Manifest
19 +++ b/dev-util/pycharm-community/Manifest
20 @@ -1,5 +1,4 @@
21 DIST pycharm-community-2016.3.2.tar.gz 215633678 SHA256 e1092d3692118f9097e4182edfccc76159160353b7d7379cada3249b9e2d4f39 SHA512 64f8fd908c2165e4534f77596e6f9a86e72a04390432a0c1206d8a5cfde8a54067d5747a6f1f2a5ba5bb168e311d5f432939c87a15f871330ce2c2e42c9bfc8a WHIRLPOOL 92320d3f96b76148bba1e0ead93578cde6890119fa963e1390b7da2ea570d4b99e6bebdffe6167e283d534073b06cd063c2d9e70c0100436afc6b6d0fd264eda
22 DIST pycharm-community-2017.1.5.tar.gz 195342869 SHA256 1a0bbf0d881527e08aad7a5adaa3ad44e8754c3eb2c3a8ed5ab113491549679b SHA512 1eac6062a1b92782e50425e053ec326965eaff6bf36ec3cf6d4e9fcdc1fe1a8baaf4d16131a38fc506c55c384943aaea51cf5f4c9d8d2e36080b7342ef1af21c WHIRLPOOL 1a655bcaa78b4a6607601229455e822cc56341c70132363a57cb9f6597f9f31ce007426a70284467cfe2c1a082972883746957e67dc678b5d379956f46a6c3cf
23 -DIST pycharm-community-2017.2.1.tar.gz 200410040 SHA256 4a7e5ab8c89be6ac3b6da649003260d1ed86b1dd41b7e9aa1d3873cacd7d6bd1 SHA512 734cbe66b38970a6f0c7e14d25f73143074d75034f6a29907c33998c3f83142f18f0016350916577db4497356594f144c7499f73c6a2e53e80374b3bf387f4f3 WHIRLPOOL 7dc075e2ce63dabb5eaca9a2b390d5930330ad39964b0d9e3d6ab935c141c1627696fd8f72bc862c3e684c9a454f9e3c21dd630673f01ff0909dd4c0cf01a3c8
24 DIST pycharm-community-2017.2.3.tar.gz 200478376 SHA256 e8562938c2ede32a1c1036391942190144cd9f0927bd49b6b3ddf5f7a01c33aa SHA512 502b056f15367c0aaed2a2b001b218f2f7e48d65b313d7560f3b77a0337a2502628ee502cb730eb2f8c6c853460988760e10601b98d43936603afa80beb1065e WHIRLPOOL 4096a3afcf86ae17e8021783c55264625e80a87034eaf6b0612fd622f88d52d24d7c27388be0c7f9a78b21333762fcf0531bd8f17b5cd4b2849cee5298d2f831
25 DIST pycharm-community-2017.2.4.tar.gz 200392450 SHA256 a72045c348981640a12fb9739e04d4985163248006150d4fd3b3c09d34216ea4 SHA512 4c98c026e36d8dd7ba0bd2ccdcffb1301d0cb79b111d032d85e0875f55d8e8a708cc1d1f319baad93f308169a1ca2aad608b940b71810907e0929bb790af15f9 WHIRLPOOL a520ec02cf93c5f177f4b4876fd0e51493d1e1abbcf91a9d1af588b4649aa646b53bef80a719d2851441b70af994023cb127db174f2526065ea1f1adf3014a5f
26
27 diff --git a/dev-util/pycharm-community/pycharm-community-2017.2.1.ebuild b/dev-util/pycharm-community/pycharm-community-2017.2.1.ebuild
28 deleted file mode 100644
29 index 6bcb19218d4..00000000000
30 --- a/dev-util/pycharm-community/pycharm-community-2017.2.1.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit eutils readme.gentoo-r1
39 -
40 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
41 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
42 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND=">=virtual/jre-1.8"
50 -DEPEND=""
51 -
52 -RESTRICT="mirror strip"
53 -
54 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
55 - opt/${PN}/bin/fsnotifier64
56 - opt/${PN}/bin/fsnotifier-arm"
57 -
58 -MY_PN=${PN/-community/}
59 -
60 -src_prepare() {
61 - default
62 -
63 - rm -rf jre || die
64 -}
65 -
66 -src_install() {
67 - insinto /opt/${PN}
68 - doins -r *
69 -
70 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
71 -
72 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
73 - newicon "bin/${MY_PN}.png" ${PN}.png
74 - make_desktop_entry ${PN} "${PN}" "${PN}"
75 -
76 - readme.gentoo_create_doc
77 -}