diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-03-25 17:46:04 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-03-25 17:46:04 +0000 |
commit | 3f2e566c5daeba8859f2fc2f80f4bb1694c25ef7 (patch) | |
tree | a559a342dae1420e1d8fd52a9b3f1b804ffcf6b4 /games-arcade/primateplunge | |
parent | Removed non-working CVS ebuilds, added new SVN ebuilds (including bump) (diff) | |
download | historical-3f2e566c5daeba8859f2fc2f80f4bb1694c25ef7.tar.gz historical-3f2e566c5daeba8859f2fc2f80f4bb1694c25ef7.tar.bz2 historical-3f2e566c5daeba8859f2fc2f80f4bb1694c25ef7.zip |
touchups
Package-Manager: portage-2.1_pre6-r6
Diffstat (limited to 'games-arcade/primateplunge')
-rw-r--r-- | games-arcade/primateplunge/Manifest | 6 | ||||
-rw-r--r-- | games-arcade/primateplunge/primateplunge-1.1.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games-arcade/primateplunge/Manifest b/games-arcade/primateplunge/Manifest index 9543836a052e..ab5d07d2bbaa 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 907122c576bb5857adfa01a7fe3d4552 primateplunge-1.1.ebuild 683 -RMD160 72f0925b6d753adefcf6236416423bb93b2ff9a4 primateplunge-1.1.ebuild 683 -SHA256 9589fa7cd446ab4519d5e882430888f9b76292c20ca7c517f294c44c53237b1a primateplunge-1.1.ebuild 683 +MD5 c1a18381c5446fc88af43a541717b791 primateplunge-1.1.ebuild 692 +RMD160 dc8767a2632f902410d91cd1f60b9d2193946aac primateplunge-1.1.ebuild 692 +SHA256 f6576ecd582ddeb54ed27479ff182eaf15ef968c0514d93caf28a9ef0aa2481b primateplunge-1.1.ebuild 692 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 } |