Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/xmw:master commit in: dev-util/pycharm-community/
Date: Sun, 01 Jun 2014 22:46:38
Message-Id: 1401662784.a28bde4919dde2bdfcd7855d47b82a2406fec2fe.xmw@gentoo
1 commit: a28bde4919dde2bdfcd7855d47b82a2406fec2fe
2 Author: Michael Weber <michael <AT> xmw <DOT> de>
3 AuthorDate: Sun Jun 1 22:46:24 2014 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 1 22:46:24 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=a28bde49
7
8 Version bump
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key: 62EEF090
12
13 ---
14 dev-util/pycharm-community/ChangeLog | 5 +++
15 dev-util/pycharm-community/Manifest | 7 +++--
16 .../pycharm-community/pycharm-community-3.4.ebuild | 36 ++++++++++++++++++++++
17 3 files changed, 45 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-util/pycharm-community/ChangeLog b/dev-util/pycharm-community/ChangeLog
20 index 082e7af..ddd5cb6 100644
21 --- a/dev-util/pycharm-community/ChangeLog
22 +++ b/dev-util/pycharm-community/ChangeLog
23 @@ -1,3 +1,8 @@
24 +*pycharm-community-3.4 (01 Jun 2014)
25 +
26 + 01 Jun 2014; Michael Weber <xmw@g.o> +pycharm-community-3.4.ebuild:
27 + Version bump
28 +
29 18 May 2014; Michael Weber <xmw@g.o> pycharm-community-3.1.3.ebuild:
30 update DESCRIPTION
31
32
33 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
34 index eb5fb96..47945b3 100644
35 --- a/dev-util/pycharm-community/Manifest
36 +++ b/dev-util/pycharm-community/Manifest
37 @@ -2,10 +2,11 @@
38 Hash: SHA256
39
40 DIST pycharm-community-3.1.3.tar.gz 108486068 SHA256 f671ee4c99207c179f168b5b98fa23afe90a94c3a3914367b95a46b0c2881b23 SHA512 d5f1bc6f1f74b9ec3c053353f1cae83d97f0ed5faa0534ffec1b69acd81c683d1bc9353d361059700544cf88f0cac40bff68a231868f6ce454a810964e9154cc WHIRLPOOL dd71b36ae47b392f92ddfb05f3e5983a6415505879a7682d300f3930ab470062d3a17453e81fbddcfbd7098377ddb19b26b381a72d70c5e97a7bbad1d44f9037
41 +DIST pycharm-community-3.4.tar.gz 112814458 SHA256 e63417302c4342fef07e90877beff7d770525ef34150d58585e69c5518b291ab SHA512 c8b4c862157e5fde8557824d0ab4e5e21ffe1066ea05af5853d2976af4ddeb426576dc98ea464eb7d2fc2b2ca862954f427275824cd1cf0205f8a5a688e4f7c7 WHIRLPOOL 1ecdb97c3767d1a24daf13000ed6d8ac9b878e80dee4aa227a5ed03426dbc39660ce221046d9279abea7aa0703db78ae3161f97557d97af3178d722a7f5766a6
42 -----BEGIN PGP SIGNATURE-----
43 Version: GnuPG v2.0.22 (GNU/Linux)
44
45 -iF4EAREIAAYFAlNo3OUACgkQknrdDGLu8JAQuwEAhdAEkuspM10lsalJgtz7Fotk
46 -/njgyfREhVcbWDZ2Wy8A/3NFA2RGXtpV48N08MaRNOBOiTtuJfx+UPdanAEdCyJ0
47 -=1ny9
48 +iF4EAREIAAYFAlOLrUAACgkQknrdDGLu8JCbhgEAgbhXl/1rNr8hpcQKVOYCWcyX
49 +tvmcVccC6Xe9zb3GqNEA/3GoHbQKMLFeai0QVdLWXG12B6rzRvqaHCHsLKJEwVix
50 +=sTVf
51 -----END PGP SIGNATURE-----
52
53 diff --git a/dev-util/pycharm-community/pycharm-community-3.4.ebuild b/dev-util/pycharm-community/pycharm-community-3.4.ebuild
54 new file mode 100644
55 index 0000000..0ff2545
56 --- /dev/null
57 +++ b/dev-util/pycharm-community/pycharm-community-3.4.ebuild
58 @@ -0,0 +1,36 @@
59 +# Copyright 1999-2014 Gentoo Foundation
60 +# Distributed under the terms of the GNU General Public License v2
61 +# $Header: $
62 +
63 +EAPI=5
64 +
65 +inherit eutils readme.gentoo
66 +
67 +DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
68 +HOMEPAGE="http://www.jetbrains.com/pycharm/"
69 +SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
70 +
71 +LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
72 +SLOT="0"
73 +KEYWORDS="~amd64"
74 +IUSE=""
75 +
76 +RDEPEND=">=virtual/jre-1.6"
77 +DEPEND=""
78 +
79 +RESTRICT="mirror strip"
80 +
81 +MY_PN=${PN/-community/}
82 +
83 +src_install() {
84 + insinto /opt/${PN}
85 + doins -r *
86 +
87 + fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
88 +
89 + dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
90 + newicon "bin/${MY_PN}.png" ${PN}.png
91 + make_desktop_entry ${PN} "${PN}" "${PN}"
92 +
93 + readme.gentoo_src_install
94 +}