diff options
author | 2004-06-07 04:03:09 +0000 | |
---|---|---|
committer | 2004-06-07 04:03:09 +0000 | |
commit | 8e28d0ddbb8174a08ce3d0511e709b7d4118e147 (patch) | |
tree | fe75018b95e58946a7015b71ca893bfd91ac542e /games-arcade/pacmanarena | |
parent | Fix typo and check (Manifest recommit) (diff) | |
download | gentoo-2-8e28d0ddbb8174a08ce3d0511e709b7d4118e147.tar.gz gentoo-2-8e28d0ddbb8174a08ce3d0511e709b7d4118e147.tar.bz2 gentoo-2-8e28d0ddbb8174a08ce3d0511e709b7d4118e147.zip |
Fix typo: pkg_postins -> pkg_postinst
Diffstat (limited to 'games-arcade/pacmanarena')
-rw-r--r-- | games-arcade/pacmanarena/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/pacmanarena/pacmanarena-0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/pacmanarena/ChangeLog b/games-arcade/pacmanarena/ChangeLog index 2fc579ff4eb8..676592932966 100644 --- a/games-arcade/pacmanarena/ChangeLog +++ b/games-arcade/pacmanarena/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/pacmanarena # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/ChangeLog,v 1.5 2004/04/29 19:36:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/ChangeLog,v 1.6 2004/06/07 04:03:09 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> pacmanarena-0.15.ebuild: + Fix typo: pkg_postins -> pkg_postinst 29 Apr 2004; Aron Griffis <agriffis@gentoo.org> pacmanarena-0.15.ebuild: Add ~alpha diff --git a/games-arcade/pacmanarena/pacmanarena-0.15.ebuild b/games-arcade/pacmanarena/pacmanarena-0.15.ebuild index b82a517a6fcf..b0581b7309e2 100644 --- a/games-arcade/pacmanarena/pacmanarena-0.15.ebuild +++ b/games-arcade/pacmanarena/pacmanarena-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild,v 1.3 2004/04/29 19:36:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pacmanarena/pacmanarena-0.15.ebuild,v 1.4 2004/06/07 04:03:09 agriffis Exp $ inherit games @@ -41,7 +41,7 @@ src_install() { prepgamesdirs } -pkg_postins() { +pkg_postinst() { games_pkg_postinst echo ewarn "You need oggvorbis in your USE var and sdl components build" |