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 | 47351fb685ff5b48e6e2071df4f92bd7573a586a (patch) | |
tree | 8dcefd382427c14897bff9e201a37bcfa98279c5 /games-arcade/penguin-command | |
parent | Version bumped. Ebuild contributed by Lars Bernhardsson <lab@fnurt.net>, clos... (diff) | |
download | gentoo-2-47351fb685ff5b48e6e2071df4f92bd7573a586a.tar.gz gentoo-2-47351fb685ff5b48e6e2071df4f92bd7573a586a.tar.bz2 gentoo-2-47351fb685ff5b48e6e2071df4f92bd7573a586a.zip |
gnuconfig_update, ~amd64
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.6.ebuild | 5 |
2 files changed, 8 insertions, 3 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/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() { |