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: Sat, 26 Jun 2021 06:15:50
Message-Id: 1624688137.6c66afddf977577b98919aadd3dfc4c9102f6f44.zlogene@gentoo
1 commit: 6c66afddf977577b98919aadd3dfc4c9102f6f44
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 26 06:10:57 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 06:15:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c66afdd
7
8 dev-util/pycharm-community: do not inherit gnome2-utils
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild b/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild
17 index fecb030519f..6954ddae2fa 100644
18 --- a/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild
19 +++ b/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit desktop gnome2-utils readme.gentoo-r1 xdg
25 +inherit desktop readme.gentoo-r1 xdg-utils
26
27 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
28 HOMEPAGE="http://www.jetbrains.com/pycharm/"
29 @@ -50,11 +50,9 @@ src_install() {
30 }
31
32 pkg_postinst() {
33 - xdg_pkg_postinst
34 - gnome2_icon_cache_update
35 + xdg_icon_cache_update
36 }
37
38 pkg_postrm() {
39 - xdg_pkg_postrm
40 - gnome2_icon_cache_update
41 + xdg_icon_cache_update
42 }