diff options
author | 2004-04-27 01:59:18 +0000 | |
---|---|---|
committer | 2004-04-27 01:59:18 +0000 | |
commit | d9170a25151cd52cd31d0932fd84e918dbb20951 (patch) | |
tree | 1fb4947bc3c32cc96e2d6472579adf41cd102577 /games-misc/robotfindskitten | |
parent | change SRC_URI to point to gentoo:// (diff) | |
download | gentoo-2-d9170a25151cd52cd31d0932fd84e918dbb20951.tar.gz gentoo-2-d9170a25151cd52cd31d0932fd84e918dbb20951.tar.bz2 gentoo-2-d9170a25151cd52cd31d0932fd84e918dbb20951.zip |
use generic src_compile; error check
Diffstat (limited to 'games-misc/robotfindskitten')
-rw-r--r-- | games-misc/robotfindskitten/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild | 9 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games-misc/robotfindskitten/ChangeLog b/games-misc/robotfindskitten/ChangeLog index e74d13e27fe3..df1a89814173 100644 --- a/games-misc/robotfindskitten/ChangeLog +++ b/games-misc/robotfindskitten/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/robotfindskitten -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/robotfindskitten/ChangeLog,v 1.1 2004/01/03 22:32:18 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/robotfindskitten/ChangeLog,v 1.2 2004/04/27 01:59:18 mr_bones_ Exp $ + + 26 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + robotfindskitten-1.4142135.349.ebuild: + use generic src_compile; error check *robotfindskitten-1.4142135.349 (03 Jan 2004) diff --git a/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild b/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild index ed2c836e82ff..c3ef2d0bb778 100644 --- a/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild +++ b/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.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-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild,v 1.2 2004/02/20 06:43:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/robotfindskitten/robotfindskitten-1.4142135.349.ebuild,v 1.3 2004/04/27 01:59:18 mr_bones_ Exp $ inherit games @@ -14,13 +14,8 @@ KEYWORDS="x86 sparc amd64" DEPEND="sys-libs/ncurses" -src_compile() { - egamesconf || die - emake || die -} - src_install() { - dogamesbin src/robotfindskitten + dogamesbin src/robotfindskitten || die "dogamesbin failed" doinfo doc/robotfindskitten.info dodoc AUTHORS BUGS ChangeLog NEWS README } |