commit: a28bde4919dde2bdfcd7855d47b82a2406fec2fe Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Sun Jun 1 22:46:24 2014 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sun Jun 1 22:46:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=a28bde49
Version bump Package-Manager: portage-2.2.10 Manifest-Sign-Key: 62EEF090 --- dev-util/pycharm-community/ChangeLog | 5 +++ dev-util/pycharm-community/Manifest | 7 +++-- .../pycharm-community/pycharm-community-3.4.ebuild | 36 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 3 deletions(-) diff --git a/dev-util/pycharm-community/ChangeLog b/dev-util/pycharm-community/ChangeLog index 082e7af..ddd5cb6 100644 --- a/dev-util/pycharm-community/ChangeLog +++ b/dev-util/pycharm-community/ChangeLog @@ -1,3 +1,8 @@ +*pycharm-community-3.4 (01 Jun 2014) + + 01 Jun 2014; Michael Weber <x...@gentoo.org> +pycharm-community-3.4.ebuild: + Version bump + 18 May 2014; Michael Weber <x...@gentoo.org> pycharm-community-3.1.3.ebuild: update DESCRIPTION diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest index eb5fb96..47945b3 100644 --- a/dev-util/pycharm-community/Manifest +++ b/dev-util/pycharm-community/Manifest @@ -2,10 +2,11 @@ Hash: SHA256 DIST pycharm-community-3.1.3.tar.gz 108486068 SHA256 f671ee4c99207c179f168b5b98fa23afe90a94c3a3914367b95a46b0c2881b23 SHA512 d5f1bc6f1f74b9ec3c053353f1cae83d97f0ed5faa0534ffec1b69acd81c683d1bc9353d361059700544cf88f0cac40bff68a231868f6ce454a810964e9154cc WHIRLPOOL dd71b36ae47b392f92ddfb05f3e5983a6415505879a7682d300f3930ab470062d3a17453e81fbddcfbd7098377ddb19b26b381a72d70c5e97a7bbad1d44f9037 +DIST pycharm-community-3.4.tar.gz 112814458 SHA256 e63417302c4342fef07e90877beff7d770525ef34150d58585e69c5518b291ab SHA512 c8b4c862157e5fde8557824d0ab4e5e21ffe1066ea05af5853d2976af4ddeb426576dc98ea464eb7d2fc2b2ca862954f427275824cd1cf0205f8a5a688e4f7c7 WHIRLPOOL 1ecdb97c3767d1a24daf13000ed6d8ac9b878e80dee4aa227a5ed03426dbc39660ce221046d9279abea7aa0703db78ae3161f97557d97af3178d722a7f5766a6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) -iF4EAREIAAYFAlNo3OUACgkQknrdDGLu8JAQuwEAhdAEkuspM10lsalJgtz7Fotk -/njgyfREhVcbWDZ2Wy8A/3NFA2RGXtpV48N08MaRNOBOiTtuJfx+UPdanAEdCyJ0 -=1ny9 +iF4EAREIAAYFAlOLrUAACgkQknrdDGLu8JCbhgEAgbhXl/1rNr8hpcQKVOYCWcyX +tvmcVccC6Xe9zb3GqNEA/3GoHbQKMLFeai0QVdLWXG12B6rzRvqaHCHsLKJEwVix +=sTVf -----END PGP SIGNATURE----- diff --git a/dev-util/pycharm-community/pycharm-community-3.4.ebuild b/dev-util/pycharm-community/pycharm-community-3.4.ebuild new file mode 100644 index 0000000..0ff2545 --- /dev/null +++ b/dev-util/pycharm-community/pycharm-community-3.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils readme.gentoo + +DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" +HOMEPAGE="http://www.jetbrains.com/pycharm/" +SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz" + +LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=virtual/jre-1.6" +DEPEND="" + +RESTRICT="mirror strip" + +MY_PN=${PN/-community/} + +src_install() { + insinto /opt/${PN} + doins -r * + + fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} + + dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN} + newicon "bin/${MY_PN}.png" ${PN}.png + make_desktop_entry ${PN} "${PN}" "${PN}" + + readme.gentoo_src_install +}