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