diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-03-22 10:27:38 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-03-22 10:27:38 +0000 |
commit | b17ab570da26c54775aa222ca15f9a9f3bccdee0 (patch) | |
tree | a9c7b811d4621b22e6a53b6fa6a795b9bd958a2c /games-mud | |
parent | Stable on ppc wrt bug 209974 (diff) | |
download | gentoo-2-b17ab570da26c54775aa222ca15f9a9f3bccdee0.tar.gz gentoo-2-b17ab570da26c54775aa222ca15f9a9f3bccdee0.tar.bz2 gentoo-2-b17ab570da26c54775aa222ca15f9a9f3bccdee0.zip |
games-mud/gnome-mud: update ebuild to new gnome2 eclass (see bug #155993)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/gnome-mud/ChangeLog | 7 | ||||
-rw-r--r-- | games-mud/gnome-mud/gnome-mud-0.10.7.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/games-mud/gnome-mud/ChangeLog b/games-mud/gnome-mud/ChangeLog index 2e9ac4365137..53f98174544c 100644 --- a/games-mud/gnome-mud/ChangeLog +++ b/games-mud/gnome-mud/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/gnome-mud -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.20 2006/10/10 17:03:56 nyhm Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.21 2008/03/22 10:27:38 remi Exp $ + + 22 Mar 2008; Rémi Cardona <remi@gentoo.org> gnome-mud-0.10.7.ebuild: + update ebuild to new gnome2 eclass (see bug #155993) 10 Oct 2006; Tristan Heaven <nyhm@gentoo.org> gnome-mud-0.10.7.ebuild: Fix gettext dependency diff --git a/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild b/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild index 4f078cc49304..f1bd1bbdf504 100644 --- a/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild +++ b/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild,v 1.3 2006/10/10 17:03:56 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.7.ebuild,v 1.4 2008/03/22 10:27:38 remi Exp $ inherit gnome2 games @@ -46,6 +46,11 @@ src_install() { prepgamesdirs } +pkg_preinst() { + gnome2_pkg_preinst + games_pkg_preinst +} + pkg_postinst() { gnome2_pkg_postinst games_pkg_postinst |