summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-03-25 17:46:04 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-03-25 17:46:04 +0000
commitca4ce11dd51ccc9938f12b4fc247e10e8aa40e02 (patch)
treeb8261457d6c14407dc08bde059ef64d9d7c7a09f /games-arcade
parentRemoved non-working CVS ebuilds, added new SVN ebuilds (including bump) (diff)
downloadgentoo-2-ca4ce11dd51ccc9938f12b4fc247e10e8aa40e02.tar.gz
gentoo-2-ca4ce11dd51ccc9938f12b4fc247e10e8aa40e02.tar.bz2
gentoo-2-ca4ce11dd51ccc9938f12b4fc247e10e8aa40e02.zip
touchups
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/primateplunge/primateplunge-1.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/primateplunge/primateplunge-1.1.ebuild b/games-arcade/primateplunge/primateplunge-1.1.ebuild
index fb74222dc6d5..182f4b26fb93 100644
--- a/games-arcade/primateplunge/primateplunge-1.1.ebuild
+++ b/games-arcade/primateplunge/primateplunge-1.1.ebuild
@@ -1,14 +1,14 @@
# 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.1 2006/03/25 09:44:27 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/primateplunge-1.1.ebuild,v 1.2 2006/03/25 17:46:04 genstef Exp $
-inherit eutils games
+inherit games
DESCRIPTION="Help poor Monkey navigate his way down through trecherous areas"
HOMEPAGE="http://www.aelius.com/primateplunge"
SRC_URI="http://www.ecs.soton.ac.uk/~njh/primateplunge/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
@@ -19,7 +19,7 @@ DEPEND="${RDEPEND}"
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- dodoc README TIPS
+ dodoc AUTHORS COPYING README TIPS
prepgamesdirs
}