From ca4ce11dd51ccc9938f12b4fc247e10e8aa40e02 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Sat, 25 Mar 2006 17:46:04 +0000 Subject: touchups (Portage version: 2.1_pre6-r6) --- games-arcade/primateplunge/primateplunge-1.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-arcade/primateplunge') 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 } -- cgit v1.2.3-65-gdbad