diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-22 08:19:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-22 08:19:28 +0000 |
commit | 08d93fca3f6ded3f559b0e3d5e6565e085e78334 (patch) | |
tree | dfe1e84342828c1a69c035d18add8bc5125fba9f /games-puzzle | |
parent | josejx is de-facto maintainer. (diff) | |
download | gentoo-2-08d93fca3f6ded3f559b0e3d5e6565e085e78334.tar.gz gentoo-2-08d93fca3f6ded3f559b0e3d5e6565e085e78334.tar.bz2 gentoo-2-08d93fca3f6ded3f559b0e3d5e6565e085e78334.zip |
fix DESCRIPTION (bug #138134)
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/groundhog/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/groundhog/groundhog-1.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-puzzle/groundhog/ChangeLog b/games-puzzle/groundhog/ChangeLog index 7962c5eef1b0..a76731b5d26f 100644 --- a/games-puzzle/groundhog/ChangeLog +++ b/games-puzzle/groundhog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/groundhog # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.10 2006/08/15 14:48:54 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.11 2006/08/22 08:19:28 mr_bones_ Exp $ + + 22 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> groundhog-1.4.ebuild: + fix DESCRIPTION (bug #138134) 15 Aug 2006; Thomas Cort <tcort@gentoo.org> groundhog-1.4.ebuild: Stable on amd64 wrt Bug #143961. diff --git a/games-puzzle/groundhog/groundhog-1.4.ebuild b/games-puzzle/groundhog/groundhog-1.4.ebuild index 11fb0e85d09e..f58bb63bfef6 100644 --- a/games-puzzle/groundhog/groundhog-1.4.ebuild +++ b/games-puzzle/groundhog/groundhog-1.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.16 2006/08/15 14:48:54 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.17 2006/08/22 08:19:28 mr_bones_ Exp $ inherit eutils games -DESCRIPTION="Kids card/puzzle game" +DESCRIPTION="Put the balls in the pockets of the same color by manipulating a maze of tubes" HOMEPAGE="http://home-2.consunet.nl/~cb007736/groundhog.html" SRC_URI="http://home-2.consunet.nl/~cb007736/${P}.tar.gz" @@ -28,7 +28,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc README NEWS AUTHORS TODO prepgamesdirs } |