Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/hexalate/
Date: Thu, 21 Sep 2017 14:11:38
Message-Id: 1506003084.417de4e7e42f251204dea4beceb9828ab3a56ada.kensington@gentoo
1 commit: 417de4e7e42f251204dea4beceb9828ab3a56ada
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 21 14:10:35 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 14:11:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417de4e7
7
8 games-puzzle/hexalate: remove redundant function call
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 games-puzzle/hexalate/hexalate-1.1.0.ebuild | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/games-puzzle/hexalate/hexalate-1.1.0.ebuild b/games-puzzle/hexalate/hexalate-1.1.0.ebuild
16 index 10d177cd966..c63526bdb56 100644
17 --- a/games-puzzle/hexalate/hexalate-1.1.0.ebuild
18 +++ b/games-puzzle/hexalate/hexalate-1.1.0.ebuild
19 @@ -31,10 +31,6 @@ src_install() {
20 emake INSTALL_ROOT="${D}" install
21 }
22
23 -pkg_preinst() {
24 - gnome2_icon_savelist
25 -}
26 -
27 pkg_postinst() {
28 gnome2_icon_cache_update
29 }