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