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.1.ebuild ChangeLog
Date: Mon, 01 Jun 2015 12:51:43
Message-Id: 20150601125135.58491A1B@oystercatcher.gentoo.org
1 xmw 15/06/01 12:51:35
2
3 Modified: ChangeLog
4 Added: pycharm-professional-4.5.1.ebuild
5 Log:
6 Version bump (thanks Manuel Rüger, 550276).
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.5 dev-util/pycharm-professional/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-professional/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-professional/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-professional/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/pycharm-professional/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 28 Apr 2015 20:30:31 -0000 1.4
24 +++ ChangeLog 1 Jun 2015 12:51:35 -0000 1.5
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.4 2015/04/28 20:30:31 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-professional/ChangeLog,v 1.5 2015/06/01 12:51:35 xmw Exp $
30 +
31 +*pycharm-professional-4.5.1 (01 Jun 2015)
32 +
33 + 01 Jun 2015; Michael Weber <xmw@g.o>
34 + +pycharm-professional-4.5.1.ebuild:
35 + Version bump (thanks Manuel Rüger, 550276).
36
37 *pycharm-professional-4.0.6 (28 Apr 2015)
38
39
40
41
42 1.1 dev-util/pycharm-professional/pycharm-professional-4.5.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-professional/pycharm-professional-4.5.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-professional/pycharm-professional-4.5.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pycharm-professional-4.5.1.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.1.ebuild,v 1.1 2015/06/01 12:51:35 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 }