Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
Date: Mon, 16 Jul 2018 22:26:21
Message-Id: 1531779956.2bad2242d2afb6e8332151aed7ec8938e589e5ef.asturm@gentoo
1 commit: 2bad2242d2afb6e8332151aed7ec8938e589e5ef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 21:29:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 22:25:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bad2242
7
8 games-action/garden: Drop superfluous gnome2_icon_savelist
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 games-action/garden/garden-1.0.9-r1.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild
16 index a91ccd53de7..9d7015d7bfe 100644
17 --- a/games-action/garden/garden-1.0.9-r1.ebuild
18 +++ b/games-action/garden/garden-1.0.9-r1.ebuild
19 @@ -21,6 +21,7 @@ PATCHES=(
20 "${FILESDIR}/${P}-dash.patch"
21 "${FILESDIR}/${P}-resources.patch"
22 )
23 +
24 src_prepare() {
25 default
26
27 @@ -39,10 +40,6 @@ src_install() {
28 make_desktop_entry garden "Garden of coloured lights"
29 }
30
31 -pkg_preinst() {
32 - gnome2_icon_savelist
33 -}
34 -
35 pkg_postinst() {
36 gnome2_icon_cache_update
37 }