Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
Date: Mon, 26 Mar 2018 06:44:51
Message-Id: 1522046684.73bca0038ce3e6461d7361c6475fe5364281d93d.xmw@gentoo
1 commit: 73bca0038ce3e6461d7361c6475fe5364281d93d
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 06:43:29 2018 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 06:44:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bca003
7
8 dev-util/pycharm-community: Version bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-util/pycharm-community/Manifest | 1 -
13 .../pycharm-community-2017.3.1.ebuild | 55 ----------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
17 index 86f623c1784..c66d4a0c569 100644
18 --- a/dev-util/pycharm-community/Manifest
19 +++ b/dev-util/pycharm-community/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST pycharm-community-2017.3.1.tar.gz 279798932 BLAKE2B e442ffb2445915a14408a7a7221bfd256a4ca13a654db91dad5f267304fff666238b624c0448ff80b620bb73b2839093d7df678745715feba49941907030024a SHA512 0fe8a80751954e9cd9b6cae63e16b75f22095cddd784f9adfe1073ee62ec1aecf8f60ba2c332a575e70f2c0d312150f8d5129a9d1c539b541ccc6b0b8a37961a
22 DIST pycharm-community-2017.3.3.tar.gz 279677180 BLAKE2B 373276332c918a325290e9ca0fa37ac7512025e0c0ee8149c3c08321b0477a0a5263fc24dece443c471f2a96a1b147153b0952466e374acf62389e1c49a1f114 SHA512 d4e9dffa7d2abef825fdbe7ce2665e2d249b18d81f7dab5051a0a2fda7896e5df7cce16e19518225dd23205c346df8fc5c5b3cb39280886004340cba60aeacd4
23 DIST pycharm-community-2017.3.4.tar.gz 279847033 BLAKE2B 451540aae6434f39a94a664d4aa8747071c9c045793a7d445bf1acf4c0412309448b9e05b01c7e86d5b6915d144cb5175956981597d24064b2a7f934bd043bf3 SHA512 0478ca55a0dbd45b54c3d1af45a6cfdc562f0a863e3fe09922421ed121e22f5182c71fbc05b0e9fe7a8e92b197f6ad473da34b30b867297690d7bd9df5fda730
24 DIST pycharm-community-2017.3.tar.gz 282451011 BLAKE2B 250265d7cb0cb3ba94733c9404f6bc1c6e4f62207721011e9eec65780f9e4c92148626065051a1e875124d013cff488c8d7ab9861c094bf4a33c0b8596e717e9 SHA512 4e835f671971171966f52a4219f47fda2675b2fcf38f0f91ff90b1aa00508ed3b5445a488750c6e9d82515780e9f190201da918230c0b80d869d6b16ab352cc6
25
26 diff --git a/dev-util/pycharm-community/pycharm-community-2017.3.1.ebuild b/dev-util/pycharm-community/pycharm-community-2017.3.1.ebuild
27 deleted file mode 100644
28 index 98688229a2f..00000000000
29 --- a/dev-util/pycharm-community/pycharm-community-2017.3.1.ebuild
30 +++ /dev/null
31 @@ -1,55 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit gnome2-utils readme.gentoo-r1 xdg
38 -
39 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
40 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
41 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND=">=virtual/jre-1.8"
49 -DEPEND=""
50 -
51 -RESTRICT="mirror strip"
52 -
53 -QA_PREBUILT="opt/${PN}/bin/fsnotifier
54 - opt/${PN}/bin/fsnotifier64
55 - opt/${PN}/bin/fsnotifier-arm"
56 -
57 -MY_PN=${PN/-community/}
58 -
59 -src_prepare() {
60 - default
61 -
62 - rm -rf jre || die
63 -}
64 -
65 -src_install() {
66 - insinto /opt/${PN}
67 - doins -r *
68 -
69 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
70 -
71 - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
72 - newicon bin/${MY_PN}.png ${PN}.png
73 - make_desktop_entry ${PN} ${PN} ${PN}
74 -
75 - readme.gentoo_create_doc
76 -}
77 -
78 -pkg_postinst() {
79 - xdg_pkg_postinst
80 - gnome2_icon_cache_update
81 -}
82 -
83 -pkg_postrm() {
84 - xdg_pkg_postrm
85 - gnome2_icon_cache_update
86 -}