diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-07 20:25:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-07 20:25:25 +0000 |
commit | fba945defe905f1bfcb52171caa04de4595bf41d (patch) | |
tree | 3a755495e91cd92f4f840aa993648526f24d2fa8 /games-emulation | |
parent | repoman: Trim trailing whitespace; Header fix (diff) | |
download | historical-fba945defe905f1bfcb52171caa04de4595bf41d.tar.gz historical-fba945defe905f1bfcb52171caa04de4595bf41d.tar.bz2 historical-fba945defe905f1bfcb52171caa04de4595bf41d.zip |
more error checking/messages
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mamory/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/mamory/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.11.ebuild | 10 |
3 files changed, 12 insertions, 6 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index 4e8b410186d3..3b5b8e143fe6 100644 --- a/games-emulation/mamory/ChangeLog +++ b/games-emulation/mamory/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mamory # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.1 2003/12/27 05:24:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.2 2004/01/07 20:25:11 mr_bones_ Exp $ + + 07 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> mamory-0.2.11.ebuild: + more error checking/messages *mamory-0.2.11 (27 Dec 2003) diff --git a/games-emulation/mamory/Manifest b/games-emulation/mamory/Manifest new file mode 100644 index 000000000000..b69b3bae8ac1 --- /dev/null +++ b/games-emulation/mamory/Manifest @@ -0,0 +1,3 @@ +MD5 b31ea2c94587303199fe13f8baaae2a4 ChangeLog 508 +MD5 9afaa934e015737aaa5061d30621ecea mamory-0.2.11.ebuild 684 +MD5 99a52c9226f6f302a95127ba6bb97e33 files/digest-mamory-0.2.11 65 diff --git a/games-emulation/mamory/mamory-0.2.11.ebuild b/games-emulation/mamory/mamory-0.2.11.ebuild index 11336a98ecbc..841184e4e998 100644 --- a/games-emulation/mamory/mamory-0.2.11.ebuild +++ b/games-emulation/mamory/mamory-0.2.11.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: +# $Header: inherit games @@ -17,13 +17,13 @@ RDEPEND="" src_compile() { egamesconf || die - emake CFLAGS="${CFLAGS} -DNDEBUG" || die + emake CFLAGS="${CFLAGS} -DNDEBUG" || die "emake failed" } src_install() { egamesinstall || die mv ${D}/${GAMES_PREFIX}/include ${D}/usr/ - dodoc AUTHORS ChangeLog README TODO - dohtml DOCS/mamory.html + dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" + dohtml DOCS/mamory.html || die "dohtml failed" prepgamesdirs } |