Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pycharm-community: pycharm-community-4.0.6.ebuild ChangeLog pycharm-community-4.0.4.ebuild
Date: Tue, 28 Apr 2015 20:29:13
Message-Id: 20150428202907.2930E98E@oystercatcher.gentoo.org
1 xmw 15/04/28 20:29:06
2
3 Modified: ChangeLog
4 Added: pycharm-community-4.0.6.ebuild
5 Removed: pycharm-community-4.0.4.ebuild
6 Log:
7 Version bump (bug 546510, thanks Jeremy Murphy).
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
10
11 Revision Changes Path
12 1.5 dev-util/pycharm-community/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 12 Mar 2015 19:24:20 -0000 1.4
25 +++ ChangeLog 28 Apr 2015 20:29:05 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-util/pycharm-community
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v 1.4 2015/03/12 19:24:20 xmw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v 1.5 2015/04/28 20:29:05 xmw Exp $
31 +
32 +*pycharm-community-4.0.6 (28 Apr 2015)
33 +
34 + 28 Apr 2015; Michael Weber <xmw@g.o> +pycharm-community-4.0.6.ebuild,
35 + -pycharm-community-4.0.4.ebuild:
36 + Version bump (bug 546510, thanks Jeremy Murphy).
37
38 *pycharm-community-4.0.5 (12 Mar 2015)
39
40
41
42
43 1.1 dev-util/pycharm-community/pycharm-community-4.0.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pycharm-community-4.0.6.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild,v 1.1 2015/04/28 20:29:05 xmw Exp $
53
54 EAPI=5
55
56 inherit eutils readme.gentoo
57
58 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
59 HOMEPAGE="http://www.jetbrains.com/pycharm/"
60 SRC_URI="https://download.jetbrains.com/python/${P}.tar.gz"
61
62 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
63 SLOT="0"
64 KEYWORDS="~amd64"
65 IUSE=""
66
67 RDEPEND=">=virtual/jre-1.6"
68 DEPEND=""
69
70 RESTRICT="mirror strip"
71 QA_PREBUILT="/opt/${PN}/bin/fsnotifier
72 /opt/${PN}/bin/fsnotifier64"
73
74 MY_PN=${PN/-community/}
75
76 src_install() {
77 insinto /opt/${PN}
78 doins -r *
79
80 fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
81
82 dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
83 newicon "bin/${MY_PN}.png" ${PN}.png
84 make_desktop_entry ${PN} "${PN}" "${PN}"
85
86 readme.gentoo_src_install
87 }