diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 21:30:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 21:30:18 +0000 |
commit | 9c53923d71f302c4b467349e8aac9cb4624ff9c7 (patch) | |
tree | 5264de7e7224f8233046820f0cc216e22178dc26 /games-arcade | |
parent | Moved games_pkg_postinst to the beginning of pkg_postinst. (diff) | |
download | gentoo-2-9c53923d71f302c4b467349e8aac9cb4624ff9c7.tar.gz gentoo-2-9c53923d71f302c4b467349e8aac9cb4624ff9c7.tar.bz2 gentoo-2-9c53923d71f302c4b467349e8aac9cb4624ff9c7.zip |
Removing unnecessary pkg_postinst.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/stepmania/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/stepmania/stepmania-3.9_rc2.ebuild | 8 | ||||
-rw-r--r-- | games-arcade/stepmania/stepmania-3.9_rc3.ebuild | 8 |
3 files changed, 10 insertions, 14 deletions
diff --git a/games-arcade/stepmania/ChangeLog b/games-arcade/stepmania/ChangeLog index 42fe62842896..3eb53b40838a 100644 --- a/games-arcade/stepmania/ChangeLog +++ b/games-arcade/stepmania/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/stepmania -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.5 2005/09/06 12:55:39 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.6 2006/03/24 21:30:18 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + stepmania-3.9_rc2.ebuild, stepmania-3.9_rc3.ebuild: + Removing unnecessary pkg_postinst. 06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> stepmania-3.9_rc2.ebuild, stepmania-3.9_rc3.ebuild: diff --git a/games-arcade/stepmania/stepmania-3.9_rc2.ebuild b/games-arcade/stepmania/stepmania-3.9_rc2.ebuild index bfb928764a23..d00f7eec01b3 100644 --- a/games-arcade/stepmania/stepmania-3.9_rc2.ebuild +++ b/games-arcade/stepmania/stepmania-3.9_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc2.ebuild,v 1.3 2005/09/06 12:55:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc2.ebuild,v 1.4 2006/03/24 21:30:18 wolf31o2 Exp $ inherit eutils games @@ -73,7 +73,3 @@ src_install() { prepgamesdirs } - -pkg_postinst() { - games_pkg_postinst -} diff --git a/games-arcade/stepmania/stepmania-3.9_rc3.ebuild b/games-arcade/stepmania/stepmania-3.9_rc3.ebuild index 09e4c1ce7ab0..175392bd15fe 100644 --- a/games-arcade/stepmania/stepmania-3.9_rc3.ebuild +++ b/games-arcade/stepmania/stepmania-3.9_rc3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc3.ebuild,v 1.3 2005/09/06 12:55:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9_rc3.ebuild,v 1.4 2006/03/24 21:30:18 wolf31o2 Exp $ inherit eutils games @@ -73,7 +73,3 @@ src_install() { prepgamesdirs } - -pkg_postinst() { - games_pkg_postinst -} |