public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-professional/
Date: Sun, 29 Dec 2019 08:48:09 +0000 (UTC)	[thread overview]
Message-ID: <1577609276.eab11a98b8801da3f70f2107b83860b8876cb7fc.zlogene@gentoo> (raw)

commit:     eab11a98b8801da3f70f2107b83860b8876cb7fc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 08:47:56 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 08:47:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab11a98

dev-util/pycharm-professional: Version bump (v2019.3.1)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-util/pycharm-professional/Manifest             |  1 +
 .../pycharm-professional-2019.3.1.ebuild           | 58 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-util/pycharm-professional/Manifest b/dev-util/pycharm-professional/Manifest
index 72b967ec4ff..76fa715e1c0 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,4 +1,5 @@
 DIST pycharm-professional-2019.2.3.tar.gz 482051405 BLAKE2B e299c2d545b808ed15b4775acb003137467694f528a088cd84d7055a9c15ead96a9e0ac6599374faf60fab3c2ca72a390157130411f4b15bc2b7e3f4b41f0c8e SHA512 4474a74d2762b202100ddbcdfa3807a8136bd392200c79b795cee34a843716218ac21d1d7ed3ac7df9b3c6241f77658a535274759473871cd23a4cc4cfafcfdf
 DIST pycharm-professional-2019.2.4.tar.gz 485589877 BLAKE2B c2af015129eec902927ac1b33860ff696e7e3f994a1c827b6e31c84a87a6163262c95a579ec2d4d3c801612af8f8f23b23b432db470f30b199ddca7c6874a37a SHA512 c4fa438ee4ef1de66839a225f61e2b8ecb6e49f41da4099fe0ed8da4840c72c34886a76e090e47fc5ad9f7112b339fec01f5617935e490314d7e73a4585f4ce9
 DIST pycharm-professional-2019.2.5.tar.gz 485853232 BLAKE2B 3bb3576dc8919bdab511a1003353fc910ace2a3553fa7fdb116545c3eceebafc28804abacb88af06ca9c399a0a9c75244fd624d0a84e6db91a56c4ca00398fa8 SHA512 f35d49a0df01431aa72af225e09dfdf2b4f535b342ce3ab4725853a02b524a19a9da89dabdd72a08e294fce5387067ee5a7cc005c28c29717771867ca3377848
+DIST pycharm-professional-2019.3.1.tar.gz 509724729 BLAKE2B cd466d9c2b0f9be8442c719066d5647f0b9631dde38b782d23250207760247380419d7470826da2d5c4203dbca2742aa8fcd1987a4204d229cd700ac6f6a68f2 SHA512 3c3ad0546926dac4a0e336e04a16bb5f630066c7b2abeb16eda698fcc92dd0c165237bb3ad9b6382b38b989e67b8c3a4649bf8361421c7da6916a99eb3ea4633
 DIST pycharm-professional-2019.3.tar.gz 503439093 BLAKE2B 9d28800534320986cd513fa48cd5f39ea5bb848cd947fdece0289d3c41d5198f3487e453296fcc718057a05d8d0077bc25e209b955dd59ad3bcfa76d1cf94966 SHA512 ec81f418ffd22a8911050a51eeb01c853ded55c528856a4b39b3402cb52ec8b3ab3517a8a4f2b90872437a2740a189d40bc322ee78231cdeb102f1ae60607fa6

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild b/dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild
new file mode 100644
index 00000000000..9196130c9fd
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+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="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+	dev-libs/libdbusmenu
+	dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+	opt/${PN}/bin/fsnotifier64
+	opt/${PN}/bin/fsnotifier-arm
+	opt/${PN}/bin/libyjpagent-linux.so
+	opt/${PN}/bin/libyjpagent-linux64.so"
+
+MY_PN=${PN/-professional/}
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+	default
+
+	rm -rf jre || die
+}
+
+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_create_doc
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2019-12-29  8:48 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-29  8:48 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-professional/ Ulrich Müller
2024-05-13 16:11 Ulrich Müller
2024-02-24 13:30 Joonas Niilola
2024-02-24 13:30 Joonas Niilola
2023-12-01 20:13 Arthur Zamarin
2023-12-01 20:03 Arthur Zamarin
2023-09-16  7:57 Joonas Niilola
2023-09-16  7:57 Joonas Niilola
2023-01-06 20:13 Arthur Zamarin
2023-01-06 20:03 Arthur Zamarin
2022-04-14 17:49 Ionen Wolkens
2022-04-11 19:13 Conrad Kostecki
2022-03-29 10:50 Ionen Wolkens
2022-03-13  2:59 Ionen Wolkens
2021-10-21 19:57 Mikle Kolyada
2021-07-17 14:19 Mikle Kolyada
2021-06-26  6:15 Mikle Kolyada
2021-06-25 19:24 Mikle Kolyada
2021-06-25 19:24 Mikle Kolyada
2020-12-13 15:03 Mikle Kolyada
2020-12-13 15:03 Mikle Kolyada
2020-12-13 15:03 Mikle Kolyada
2020-07-15  7:32 Mikle Kolyada
2020-07-15  7:11 Mikle Kolyada
2020-05-13 10:33 Mikle Kolyada
2020-05-13 10:21 Mikle Kolyada
2020-04-09 13:47 Mikle Kolyada
2020-03-21  8:42 Mikle Kolyada
2020-02-09 12:22 Mikle Kolyada
2020-01-25 15:03 Mikle Kolyada
2020-01-25 15:03 Mikle Kolyada
2020-01-25 15:03 Mikle Kolyada
2019-12-11 12:44 Mikle Kolyada
2019-11-22  9:24 Mikle Kolyada
2019-11-02 13:37 Mikle Kolyada
2019-10-27 19:46 Mikle Kolyada
2019-10-27 19:46 Mikle Kolyada
2019-09-27 18:13 Mikle Kolyada
2019-09-26 18:42 Mikle Kolyada
2019-07-25  9:03 Mikle Kolyada
2019-07-25  9:03 Mikle Kolyada
2019-07-25  9:03 Mikle Kolyada
2019-06-14  7:43 Mikle Kolyada
2019-05-26 10:34 Mikle Kolyada
2019-05-26 10:34 Mikle Kolyada
2019-05-08 10:22 Mikle Kolyada
2019-04-04 16:13 Mikle Kolyada
2019-04-04 16:08 Mikle Kolyada
2019-03-28 10:37 Mikle Kolyada
2019-03-08 18:18 Mikle Kolyada
2019-03-08 18:18 Mikle Kolyada
2019-02-28 10:38 Mikle Kolyada
2019-01-30 20:30 Mikle Kolyada
2019-01-11 10:24 Mikle Kolyada
2018-12-22  7:53 Mikle Kolyada
2018-12-06 18:29 Mikle Kolyada
2018-11-29 17:39 Mikle Kolyada
2018-11-29 17:39 Mikle Kolyada
2018-11-29 17:39 Mikle Kolyada
2018-11-25 18:25 Mikle Kolyada
2018-10-28 16:37 Manuel Rüger
2018-09-16  2:30 Mikle Kolyada
2018-08-19 19:03 Michael Weber
2018-07-29 21:31 Michael Weber
2018-06-08 20:16 Michael Weber
2018-06-08 20:16 Michael Weber
2018-04-18 11:40 Mikle Kolyada
2018-04-17 22:09 Thomas Deutschmann
2018-04-16 22:21 Michael Weber
2018-04-16 22:21 Michael Weber
2018-04-12 20:54 Thomas Deutschmann
2018-03-31 22:17 Manuel Rüger
2018-03-31 21:52 Aaron Bauman
2018-03-26  6:44 Michael Weber
2018-01-26 21:22 Patrice Clement
2017-12-22 10:17 Michael Weber
2017-12-22 10:17 Michael Weber
2017-12-22 10:17 Michael Weber
2017-12-11  0:48 Michael Weber
2017-12-08 18:34 Michael Weber
2017-11-30 13:33 Manuel Rüger
2017-11-29 15:24 Mikle Kolyada
2017-11-03 14:48 Manuel Rüger
2017-09-15 11:41 Manuel Rüger
2017-09-15 11:41 Manuel Rüger
2017-07-19 15:21 Manuel Rüger
2017-03-28  8:36 Michael Weber
2017-03-09 10:58 Michael Weber
2017-03-09 10:58 Michael Weber
2017-02-12 15:55 Michael Weber
2017-02-12 15:44 Agostino Sarubbo
2017-02-09 14:37 Agostino Sarubbo
2017-02-07 21:14 Michael Weber
2017-02-07 20:40 Michael Weber
2016-10-16 21:45 Manuel Rüger
2016-08-31 21:07 Manuel Rüger
2016-08-19 14:56 Michael Weber
2016-07-05 14:36 Michael Weber
2016-07-05 14:36 Michael Weber
2016-06-10 13:53 Agostino Sarubbo
2016-05-16 22:05 Manuel Rüger
2016-05-04 11:54 Manuel Rüger
2016-05-04 11:39 Manuel Rüger
2016-03-25 18:57 Manuel Rüger
2016-03-25 18:57 Manuel Rüger
2016-03-25 16:55 Manuel Rüger
2016-02-28 23:19 Manuel Rüger
2016-02-28 23:18 Manuel Rüger
2016-01-03  0:11 Michael Weber
2016-01-03  0:11 Michael Weber
2015-12-13  1:58 Manuel Rüger
2015-11-26 10:07 Patrice Clement
2015-11-07 13:46 Manuel Rüger
2015-11-07 12:45 Manuel Rüger
2015-09-15 11:28 Michael Weber
2015-09-11 19:37 Patrice Clement
2015-09-11 19:37 Patrice Clement

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=1577609276.eab11a98b8801da3f70f2107b83860b8876cb7fc.zlogene@gentoo \
    --to=zlogene@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