diff options
-rw-r--r-- | games-strategy/castle-combat/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/castle-combat/castle-combat-0.8.1.ebuild | 13 |
2 files changed, 10 insertions, 11 deletions
diff --git a/games-strategy/castle-combat/ChangeLog b/games-strategy/castle-combat/ChangeLog index 5b8c9eb7c599..12ebff721fce 100644 --- a/games-strategy/castle-combat/ChangeLog +++ b/games-strategy/castle-combat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/castle-combat -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.9 2007/09/15 21:24:09 tupone Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.10 2009/01/03 21:50:27 mr_bones_ Exp $ + + 03 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + castle-combat-0.8.1.ebuild: + add use-based dep for media-libs/sdl-mixer 15 Sep 2007; Tupone Alfredo <tupone@gentoo.org> castle-combat-0.8.1.ebuild: diff --git a/games-strategy/castle-combat/castle-combat-0.8.1.ebuild b/games-strategy/castle-combat/castle-combat-0.8.1.ebuild index 9f6839a3e48a..c71e4e675b72 100644 --- a/games-strategy/castle-combat/castle-combat-0.8.1.ebuild +++ b/games-strategy/castle-combat/castle-combat-0.8.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 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/castle-combat/castle-combat-0.8.1.ebuild,v 1.4 2007/09/15 21:24:09 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.5 2009/01/03 21:50:27 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="A clone of the old arcade game Rampart" @@ -14,15 +15,9 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-python/twisted + media-libs/sdl-mixer[mikmod] dev-python/pygame" -pkg_setup() { - games_pkg_setup - if ! built_with_use media-libs/sdl-mixer mikmod; then - die "Please emerge media-libs/sdl-mixer with USE=mikmod" - fi -} - src_unpack() { unpack ${A} cd "${S}" |