summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-03-14 11:21:01 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-03-14 11:21:01 +0000
commit1448d54f2f71373e92c7d050211e664b7a805d7e (patch)
treee6f6bce7e51a5fa3117890c9879178199647fa10 /games-rpg
parentRename sounds USE flags to sound. Bug #357661 (diff)
downloadgentoo-2-1448d54f2f71373e92c7d050211e664b7a805d7e.tar.gz
gentoo-2-1448d54f2f71373e92c7d050211e664b7a805d7e.tar.bz2
gentoo-2-1448d54f2f71373e92c7d050211e664b7a805d7e.zip
Rename audio USE flag to sound. Bug #357661
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/drascula/ChangeLog8
-rw-r--r--games-rpg/drascula/drascula-1.0-r1.ebuild12
-rw-r--r--games-rpg/drascula/metadata.xml2
3 files changed, 13 insertions, 9 deletions
diff --git a/games-rpg/drascula/ChangeLog b/games-rpg/drascula/ChangeLog
index 67ab24aad991..5fba80a1c295 100644
--- a/games-rpg/drascula/ChangeLog
+++ b/games-rpg/drascula/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/drascula
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/drascula/ChangeLog,v 1.5 2009/12/17 20:49:59 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/drascula/ChangeLog,v 1.6 2011/03/14 11:21:01 tupone Exp $
+
+ 14 Mar 2011; Alfredo Tupone <tupone@gentoo.org> drascula-1.0-r1.ebuild,
+ metadata.xml:
+ Rename audio USE flag to sound. Bug #357661 by ulm@gentoo.org
17 Dec 2009; Pacho Ramos <pacho@gentoo.org> drascula-1.0-r1.ebuild:
stable amd64, bug 288888
diff --git a/games-rpg/drascula/drascula-1.0-r1.ebuild b/games-rpg/drascula/drascula-1.0-r1.ebuild
index 524d219d6b0e..16b359343db5 100644
--- a/games-rpg/drascula/drascula-1.0-r1.ebuild
+++ b/games-rpg/drascula/drascula-1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/drascula/drascula-1.0-r1.ebuild,v 1.3 2009/12/17 20:49:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/drascula/drascula-1.0-r1.ebuild,v 1.4 2011/03/14 11:21:01 tupone Exp $
EAPI=2
inherit eutils games
@@ -12,7 +12,7 @@ DESCRIPTION="Drascula: The Vampire Strikes Back"
HOMEPAGE="http://www.alcachofasoft.com/"
SRC_URI="mirror://sourceforge/scummvm/drascula-${PV}.zip
http://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-0-13-1/dists/engine-data/drascula.dat -> drascula-${DAT_PV}.dat
- audio? ( mirror://sourceforge/scummvm/drascula-audio-${AUD_PV}.zip )
+ sound? ( mirror://sourceforge/scummvm/drascula-audio-${AUD_PV}.zip )
linguas_es? ( ${INT_URI} )
linguas_de? ( ${INT_URI} )
linguas_fr? ( ${INT_URI} )
@@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/scummvm/drascula-${PV}.zip
LICENSE="drascula"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="+audio linguas_es linguas_de linguas_fr linguas_it"
+IUSE="linguas_es linguas_de linguas_fr linguas_it +sound"
RESTRICT="mirror"
RDEPEND=">=games-engines/scummvm-0.13.1"
@@ -34,7 +34,7 @@ src_unpack() {
if use linguas_es || use linguas_de || use linguas_fr || use linguas_it; then
unpack drascula-int-${PV}.zip
fi
- if use audio ; then
+ if use sound; then
unpack drascula-audio-${AUD_PV}.zip
fi
unpack drascula-${PV}.zip
@@ -54,7 +54,7 @@ src_install() {
insinto "${GAMES_DATADIR}"/${PN}
doins P*.* || die "doins failed"
newins "${DISTDIR}"/drascula-${DAT_PV}.dat drascula.dat || die "newins failed"
- if use audio ; then
+ if use sound; then
doins audio/* || die "doins failed"
fi
dodoc readme.txt drascula.doc
diff --git a/games-rpg/drascula/metadata.xml b/games-rpg/drascula/metadata.xml
index 7ba67ff4b56b..75ca4bef875c 100644
--- a/games-rpg/drascula/metadata.xml
+++ b/games-rpg/drascula/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>games</herd>
<use>
- <flag name="audio">Install optional audio files</flag>
+ <flag name="sound">Install optional audio files</flag>
</use>
</pkgmetadata>