diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-06-13 06:44:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-06-13 06:44:24 +0000 |
commit | 2fd0e1f7270659b174a555e37eea16d98bce0e03 (patch) | |
tree | 342345defa612d114db5cf22b4182b72e3465572 /games-action/noiz2sa | |
parent | no need for src_compile (diff) | |
download | gentoo-2-2fd0e1f7270659b174a555e37eea16d98bce0e03.tar.gz gentoo-2-2fd0e1f7270659b174a555e37eea16d98bce0e03.tar.bz2 gentoo-2-2fd0e1f7270659b174a555e37eea16d98bce0e03.zip |
tidy
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-action/noiz2sa')
-rw-r--r-- | games-action/noiz2sa/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/noiz2sa/noiz2sa-0.51a.ebuild | 20 |
2 files changed, 10 insertions, 17 deletions
diff --git a/games-action/noiz2sa/ChangeLog b/games-action/noiz2sa/ChangeLog index f427a3d264e3..d4515c0d967c 100644 --- a/games-action/noiz2sa/ChangeLog +++ b/games-action/noiz2sa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/noiz2sa -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.10 2011/06/14 06:26:38 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.11 2012/06/13 06:44:24 mr_bones_ Exp $ + + 13 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> noiz2sa-0.51a.ebuild: + tidy 14 Jun 2011; Tupone Alfredo <tupone@gentoo.org> noiz2sa-0.51a.ebuild, +files/noiz2sa-0.51a-underlink.patch: diff --git a/games-action/noiz2sa/noiz2sa-0.51a.ebuild b/games-action/noiz2sa/noiz2sa-0.51a.ebuild index 97fe8ce41b35..53f00622d6af 100644 --- a/games-action/noiz2sa/noiz2sa-0.51a.ebuild +++ b/games-action/noiz2sa/noiz2sa-0.51a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.11 2011/06/14 06:26:38 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.12 2012/06/13 06:44:24 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -18,10 +18,10 @@ DEPEND="media-libs/sdl-mixer[vorbis] >=dev-libs/libbulletml-0.0.3 virtual/opengl" -S="${WORKDIR}"/${PN}/src +S=${WORKDIR}/${PN}/src -PATCHES=( "${FILESDIR}/${P}"-gcc41.patch - "${FILESDIR}/${P}"-underlink.patch +PATCHES=( "${FILESDIR}"/${P}-gcc41.patch + "${FILESDIR}"/${P}-underlink.patch ) src_prepare(){ @@ -47,13 +47,3 @@ src_install(){ fperms 660 "${GAMES_STATEDIR}/${PN}.prf" prepgamesdirs } - -pkg_postinst() { - games_pkg_postinst - if ! has_version "media-libs/sdl-mixer[vorbis]" ; then - elog "${PN} will not have sound since sdl-mixer" - elog "is built with USE=-vorbis" - elog "Please emerge sdl-mixer with USE=vorbis" - elog "if you want sound support" - fi -} |