diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-20 07:31:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-20 07:31:11 +0000 |
commit | 83f2baa226ee2d5607517672a0e19ad10b8133de (patch) | |
tree | c5c9b35b2422d6b4820a51f1db38942ae552708c /games-strategy/asc | |
parent | Fix Qt dep for bug 248038 and in the process fix bug 225117 by applying (diff) | |
download | gentoo-2-83f2baa226ee2d5607517672a0e19ad10b8133de.tar.gz gentoo-2-83f2baa226ee2d5607517672a0e19ad10b8133de.tar.bz2 gentoo-2-83f2baa226ee2d5607517672a0e19ad10b8133de.zip |
EAPI=2; add use-based deps; tweak deps for replay support
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-strategy/asc')
-rw-r--r-- | games-strategy/asc/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/asc/asc-2.2.0.0.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog index 9adff20d8b13..55a97f4a6ad7 100644 --- a/games-strategy/asc/ChangeLog +++ b/games-strategy/asc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/asc # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.29 2009/01/03 19:11:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.30 2009/01/20 07:31:11 mr_bones_ Exp $ + + 20 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> asc-2.2.0.0.ebuild: + EAPI=2; add use-based deps; tweak deps for replay support 03 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> asc-2.2.0.0.ebuild: use a slot-dep for dev-libs/libsigc++ diff --git a/games-strategy/asc/asc-2.2.0.0.ebuild b/games-strategy/asc/asc-2.2.0.0.ebuild index 3bbae6456963..93ea9a281a75 100644 --- a/games-strategy/asc/asc-2.2.0.0.ebuild +++ b/games-strategy/asc/asc-2.2.0.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild,v 1.2 2009/01/03 19:11:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild,v 1.3 2009/01/20 07:31:11 mr_bones_ Exp $ -EAPI=1 +EAPI=2 inherit toolchain-funcs flag-o-matic games DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series" @@ -21,13 +21,13 @@ RDEPEND="app-arch/bzip2 media-libs/jpeg media-libs/libsdl media-libs/libpng - media-libs/sdl-image - media-libs/sdl-mixer + media-libs/sdl-image[gif,jpeg,png] + media-libs/sdl-mixer[vorbis] media-libs/sdl-sound dev-libs/boost dev-games/physfs - media-libs/smpeg media-libs/libvorbis + media-libs/xvid dev-libs/expat media-libs/freetype dev-libs/libsigc++:1.2" @@ -49,7 +49,7 @@ src_unpack() { done } -src_compile() { +src_configure() { # Added --disable-paraguitest for bugs 26402 and 4488 # Added --disable-paragui for bug 61154 since it's not really used much # and the case is well documented at http://www.asc-hq.org/ @@ -62,7 +62,6 @@ src_compile() { --disable-paragui \ --datadir="${GAMES_DATADIR_BASE}" \ || die - emake || die "emake failed" } src_install() { |