public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: dev-util/pycharm-community/, dev-util/pycharm-community/files/
Date: Tue,  6 May 2014 13:00:54 +0000 (UTC)	[thread overview]
Message-ID: <1399381221.ac62a04eb547fe532e424a025c9ef381e4e7b146.xmw@gentoo> (raw)

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

---
 dev-util/pycharm-community/ChangeLog               |  5 +++
 dev-util/pycharm-community/Manifest                | 11 +++++++
 dev-util/pycharm-community/files/README.gentoo     |  5 +++
 dev-util/pycharm-community/metadata.xml            |  8 +++++
 .../pycharm-community-3.1.3.ebuild                 | 36 ++++++++++++++++++++++
 5 files changed, 65 insertions(+)

diff --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)

diff --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-----

diff --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.

diff --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>

diff --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
+}


                 reply	other threads:[~2014-05-06 13:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1399381221.ac62a04eb547fe532e424a025c9ef381e4e7b146.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox