summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-03 21:43:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-03 21:43:18 +0000
commit66d152917d831cf9ff37a841fb7d2a65a592cb2d (patch)
treef50e9b283ee87b0d3d45ae610857fad17434ef24 /games-strategy
parentRemoving the stripping of a binary as per bug #240934 (diff)
downloadgentoo-2-66d152917d831cf9ff37a841fb7d2a65a592cb2d.tar.gz
gentoo-2-66d152917d831cf9ff37a841fb7d2a65a592cb2d.tar.bz2
gentoo-2-66d152917d831cf9ff37a841fb7d2a65a592cb2d.zip
use-based dep for media-libs/sdl-mixer
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freelords/ChangeLog8
-rw-r--r--games-strategy/freelords/freelords-0.3.8.ebuild14
2 files changed, 10 insertions, 12 deletions
diff --git a/games-strategy/freelords/ChangeLog b/games-strategy/freelords/ChangeLog
index 1c13ed6e9ec0..5a32b5f41bc4 100644
--- a/games-strategy/freelords/ChangeLog
+++ b/games-strategy/freelords/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/freelords
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/ChangeLog,v 1.28 2008/02/29 19:45:27 carlo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/ChangeLog,v 1.29 2009/01/03 21:43:18 mr_bones_ Exp $
+
+ 03 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ freelords-0.3.8.ebuild:
+ use-based dep for media-libs/sdl-mixer
29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> freelords-0.3.8.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.
diff --git a/games-strategy/freelords/freelords-0.3.8.ebuild b/games-strategy/freelords/freelords-0.3.8.ebuild
index 57c7ec15d656..1b4fb58b3b3f 100644
--- a/games-strategy/freelords/freelords-0.3.8.ebuild
+++ b/games-strategy/freelords/freelords-0.3.8.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.8.ebuild,v 1.3 2008/02/29 19:45:27 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freelords/freelords-0.3.8.ebuild,v 1.4 2009/01/03 21:43:18 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="Free Warlords clone"
@@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="editor nls"
RDEPEND="dev-libs/expat
- media-libs/sdl-mixer
+ media-libs/sdl-mixer[vorbis]
media-libs/libsdl
media-libs/sdl-image
>=media-libs/freetype-2
@@ -25,13 +26,6 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
dev-util/pkgconfig"
-pkg_setup() {
- if ! built_with_use media-libs/sdl-mixer vorbis ; then
- die "Please emerge sdl-mixer with USE=vorbis"
- fi
- games_pkg_setup
-}
-
src_unpack() {
unpack ${A}
cd "${S}"