summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-03-21 22:40:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-03-21 22:40:35 +0000
commita2c6c5791a6ec1513071babdf6f30ff91cfe7d8f (patch)
tree3438de88c9d1c78ec0af2886963eb89901abc4d4 /games-action/noiz2sa
parentAdd xattr useflag for bsdtar. (diff)
downloadhistorical-a2c6c5791a6ec1513071babdf6f30ff91cfe7d8f.tar.gz
historical-a2c6c5791a6ec1513071babdf6f30ff91cfe7d8f.tar.bz2
historical-a2c6c5791a6ec1513071babdf6f30ff91cfe7d8f.zip
needs to call games_pkg_postinst
Package-Manager: portage-2.1_pre6-r5
Diffstat (limited to 'games-action/noiz2sa')
-rw-r--r--games-action/noiz2sa/Manifest6
-rw-r--r--games-action/noiz2sa/noiz2sa-0.51a.ebuild7
2 files changed, 7 insertions, 6 deletions
diff --git a/games-action/noiz2sa/Manifest b/games-action/noiz2sa/Manifest
index 21c49d977507..a58c8c7cbe16 100644
--- a/games-action/noiz2sa/Manifest
+++ b/games-action/noiz2sa/Manifest
@@ -7,6 +7,6 @@ SHA256 b544e90b3175c8c392a2cc4108566844ab2eca4c9850e080ec4cc024ee31135b files/di
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea metadata.xml 158
SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 metadata.xml 158
-MD5 38f2bd9e741421388e8650083324d003 noiz2sa-0.51a.ebuild 1498
-RMD160 2c7f2abe7ddc523259f5f88e62e817903f7c5d5c noiz2sa-0.51a.ebuild 1498
-SHA256 94a99fe8443061b2145a6e22cb320bbb4ae70640f65879ec09f11b40574867d5 noiz2sa-0.51a.ebuild 1498
+MD5 0402a53004f412e39efba30e74232386 noiz2sa-0.51a.ebuild 1514
+RMD160 c521ac26b79e43b871f237f7f455385a4819eea8 noiz2sa-0.51a.ebuild 1514
+SHA256 66da78de61116a3f65dd1061a50cc49998aa8110fe491bfc8d44061a8327ae5a noiz2sa-0.51a.ebuild 1514
diff --git a/games-action/noiz2sa/noiz2sa-0.51a.ebuild b/games-action/noiz2sa/noiz2sa-0.51a.ebuild
index 154911031938..8fffaf7a77e4 100644
--- a/games-action/noiz2sa/noiz2sa-0.51a.ebuild
+++ b/games-action/noiz2sa/noiz2sa-0.51a.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-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.4 2006/03/20 20:12:10 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.5 2006/03/21 22:40:35 mr_bones_ Exp $
inherit games
@@ -48,10 +48,11 @@ src_install(){
}
pkg_postinst() {
+ games_pkg_postinst
if ! built_with_use media-libs/sdl-mixer vorbis ; then
- einfo "Noiz2a will not have sound if sdl-mixer"
+ einfo "${PN} will not have sound since sdl-mixer"
einfo "is built with USE=-vorbis"
einfo "Please emerge sdl-mixer with USE=vorbis"
- einfo "if you want vorbis sound support"
+ einfo "if you want sound support"
fi
}