Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/
Date: Sat, 30 Mar 2019 09:59:59
Message-Id: 1553939903.ede371b0d6d44bc3fdf0a52ded2e53ba3a292cde.asturm@gentoo
1 commit: ede371b0d6d44bc3fdf0a52ded2e53ba3a292cde
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 09:16:41 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 09:58:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede371b0
7
8 net-im/psi: Switch to xdg.eclass
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-im/psi/psi-1.4.ebuild | 12 +++---------
14 net-im/psi/psi-9999.ebuild | 12 +++---------
15 2 files changed, 6 insertions(+), 18 deletions(-)
16
17 diff --git a/net-im/psi/psi-1.4.ebuild b/net-im/psi/psi-1.4.ebuild
18 index c32424e600c..ac7520c15da 100644
19 --- a/net-im/psi/psi-1.4.ebuild
20 +++ b/net-im/psi/psi-1.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,7 +6,7 @@ EAPI=6
28 PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW"
29 PLOCALE_BACKUP="en"
30
31 -inherit l10n qmake-utils gnome2-utils xdg-utils
32 +inherit l10n qmake-utils xdg
33
34 DESCRIPTION="Qt XMPP client"
35 HOMEPAGE="https://psi-im.org"
36 @@ -113,12 +113,6 @@ src_install() {
37 }
38
39 pkg_postinst() {
40 - gnome2_icon_cache_update
41 - xdg_desktop_database_update
42 + xdg_pkg_postinst
43 einfo "For GPG support make sure app-crypt/qca is compiled with gpg USE flag."
44 }
45 -
46 -pkg_postrm() {
47 - gnome2_icon_cache_update
48 - xdg_desktop_database_update
49 -}
50
51 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
52 index 504d2fa256f..4c1e85949f6 100644
53 --- a/net-im/psi/psi-9999.ebuild
54 +++ b/net-im/psi/psi-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2018 Gentoo Foundation
57 +# Copyright 1999-2019 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -6,7 +6,7 @@ EAPI=6
62 PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW"
63 PLOCALE_BACKUP="en"
64
65 -inherit l10n git-r3 qmake-utils gnome2-utils xdg-utils
66 +inherit l10n git-r3 qmake-utils xdg
67
68 DESCRIPTION="Qt XMPP client"
69 HOMEPAGE="https://psi-im.org"
70 @@ -189,12 +189,6 @@ src_install() {
71 }
72
73 pkg_postinst() {
74 - gnome2_icon_cache_update
75 - xdg_desktop_database_update
76 + xdg_pkg_postinst
77 einfo "For GPG support make sure app-crypt/qca is compiled with gpg USE flag."
78 }
79 -
80 -pkg_postrm() {
81 - gnome2_icon_cache_update
82 - xdg_desktop_database_update
83 -}