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-community/
Date: Sun, 27 Oct 2019 19:48:19 +0000 (UTC)	[thread overview]
Message-ID: <1572205683.06742bb0f981072c585fa48216092bd43a2a439a.zlogene@gentoo> (raw)

commit:     06742bb0f981072c585fa48216092bd43a2a439a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 19:48:03 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 19:48:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06742bb0

dev-util/pycharm-community: mark stable

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

 dev-util/pycharm-community/Manifest                |  3 --
 .../pycharm-community-2019.1.3.ebuild              | 55 ----------------------
 .../pycharm-community-2019.2.2.ebuild              | 55 ----------------------
 .../pycharm-community-2019.2.3.ebuild              |  2 +-
 .../pycharm-community-2019.2.ebuild                | 55 ----------------------
 5 files changed, 1 insertion(+), 169 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest
index 44ca3bc3bdf..3b1957ca102 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,4 +1 @@
-DIST pycharm-community-2019.1.3.tar.gz 334018235 BLAKE2B 8e4c400685e69aaa53426dee848d5f14a0c40b88232ee8cb8c0c0f2f727c68b9212600dab7717ec77c1cd4b42666bad965fcbc217e3158d357b5a5edd6a94e26 SHA512 42627af39a8530931442c8419ebee4d999faad40a203519fc8564e4b8b14d2476e8426e9976e487c92e4398db8efb15c5e2d28536b1c7b374898f9dc0021acbe
-DIST pycharm-community-2019.2.2.tar.gz 359797110 BLAKE2B 64e7c811f04ccea8178632a9eb25f25641fbda9bf38f2cad55b7b15e9cfe568cecfa6ceafbdb4b8c670d32923e871efbeea20c4d670bcf851621bee61502c240 SHA512 7d136d98b695d04e16662d7ecf8d7a67dd37667952870dddde1d881aa899e2896a95e83de2a88cb42bd8f92e8872a9ada30941e85bcc251a00d73e87950c7f22
 DIST pycharm-community-2019.2.3.tar.gz 360509772 BLAKE2B 8924e6b5e2823c26a96531d14bc60f01f0849a5cca3c87bdff7c23c304081e668aecb1b2c681622c472cacf4b2e1f58c5fa4e42624f204491d27e37785146fd3 SHA512 65f834ba20cddb93533d596430f8b537167f32e99d224758d9fd4407f95304609912dec7f11cf61f9edf2e30722f1624250f44765c0f83dcbf6815bb8c35d9d9
-DIST pycharm-community-2019.2.tar.gz 359295798 BLAKE2B 9a1b19e93d0d2cba6c7dd2c059d511e4d193b6bd9e5f1900c3aadd6ff322891c834947360715c8f41e5112f7a71d3b5b09ed7e23dcf3dd8c6c4de9c4eaf16b5b SHA512 490925de309bcb0ef052593e517f3d701ae1d82b05d4ea38bb7bb5eef86e9df21472e395fadbb21906fa1024358ae599285fba8fdb72b0ddb7f1e8f7f26ac046

diff --git a/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild b/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild
deleted file mode 100644
index 92e344b69ea..00000000000
--- a/dev-util/pycharm-community/pycharm-community-2019.1.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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="Apache-2.0 BSD CDDL MIT-with-advertising"
-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"
-
-MY_PN=${PN/-community/}
-
-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
-}

diff --git a/dev-util/pycharm-community/pycharm-community-2019.2.2.ebuild b/dev-util/pycharm-community/pycharm-community-2019.2.2.ebuild
deleted file mode 100644
index 3bd1b2cb410..00000000000
--- a/dev-util/pycharm-community/pycharm-community-2019.2.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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="Apache-2.0 BSD CDDL MIT-with-advertising"
-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"
-
-MY_PN=${PN/-community/}
-
-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
-}

diff --git a/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild b/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
index 3bd1b2cb410..92e344b69ea 100644
--- a/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz"
 
 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=virtual/jre-1.8
 	dev-libs/libdbusmenu

diff --git a/dev-util/pycharm-community/pycharm-community-2019.2.ebuild b/dev-util/pycharm-community/pycharm-community-2019.2.ebuild
deleted file mode 100644
index 3bd1b2cb410..00000000000
--- a/dev-util/pycharm-community/pycharm-community-2019.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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="Apache-2.0 BSD CDDL MIT-with-advertising"
-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"
-
-MY_PN=${PN/-community/}
-
-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-10-27 19:48 UTC|newest]

Thread overview: 162+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-27 19:48 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-01  5:40 [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/ Andrey Grozin
2024-12-05  7:51 Joonas Niilola
2024-12-03 20:58 Joonas Niilola
2024-08-31 13:15 Andrey Grozin
2024-08-31 13:13 Andrey Grozin
2024-08-21  8:19 Sam James
2024-07-02 10:19 Andrey Grozin
2024-07-02 10:17 Andrey Grozin
2024-02-09 13:34 Andrey Grozin
2024-02-09 13:32 Andrey Grozin
2024-01-06 12:55 Andrey Grozin
2024-01-06 12:52 Andrey Grozin
2023-11-17 11:37 Andrey Grozin
2023-11-17 11:36 Andrey Grozin
2023-10-19 12:51 Andrey Grozin
2023-10-19 12:49 Andrey Grozin
2023-10-12 13:42 Andrey Grozin
2023-08-29 12:29 Andrey Grozin
2023-08-29 12:28 Andrey Grozin
2023-07-20 16:05 Andrey Grozin
2023-06-04  4:17 Sam James
2023-05-27 10:05 Andrey Grozin
2023-05-27 10:03 Andrey Grozin
2023-05-27  5:07 Andrey Grozin
2023-05-26 20:06 Arthur Zamarin
2023-05-26  7:15 Sam James
2023-05-26  3:35 Andrey Grozin
2023-05-25 13:00 Andrey Grozin
2023-05-04 14:40 Andrey Grozin
2023-05-04 14:38 Andrey Grozin
2023-04-12 12:07 Andrey Grozin
2023-04-12 12:05 Andrey Grozin
2023-02-16 10:45 Andrey Grozin
2023-01-07  5:21 Andrey Grozin
2023-01-07  5:18 Andrey Grozin
2023-01-06 20:13 Arthur Zamarin
2023-01-06 20:03 Arthur Zamarin
2022-10-31 13:19 Andrey Grozin
2022-10-31 13:18 Andrey Grozin
2022-10-10  7:05 Andrey Grozin
2022-10-10  7:03 Andrey Grozin
2022-08-01 11:37 Andrey Grozin
2022-07-24 11:17 Andrey Grozin
2022-07-24 11:14 Andrey Grozin
2022-06-16 14:23 Andrey Grozin
2022-06-16 14:21 Andrey Grozin
2022-04-26  9:06 Andrey Grozin
2022-04-26  8:59 Andrey Grozin
2022-04-05  8:26 Andrey Grozin
2022-02-16  7:55 Andrey Grozin
2022-02-16  7:53 Andrey Grozin
2022-01-23  6:42 Andrey Grozin
2021-12-29  9:33 Andrey Grozin
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-06-19  7:30 Mikle Kolyada
2020-05-13 10:33 Mikle Kolyada
2020-05-13 10:11 Mikle Kolyada
2020-04-09 13:45 Mikle Kolyada
2020-03-21  8:40 Mikle Kolyada
2020-02-09 12:19 Mikle Kolyada
2020-01-25 15:00 Mikle Kolyada
2020-01-25 15:00 Mikle Kolyada
2020-01-25 15:00 Mikle Kolyada
2019-12-29  8:48 Mikle Kolyada
2019-12-11 12:42 Mikle Kolyada
2019-11-22  9:24 Mikle Kolyada
2019-11-02 13:39 Mikle Kolyada
2019-09-27 18:10 Mikle Kolyada
2019-09-26 18:40 Mikle Kolyada
2019-07-25  8:57 Mikle Kolyada
2019-07-25  8:57 Mikle Kolyada
2019-07-25  8:55 Mikle Kolyada
2019-06-14  7:43 Mikle Kolyada
2019-05-26 10:32 Mikle Kolyada
2019-05-26 10:32 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:33 Mikle Kolyada
2019-03-08 18:15 Mikle Kolyada
2019-03-08 18:15 Mikle Kolyada
2019-02-28 10:35 Mikle Kolyada
2019-01-30 20:25 Mikle Kolyada
2019-01-11 10:20 Mikle Kolyada
2018-12-22  7:49 Mikle Kolyada
2018-12-06 18:29 Mikle Kolyada
2018-11-26 14:41 Mikle Kolyada
2018-11-26 14:41 Mikle Kolyada
2018-11-26 14:39 Mikle Kolyada
2018-11-26 12:52 Mikle Kolyada
2018-11-26 12:43 Andrey Grozin
2018-11-25 18:25 Mikle Kolyada
2018-10-07 14:55 Andrey Grozin
2018-09-16  2:30 Mikle Kolyada
2018-08-19 19:04 Michael Weber
2018-08-19 19:03 Michael Weber
2018-07-29 20:21 Michael Weber
2018-06-08 20:16 Michael Weber
2018-06-08 20:16 Michael Weber
2018-04-18 11:39 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-03-26  6:32 Andrey Grozin
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  7:59 Michael Weber
2017-11-30 13:33 Manuel Rüger
2017-11-30 12:45 Andrey Grozin
2017-11-29 15:24 Mikle Kolyada
2017-11-03 14:45 Manuel Rüger
2017-11-03 14:44 Manuel Rüger
2017-09-15 11:38 Manuel Rüger
2017-09-15 11:38 Manuel Rüger
2017-08-12 12:39 Andrey Grozin
2017-07-19 15:21 Manuel Rüger
2017-06-09 13:06 Andrey Grozin
2017-03-28  8:36 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 21:14 Michael Weber
2017-02-07 20:40 Michael Weber
2017-01-02 11:13 Andrey Grozin
2016-12-18  4:45 Andrey Grozin
2016-10-16 21:48 Manuel Rüger
2016-08-31 20:56 Manuel Rüger
2016-08-19 14:56 Michael Weber
2016-07-05 14:20 Michael Weber
2016-07-05 13:20 Michael Weber
2016-06-10 13:53 Agostino Sarubbo
2016-05-16 22:07 Manuel Rüger
2016-05-04 11:54 Manuel Rüger
2016-05-04 11:54 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:18 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-23 10:06 Patrice Clement
2015-12-22 20:28 Manuel Rüger
2015-12-19 10:55 Patrice Clement
2015-09-15 11:34 Michael Weber

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=1572205683.06742bb0f981072c585fa48216092bd43a2a439a.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