diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-27 15:16:07 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-27 15:16:07 +0000 |
commit | f432f91ef3208104f8057f1ad6254b9a3c9e5537 (patch) | |
tree | 1845c4d7424b0dc3aee1aaf57de585b6c8734da3 /games-arcade/penguin-command | |
parent | metadata fix (diff) | |
download | gentoo-2-f432f91ef3208104f8057f1ad6254b9a3c9e5537.tar.gz gentoo-2-f432f91ef3208104f8057f1ad6254b9a3c9e5537.tar.bz2 gentoo-2-f432f91ef3208104f8057f1ad6254b9a3c9e5537.zip |
metadata fix
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r-- | games-arcade/penguin-command/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/penguin-command/metadata.xml | 8 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.6.ebuild | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/games-arcade/penguin-command/Manifest b/games-arcade/penguin-command/Manifest index 6040d06d3021..4626c73b911c 100644 --- a/games-arcade/penguin-command/Manifest +++ b/games-arcade/penguin-command/Manifest @@ -1,4 +1,4 @@ MD5 fb0d861e3485e8b00593484a34e9b6fc ChangeLog 1153 -MD5 6ea6ecaf919071a9ea52b05688b5031d metadata.xml 327 -MD5 2cecef26685632635c8dc90178011aa8 penguin-command-1.6.6.ebuild 743 +MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 +MD5 aeac4977c441c6ffab36a43e567c2154 penguin-command-1.6.6.ebuild 764 MD5 2708300e986624d9c0b4c5c9e41760c3 files/digest-penguin-command-1.6.6 74 diff --git a/games-arcade/penguin-command/metadata.xml b/games-arcade/penguin-command/metadata.xml index d3d950bec086..499f8d9f075c 100644 --- a/games-arcade/penguin-command/metadata.xml +++ b/games-arcade/penguin-command/metadata.xml @@ -2,8 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>games</herd> -<longdescription> -A rather wierd shoot-em-up game that originated on the Atari 2600. It's more fun -than it looks. Just released so might be tweaked. -</longdescription> +<maintainer> + <email>games@gentoo.org</email> + <name>Games Team</name> +</maintainer> </pkgmetadata> diff --git a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild index 0af496c48d21..23661ccf7af3 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.6.ebuild,v 1.2 2003/09/19 23:28:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.6.ebuild,v 1.3 2003/10/27 15:13:10 mholzer Exp $ inherit games DESCRIPTION="A clone of the classic Missile Command Game" HOMEPAGE="http://www.linux-games.com/penguin-command/" SRC_URI="mirror://sourceforge/penguin-command/${P}.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" |