diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-06 21:21:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-06 21:21:30 +0000 |
commit | 4ab87397c29bf2d7a776f450d9418791527171e4 (patch) | |
tree | dc5f64c655aed538806f51c33df86e940ee22892 /games-simulation/gl117 | |
parent | EAPI=2; add use-based deps (diff) | |
download | gentoo-2-4ab87397c29bf2d7a776f450d9418791527171e4.tar.gz gentoo-2-4ab87397c29bf2d7a776f450d9418791527171e4.tar.bz2 gentoo-2-4ab87397c29bf2d7a776f450d9418791527171e4.zip |
EAPI=2; add 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-simulation/gl117')
-rw-r--r-- | games-simulation/gl117/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/gl117/gl117-1.3.2.ebuild | 14 |
2 files changed, 9 insertions, 12 deletions
diff --git a/games-simulation/gl117/ChangeLog b/games-simulation/gl117/ChangeLog index 958a72ed40f8..9f61300a8cda 100644 --- a/games-simulation/gl117/ChangeLog +++ b/games-simulation/gl117/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/gl117 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.19 2007/03/12 15:59:24 nyhm Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/ChangeLog,v 1.20 2009/01/06 21:21:30 mr_bones_ Exp $ + + 06 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> gl117-1.3.2.ebuild: + EAPI=2; add use-based dep for media-libs/sdl-mixer 12 Mar 2007; Tristan Heaven <nyhm@gentoo.org> gl117-1.3.2.ebuild: Install menu entry, bug #160215 diff --git a/games-simulation/gl117/gl117-1.3.2.ebuild b/games-simulation/gl117/gl117-1.3.2.ebuild index 43538f741aee..58fc876ca385 100644 --- a/games-simulation/gl117/gl117-1.3.2.ebuild +++ b/games-simulation/gl117/gl117-1.3.2.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-simulation/gl117/gl117-1.3.2.ebuild,v 1.7 2007/03/12 15:59:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.3.2.ebuild,v 1.8 2009/01/06 21:21:30 mr_bones_ Exp $ +EAPI=2 inherit eutils games MY_P="gl-117-${PV}-src" @@ -15,20 +16,13 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="media-libs/libsdl - media-libs/sdl-mixer + media-libs/sdl-mixer[mikmod] virtual/opengl virtual/glu virtual/glut" S=${WORKDIR}/${MY_P} -pkg_setup() { - if ! built_with_use media-libs/sdl-mixer mikmod ; then - die "Please emerge sdl-mixer with USE=mikmod" - fi - games_pkg_setup -} - src_install() { emake DESTDIR="${D}" install || die "emake install failed" newicon doc/src/falcon.jpg ${PN}.jpg |