diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-06-19 16:32:41 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-06-19 16:32:41 +0000 |
commit | 033414ec6a48d3885e18a3b1f8208c93e43b82f5 (patch) | |
tree | 499e6d67b85f66744dd6da067164f18138a366e4 /games-arcade | |
parent | Version bumped. Ebuild contributed by Lars Bernhardsson <lab@fnurt.net>, clos... (diff) | |
download | historical-033414ec6a48d3885e18a3b1f8208c93e43b82f5.tar.gz historical-033414ec6a48d3885e18a3b1f8208c93e43b82f5.tar.bz2 historical-033414ec6a48d3885e18a3b1f8208c93e43b82f5.zip |
gnuconfig_update, ~amd64
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/penguin-command/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.6.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index 31ee46c1931d..c4c58f7dfafd 100644 --- a/games-arcade/penguin-command/ChangeLog +++ b/games-arcade/penguin-command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/penguin-command # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.6 2004/06/03 19:21:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.7 2004/06/19 16:32:41 jhuebel Exp $ + + 19 Jun 2004; Jason Eric Huebel <jhuebel@gentoo.org> + penguin-command-1.6.6.ebuild: + gnuconfig_update, ~amd64 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> penguin-command-1.6.6.ebuild: diff --git a/games-arcade/penguin-command/Manifest b/games-arcade/penguin-command/Manifest index 60005d1dfeec..8606e174035e 100644 --- a/games-arcade/penguin-command/Manifest +++ b/games-arcade/penguin-command/Manifest @@ -1,4 +1,4 @@ -MD5 faa2e78438f6fdcc702db33ce98d52c6 penguin-command-1.6.6.ebuild 836 -MD5 3981abe7462b69b1bec4c83d662a6877 ChangeLog 1471 +MD5 93e168b44e87f6328e5542dc0440135e ChangeLog 1584 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 feeb2bd0ef46bbd65213ce3250fb9b4d penguin-command-1.6.6.ebuild 863 MD5 2708300e986624d9c0b4c5c9e41760c3 files/digest-penguin-command-1.6.6 74 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 71910e5ffd21..74156e3b073e 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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.8 2004/06/03 19:21:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.6.ebuild,v 1.9 2004/06/19 16:32:41 jhuebel Exp $ -inherit games +inherit gnuconfig games DESCRIPTION="A clone of the classic Missile Command Game" HOMEPAGE="http://www.linux-games.com/penguin-command/" @@ -22,6 +22,7 @@ DEPEND="media-libs/libpng src_unpack() { unpack ${A} sed -i 's:-DUSE_SOUND::' ${S}/configure + gnuconfig_update } src_install() { |