diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 19:21:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 19:21:43 +0000 |
commit | 8fceba57f5e76f1438d5e9ab51e0a06f33df5b2d (patch) | |
tree | c5a202c386ac018f4f850993a015345e64e28cc1 /games-arcade/penguin-command | |
parent | ~amd64 (diff) | |
download | historical-8fceba57f5e76f1438d5e9ab51e0a06f33df5b2d.tar.gz historical-8fceba57f5e76f1438d5e9ab51e0a06f33df5b2d.tar.bz2 historical-8fceba57f5e76f1438d5e9ab51e0a06f33df5b2d.zip |
Fix use invocation
Diffstat (limited to 'games-arcade/penguin-command')
-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 | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index a6107836771f..31ee46c1931d 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.5 2004/05/30 15:44:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.6 2004/06/03 19:21:43 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> + penguin-command-1.6.6.ebuild: + Fix use invocation 30 May 2004; Gustavo Zacarias <gustavoz@gentoo.org> penguin-command-1.6.6.ebuild: diff --git a/games-arcade/penguin-command/Manifest b/games-arcade/penguin-command/Manifest index 45534f4cabe2..60005d1dfeec 100644 --- a/games-arcade/penguin-command/Manifest +++ b/games-arcade/penguin-command/Manifest @@ -1,4 +1,4 @@ -MD5 4d9eeac19a0eaac1788a10698db07983 ChangeLog 1368 +MD5 faa2e78438f6fdcc702db33ce98d52c6 penguin-command-1.6.6.ebuild 836 +MD5 3981abe7462b69b1bec4c83d662a6877 ChangeLog 1471 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 99a6298e8a43d9a595a34b0d2bb15bd0 penguin-command-1.6.6.ebuild 843 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 4f0be827a5c6..71910e5ffd21 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild @@ -1,6 +1,6 @@ # 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.7 2004/05/30 15:44:35 gustavoz Exp $ +# $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 $ inherit games @@ -27,6 +27,6 @@ src_unpack() { src_install() { make install DESTDIR=${D} || die dodoc ChangeLog README NEWS AUTHORS - [ `use nls` ] || rm ${D}/usr/share/man/man6/*.ja.* + use nls || rm ${D}/usr/share/man/man6/*.ja.* prepgamesdirs } |