diff options
author | 2009-10-15 16:24:06 +0000 | |
---|---|---|
committer | 2009-10-15 16:24:06 +0000 | |
commit | a49d26ea92b6d6f713ca3ce752f847b00b69f088 (patch) | |
tree | f8deb7f1113d0a53e755f959fce85acce25d4c45 /games-arcade/primateplunge/primateplunge-1.1-r1.ebuild | |
parent | Version bump (diff) | |
download | historical-a49d26ea92b6d6f713ca3ce752f847b00b69f088.tar.gz historical-a49d26ea92b6d6f713ca3ce752f847b00b69f088.tar.bz2 historical-a49d26ea92b6d6f713ca3ce752f847b00b69f088.zip |
EAPI=2; HOMEPAGE tweak (bug #289211)
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-arcade/primateplunge/primateplunge-1.1-r1.ebuild')
-rw-r--r-- | games-arcade/primateplunge/primateplunge-1.1-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild b/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild index a869cb50ed0a..9ab983315f40 100644 --- a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild +++ b/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild @@ -1,11 +1,12 @@ -# 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-arcade/primateplunge/primateplunge-1.1-r1.ebuild,v 1.5 2008/06/22 15:29:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild,v 1.6 2009/10/15 16:24:06 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="Help poor Monkey navigate his way down through treacherous areas" -HOMEPAGE="http://www.aelius.com/primateplunge" +HOMEPAGE="http://www.aelius.com/primateplunge/" SRC_URI="http://www.ecs.soton.ac.uk/~njh/${PN}/${P}.tar.gz" LICENSE="as-is" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl[audio,video] media-libs/sdl-mixer" src_install() { |