diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 00:10:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 00:10:37 +0000 |
commit | 0681544176e7c0299823c94ea164c56462517214 (patch) | |
tree | 19e67a41f725d70e5234f91658a38ae3418fe941 /games-action/bombermaze | |
parent | Marked ocaml-3.06 stable on ppc. (diff) | |
download | historical-0681544176e7c0299823c94ea164c56462517214.tar.gz historical-0681544176e7c0299823c94ea164c56462517214.tar.bz2 historical-0681544176e7c0299823c94ea164c56462517214.zip |
doc tidy; header fix
Diffstat (limited to 'games-action/bombermaze')
-rw-r--r-- | games-action/bombermaze/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/bombermaze/Manifest | 6 | ||||
-rw-r--r-- | games-action/bombermaze/bombermaze-0.6.6.ebuild | 10 |
3 files changed, 14 insertions, 10 deletions
diff --git a/games-action/bombermaze/ChangeLog b/games-action/bombermaze/ChangeLog index 07b396bbe644..cf71499d4f95 100644 --- a/games-action/bombermaze/ChangeLog +++ b/games-action/bombermaze/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/bombermaze -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/ChangeLog,v 1.2 2003/09/10 20:32:09 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/ChangeLog,v 1.3 2004/02/03 00:10:21 mr_bones_ Exp $ + + 02 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> + bombermaze-0.6.6.ebuild: + doc tidy; header fix 06 Dec 2003; Mark Guertin <gerk@gentoo.org> bombermaze-0.6.6.ebuild : Added ppc to keywords diff --git a/games-action/bombermaze/Manifest b/games-action/bombermaze/Manifest index d6b50d38c05e..c0fb64f3893c 100644 --- a/games-action/bombermaze/Manifest +++ b/games-action/bombermaze/Manifest @@ -1,4 +1,4 @@ -MD5 dc0ab4d1a401a11e130c325d259c45e1 files/digest-bombermaze-0.6.6 68 -MD5 76c74a6c1f062f5a8deabcb2fff2ba2f bombermaze-0.6.6.ebuild 1002 -MD5 ebbbf59738ce73b581399a2245fb0ff8 ChangeLog 1122 +MD5 3cdba7a7c6d3f7882574a109c23a7fcc ChangeLog 1231 +MD5 a0049e2b0cd54cd180edd074670b6c0b bombermaze-0.6.6.ebuild 1038 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 +MD5 dc0ab4d1a401a11e130c325d259c45e1 files/digest-bombermaze-0.6.6 68 diff --git a/games-action/bombermaze/bombermaze-0.6.6.ebuild b/games-action/bombermaze/bombermaze-0.6.6.ebuild index c21d0e6ed162..0e8c16b11ce7 100644 --- a/games-action/bombermaze/bombermaze-0.6.6.ebuild +++ b/games-action/bombermaze/bombermaze-0.6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/bombermaze-0.6.6.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/bombermaze-0.6.6.ebuild,v 1.2 2004/02/03 00:10:21 mr_bones_ Exp $ DESCRIPTION="Bomberman clone for GNOME" SRC_URI="http://freesoftware.fsf.org/download/bombermaze/${P}.tar.gz" @@ -27,10 +27,10 @@ src_compile() { --with-included-gettext \ `use_enable nls` || die "./configure failed" - emake || die + emake || die "emake failed" } src_install() { - make prefix=${D}/usr install || die - dodoc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS TODO + make prefix=${D}/usr install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS TODO || die "dodoc failed" } |