Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/
Date: Sun, 27 Nov 2016 14:29:58
Message-Id: 1480256987.1a08ed19f8fcc4dc53ecb2741b4b714627521945.polynomial-c@gentoo
1 commit: 1a08ed19f8fcc4dc53ecb2741b4b714627521945
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 14:29:34 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 14:29:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a08ed19
7
8 games-strategy/freeciv: Removed forgotten calls to games eclass functions.
9
10 Package-Manager: portage-2.3.2
11
12 games-strategy/freeciv/freeciv-2.5.5.ebuild | 2 --
13 games-strategy/freeciv/freeciv-2.5.6.ebuild | 2 --
14 2 files changed, 4 deletions(-)
15
16 diff --git a/games-strategy/freeciv/freeciv-2.5.5.ebuild b/games-strategy/freeciv/freeciv-2.5.5.ebuild
17 index cdb363b..459a2f1 100644
18 --- a/games-strategy/freeciv/freeciv-2.5.5.ebuild
19 +++ b/games-strategy/freeciv/freeciv-2.5.5.ebuild
20 @@ -162,12 +162,10 @@ src_install() {
21 }
22
23 pkg_preinst() {
24 - games_pkg_preinst
25 gnome2_icon_savelist
26 }
27
28 pkg_postinst() {
29 - games_pkg_postinst
30 gnome2_icon_cache_update
31 }
32
33
34 diff --git a/games-strategy/freeciv/freeciv-2.5.6.ebuild b/games-strategy/freeciv/freeciv-2.5.6.ebuild
35 index 441850c..1b41dc0 100644
36 --- a/games-strategy/freeciv/freeciv-2.5.6.ebuild
37 +++ b/games-strategy/freeciv/freeciv-2.5.6.ebuild
38 @@ -165,12 +165,10 @@ src_install() {
39 }
40
41 pkg_preinst() {
42 - games_pkg_preinst
43 gnome2_icon_savelist
44 }
45
46 pkg_postinst() {
47 - games_pkg_postinst
48 gnome2_icon_cache_update
49 }