* [gentoo-commits] dev/xmw:master commit in: dev-util/pycharm-community/, dev-util/pycharm-community/files/
@ 2014-05-06 13:00 Michael Weber
0 siblings, 0 replies; only message in thread
From: Michael Weber @ 2014-05-06 13:00 UTC (permalink / raw
To: gentoo-commits
commit: ac62a04eb547fe532e424a025c9ef381e4e7b146
Author: Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Tue May 6 13:00:21 2014 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May 6 13:00:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=ac62a04e
Initial import (bug 369375)
Package-Manager: portage-2.2.10
Manifest-Sign-Key: 62EEF090
---
| 5 +++
| 11 +++++++
| 5 +++
| 8 +++++
| 36 ++++++++++++++++++++++
5 files changed, 65 insertions(+)
--git a/dev-util/pycharm-community/ChangeLog b/dev-util/pycharm-community/ChangeLog
new file mode 100644
index 0000000..52f3e95
--- /dev/null
+++ b/dev-util/pycharm-community/ChangeLog
@@ -0,0 +1,5 @@
+*pycharm-community-3.1.3 (06 May 2014)
+
+ 06 May 2014; Michael Weber <xmw@gentoo.org> +files/README.gentoo,
+ +metadata.xml, +pycharm-community-3.1.3.ebuild:
+ Initial import (bug 369375)
--git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
new file mode 100644
index 0000000..eb5fb96
--- /dev/null
+++ b/dev-util/pycharm-community/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST pycharm-community-3.1.3.tar.gz 108486068 SHA256 f671ee4c99207c179f168b5b98fa23afe90a94c3a3914367b95a46b0c2881b23 SHA512 d5f1bc6f1f74b9ec3c053353f1cae83d97f0ed5faa0534ffec1b69acd81c683d1bc9353d361059700544cf88f0cac40bff68a231868f6ce454a810964e9154cc WHIRLPOOL dd71b36ae47b392f92ddfb05f3e5983a6415505879a7682d300f3930ab470062d3a17453e81fbddcfbd7098377ddb19b26b381a72d70c5e97a7bbad1d44f9037
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.22 (GNU/Linux)
+
+iF4EAREIAAYFAlNo3OUACgkQknrdDGLu8JAQuwEAhdAEkuspM10lsalJgtz7Fotk
+/njgyfREhVcbWDZ2Wy8A/3NFA2RGXtpV48N08MaRNOBOiTtuJfx+UPdanAEdCyJ0
+=1ny9
+-----END PGP SIGNATURE-----
--git a/dev-util/pycharm-community/files/README.gentoo b/dev-util/pycharm-community/files/README.gentoo
new file mode 100644
index 0000000..2164d9e
--- /dev/null
+++ b/dev-util/pycharm-community/files/README.gentoo
@@ -0,0 +1,5 @@
+According to JetBrains, PyCharm has performance and
+graphics issues with OpenJDK Java.
+
+Please consider using Oracle JDK.
+Especially before reporting problems upstream.
--git a/dev-util/pycharm-community/metadata.xml b/dev-util/pycharm-community/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/dev-util/pycharm-community/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
--git a/dev-util/pycharm-community/pycharm-community-3.1.3.ebuild b/dev-util/pycharm-community/pycharm-community-3.1.3.ebuild
new file mode 100644
index 0000000..beed711
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-3.1.3.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
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-06 13:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 13:00 [gentoo-commits] dev/xmw:master commit in: dev-util/pycharm-community/, dev-util/pycharm-community/files/ Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox