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: Sun, 12 Feb 2017 15:55:19
Message-Id: 1486914906.410542c243d73ce8af6b3521c2a84b7031f1e105.xmw@gentoo
1 commit: 410542c243d73ce8af6b3521c2a84b7031f1e105
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 15:54:19 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 15:55:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410542c2
7
8 dev-util/pycharm-community: Remove old version.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/pycharm-community/Manifest | 1 -
13 .../pycharm-community-2016.1.3.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
17 index 12f8be3676..58d64b1a13 100644
18 --- a/dev-util/pycharm-community/Manifest
19 +++ b/dev-util/pycharm-community/Manifest
20 @@ -1,2 +1 @@
21 -DIST pycharm-community-2016.1.3.tar.gz 207707566 SHA256 98c406abf20cbe18565dfe17a62ac7dba094ed15100aab566ff343eb726647cf SHA512 09327867d231b311616d76d860e27ed0c1ac20ca86eda0be9d58666993b860f3c562fa5ce7e533f898eccf7ad2c72954681c83095310bfe01c428a64c59a475e WHIRLPOOL eb03ad07a14707d0650b9991e0494e299336bb61722b6384fa1a2721cc8b692a031ac84f4cfdbd909a45bbacc6d2e1e3d6eec0e5c202a22133f953a402b38b6d
22 DIST pycharm-community-2016.3.2.tar.gz 215633678 SHA256 e1092d3692118f9097e4182edfccc76159160353b7d7379cada3249b9e2d4f39 SHA512 64f8fd908c2165e4534f77596e6f9a86e72a04390432a0c1206d8a5cfde8a54067d5747a6f1f2a5ba5bb168e311d5f432939c87a15f871330ce2c2e42c9bfc8a WHIRLPOOL 92320d3f96b76148bba1e0ead93578cde6890119fa963e1390b7da2ea570d4b99e6bebdffe6167e283d534073b06cd063c2d9e70c0100436afc6b6d0fd264eda
23
24 diff --git a/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild b/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild
25 deleted file mode 100644
26 index b0b68904ae..0000000000
27 --- a/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit eutils readme.gentoo
37 -
38 -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
39 -HOMEPAGE="http://www.jetbrains.com/pycharm/"
40 -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -RDEPEND=">=virtual/jre-1.8"
48 -DEPEND=""
49 -
50 -RESTRICT="mirror strip"
51 -QA_PREBUILT="/opt/${PN}/bin/fsnotifier
52 - /opt/${PN}/bin/fsnotifier64"
53 -
54 -MY_PN=${PN/-community/}
55 -
56 -src_install() {
57 - insinto /opt/${PN}
58 - doins -r *
59 -
60 - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
61 -
62 - dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
63 - newicon "bin/${MY_PN}.png" ${PN}.png
64 - make_desktop_entry ${PN} "${PN}" "${PN}"
65 -
66 - readme.gentoo_src_install
67 -}