summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-19 04:58:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-19 04:58:55 +0000
commit49169810dc28add9567488411b0ee8187086d1c6 (patch)
tree853d5f29cdcbedad020add65dfb5827e851d58ab /games-arcade/amphetamine
parenttidy (diff)
downloadgentoo-2-49169810dc28add9567488411b0ee8187086d1c6.tar.gz
gentoo-2-49169810dc28add9567488411b0ee8187086d1c6.tar.bz2
gentoo-2-49169810dc28add9567488411b0ee8187086d1c6.zip
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/amphetamine')
-rw-r--r--games-arcade/amphetamine/ChangeLog6
-rw-r--r--games-arcade/amphetamine/amphetamine-0.8.10.ebuild10
2 files changed, 9 insertions, 7 deletions
diff --git a/games-arcade/amphetamine/ChangeLog b/games-arcade/amphetamine/ChangeLog
index 89a5562de0fd..1cc218cc21da 100644
--- a/games-arcade/amphetamine/ChangeLog
+++ b/games-arcade/amphetamine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/amphetamine
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.5 2009/07/12 17:24:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.6 2009/10/19 04:58:55 mr_bones_ Exp $
+
+ 19 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ amphetamine-0.8.10.ebuild:
+ EAPI=2
12 Jul 2009; Tupone Alfredo <tupone@gentoo.org> amphetamine-0.8.10.ebuild:
Updating HOMEPAGE. Bug #277499 by Pacho Ramos
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
index dc443b0dd70a..0ed431a47384 100644
--- a/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
+++ b/games-arcade/amphetamine/amphetamine-0.8.10.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.6 2009/07/12 17:24:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.7 2009/10/19 04:58:55 mr_bones_ Exp $
+EAPI=2
inherit eutils toolchain-funcs games
DESCRIPTION="a cool Jump'n Run game offering some unique visual effects"
@@ -14,13 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
-DEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl[audio,video]
x11-libs/libXpm"
-RDEPEND="${DEPEND}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-64bit.patch
sed -i \
-e "/^INSTALL_DIR /s:=.*:= ${GAMES_DATADIR}/${PN}:" \