Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/srain/
Date: Sun, 24 May 2020 07:58:11
Message-Id: 1590306955.d9f94c8a2c4e83f07d88126b0aeebc3965333209.lanodan@gentoo
1 commit: d9f94c8a2c4e83f07d88126b0aeebc3965333209
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun May 24 07:55:47 2020 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Sun May 24 07:55:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9f94c8a
7
8 net-im/srain: Use xdg instead of xdg-utils
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 net-im/srain/srain-1.1.0.ebuild | 12 +-----------
13 1 file changed, 1 insertion(+), 11 deletions(-)
14
15 diff --git a/net-im/srain/srain-1.1.0.ebuild b/net-im/srain/srain-1.1.0.ebuild
16 index a641b64..68e4cac 100644
17 --- a/net-im/srain/srain-1.1.0.ebuild
18 +++ b/net-im/srain/srain-1.1.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit eutils xdg-utils
24 +inherit eutils xdg
25
26 DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
27 HOMEPAGE="https://github.com/SrainApp/srain"
28 @@ -36,13 +36,3 @@ RDEPEND="${DEPEND}
29 src_configure(){
30 econf $(use_enable debug)
31 }
32 -
33 -pkg_postinst() {
34 - xdg_desktop_database_update
35 - xdg_icon_cache_update
36 -}
37 -
38 -pkg_postrm() {
39 - xdg_desktop_database_update
40 - xdg_icon_cache_update
41 -}