diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-27 14:13:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-27 14:13:20 +0000 |
commit | f58afef18dd9657b3a8ddf8bc6856a4174289432 (patch) | |
tree | e06b71b232ee12950749acf8ba14f2aa2c5e5a7b /games-strategy/smac | |
parent | Mark 3.4.2 stable on ia64. #112842 (diff) | |
download | gentoo-2-f58afef18dd9657b3a8ddf8bc6856a4174289432.tar.gz gentoo-2-f58afef18dd9657b3a8ddf8bc6856a4174289432.tar.bz2 gentoo-2-f58afef18dd9657b3a8ddf8bc6856a4174289432.zip |
Moved games_pkg_postinst to beginning of pkg_postinst.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-strategy/smac')
-rw-r--r-- | games-strategy/smac/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index 01ac5bd6cee8..fbc1c9f8e8fe 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/smac # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.5 2006/01/22 19:24:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.6 2006/03/27 14:13:19 wolf31o2 Exp $ + + 27 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: + Moved games_pkg_postinst to beginning of pkg_postinst. 22 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: Added modular X dependencies and closing bug #118259. diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index 044254504f31..974b5f9b4438 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.6 2006/01/22 19:24:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.7 2006/03/27 14:13:20 wolf31o2 Exp $ inherit eutils games @@ -94,10 +94,9 @@ src_install() { } pkg_postinst() { + games_pkg_postinst einfo "To play Sid Meyer's Alpha Centauri run:" einfo " smac" einfo "To play Alien Crossfire run:" einfo " smacx" - - games_pkg_postinst } |