diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-15 16:24:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-15 16:24:06 +0000 |
commit | e0ac5fdea487e6ac3a0cfbb1d54ba5014917e3fc (patch) | |
tree | 204de01aac75e2ec55f31666778ab5cc84192687 | |
parent | Version bump (diff) | |
download | gentoo-2-e0ac5fdea487e6ac3a0cfbb1d54ba5014917e3fc.tar.gz gentoo-2-e0ac5fdea487e6ac3a0cfbb1d54ba5014917e3fc.tar.bz2 gentoo-2-e0ac5fdea487e6ac3a0cfbb1d54ba5014917e3fc.zip |
EAPI=2; HOMEPAGE tweak (bug #289211)
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | games-arcade/primateplunge/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/primateplunge/primateplunge-1.1-r1.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/games-arcade/primateplunge/ChangeLog b/games-arcade/primateplunge/ChangeLog index db38f22db8b5..4c0fb8ac1072 100644 --- a/games-arcade/primateplunge/ChangeLog +++ b/games-arcade/primateplunge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/primateplunge -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/ChangeLog,v 1.9 2008/06/22 15:29:25 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/ChangeLog,v 1.10 2009/10/15 16:24:06 mr_bones_ Exp $ + + 15 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> + primateplunge-1.1-r1.ebuild: + EAPI=2; HOMEPAGE tweak (bug #289211) 22 Jun 2008; Markus Meier <maekke@gentoo.org> primateplunge-1.1-r1.ebuild: x86 stable, bug #227643 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() { |