Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
Date: Sun, 29 Dec 2019 08:48:13
Message-Id: 1577609174.fb4a26b775ece1646df95b3f57026701806ab910.zlogene@gentoo
1 commit: fb4a26b775ece1646df95b3f57026701806ab910
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 08:46:14 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 08:46:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4a26b7
7
8 dev-util/pycharm-community: Version bump (v2019.3.1)
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-util/pycharm-community/Manifest | 1 +
14 .../pycharm-community-2019.3.1.ebuild | 55 ++++++++++++++++++++++
15 2 files changed, 56 insertions(+)
16
17 diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
18 index 90c08e4afa6..a55a26d2685 100644
19 --- a/dev-util/pycharm-community/Manifest
20 +++ b/dev-util/pycharm-community/Manifest
21 @@ -1,4 +1,5 @@
22 DIST pycharm-community-2019.2.3.tar.gz 360509772 BLAKE2B 8924e6b5e2823c26a96531d14bc60f01f0849a5cca3c87bdff7c23c304081e668aecb1b2c681622c472cacf4b2e1f58c5fa4e42624f204491d27e37785146fd3 SHA512 65f834ba20cddb93533d596430f8b537167f32e99d224758d9fd4407f95304609912dec7f11cf61f9edf2e30722f1624250f44765c0f83dcbf6815bb8c35d9d9
23 DIST pycharm-community-2019.2.4.tar.gz 363680469 BLAKE2B d550dc8144746c0b4bcff408531eba289896dc325eea99a2d2a4363cfaca00de55045cff54a3163acd15105b0705dc48ac28374831bd6f0f6842823cdf4b5ceb SHA512 f7d12ccd8309bf547d1f37853977772d7ab023ebebcc71c6f09f71a21ae9bfceb8718d9ebf77a7717e1b145f56ea902d8d02d573d658b7db540696fb9630b0d3
24 DIST pycharm-community-2019.2.5.tar.gz 363809835 BLAKE2B 12310ca0c5a497d70f644d7eaf0b2de2ebe3c6bbaa30727df3fb7381e063facf3ee256af0a8636317559dab2573092e482dfa5baccfc9bef20cafd12e9c28734 SHA512 9054c6a9e48e609b45d786b66db045457d33f916248e949a8d6997e53e4a3b5fe0da00757f13c3cb48ab5f074c971e200d42b14f7941a7d91e1c903f3b5e244a
25 +DIST pycharm-community-2019.3.1.tar.gz 389620376 BLAKE2B a780ab27feef9747539d9cd607b67c7e047d0a7c1eb6b090a63c4f1c11c80c49e5091a29d80ea249ace1f16acdcd418f0a4901e10c2c623e792da9d7d0e7c9d6 SHA512 4bfa78a5f3993e85ad5ba624ed9e586d195b9f4bffa8bd764e8dba27edc1cdc0bd2b3bba86135156c1f306601db290703e61e7561badc7dcb634dc5826134b1f
26 DIST pycharm-community-2019.3.tar.gz 385414079 BLAKE2B 6a3a4393ba6ef84a7ec09c2f6ea0ce631ea1d4a004686beeedbee91ee2d3de6273455ef1e8e9f8f0f42360f9b4e42741d81a11825fd9c53e2ed90a987661ba20 SHA512 371619a5716de4df1fd68307f87c877eb435b30f797f06305b228566380f658a18f25022deaa581af9653a5745f2cee0157a9ae83b7be9b97f80aea8b4889496
27
28 diff --git a/dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild b/dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild
29 new file mode 100644
30 index 00000000000..3bd1b2cb410
31 --- /dev/null
32 +++ b/dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild
33 @@ -0,0 +1,55 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +inherit gnome2-utils readme.gentoo-r1 xdg
40 +
41 +DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
42 +HOMEPAGE="http://www.jetbrains.com/pycharm/"
43 +SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +RDEPEND=">=virtual/jre-1.8
50 + dev-libs/libdbusmenu
51 + dev-python/pip"
52 +
53 +RESTRICT="mirror strip"
54 +
55 +QA_PREBUILT="opt/${PN}/bin/fsnotifier
56 + opt/${PN}/bin/fsnotifier64
57 + opt/${PN}/bin/fsnotifier-arm"
58 +
59 +MY_PN=${PN/-community/}
60 +
61 +src_prepare() {
62 + default
63 +
64 + rm -rf jre || die
65 +}
66 +
67 +src_install() {
68 + insinto /opt/${PN}
69 + doins -r *
70 +
71 + fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
72 +
73 + dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
74 + newicon bin/${MY_PN}.png ${PN}.png
75 + make_desktop_entry ${PN} ${PN} ${PN}
76 +
77 + readme.gentoo_create_doc
78 +}
79 +
80 +pkg_postinst() {
81 + xdg_pkg_postinst
82 + gnome2_icon_cache_update
83 +}
84 +
85 +pkg_postrm() {
86 + xdg_pkg_postrm
87 + gnome2_icon_cache_update
88 +}