summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-03-27 00:35:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-03-27 00:35:30 +0000
commit007823ce302710326e8cfd99c9a2996720b9f6e5 (patch)
treea147ef29992cdccdc3bfcb6629a87520fbfe0f53 /games-arcade
parentVersion bump, closes bug 126753. Thanks to everyone who contributed in that b... (diff)
downloadhistorical-007823ce302710326e8cfd99c9a2996720b9f6e5.tar.gz
historical-007823ce302710326e8cfd99c9a2996720b9f6e5.tar.bz2
historical-007823ce302710326e8cfd99c9a2996720b9f6e5.zip
touchups
Package-Manager: portage-2.1_pre7-r1
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/primateplunge/Manifest6
-rw-r--r--games-arcade/primateplunge/primateplunge-1.1.ebuild10
2 files changed, 7 insertions, 9 deletions
diff --git a/games-arcade/primateplunge/Manifest b/games-arcade/primateplunge/Manifest
index ab5d07d2bbaa..14a86d2974d8 100644
--- a/games-arcade/primateplunge/Manifest
+++ b/games-arcade/primateplunge/Manifest
@@ -7,6 +7,6 @@ SHA256 e30893d03fce5e4b9afa15f781349394fb86a2505bc601167443fcda8353873a files/di
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea metadata.xml 158
SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 metadata.xml 158
-MD5 c1a18381c5446fc88af43a541717b791 primateplunge-1.1.ebuild 692
-RMD160 dc8767a2632f902410d91cd1f60b9d2193946aac primateplunge-1.1.ebuild 692
-SHA256 f6576ecd582ddeb54ed27479ff182eaf15ef968c0514d93caf28a9ef0aa2481b primateplunge-1.1.ebuild 692
+MD5 ff747bb5d365521b78e50be2b63ad604 primateplunge-1.1.ebuild 663
+RMD160 e76b9386864d6be5b02d6f3ce33a621656b16773 primateplunge-1.1.ebuild 663
+SHA256 d3b9003c1a1d53b2ad89c175076b0a4e9dda3521187e9a77a83090d12d9a920a primateplunge-1.1.ebuild 663
diff --git a/games-arcade/primateplunge/primateplunge-1.1.ebuild b/games-arcade/primateplunge/primateplunge-1.1.ebuild
index 182f4b26fb93..bebd8d36f740 100644
--- a/games-arcade/primateplunge/primateplunge-1.1.ebuild
+++ b/games-arcade/primateplunge/primateplunge-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/primateplunge-1.1.ebuild,v 1.2 2006/03/25 17:46:04 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/primateplunge-1.1.ebuild,v 1.3 2006/03/27 00:35:30 mr_bones_ Exp $
inherit games
@@ -10,16 +10,14 @@ SRC_URI="http://www.ecs.soton.ac.uk/~njh/primateplunge/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
-RDEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl
media-libs/sdl-mixer"
-DEPEND="${RDEPEND}"
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS COPYING README TIPS
-
+ dodoc AUTHORS README TIPS
prepgamesdirs
}