diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-11-05 23:06:58 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-11-05 23:06:58 +0000 |
commit | 6383ecaf518b4f0bf878bf7440e68d9606038945 (patch) | |
tree | d499c44911c1411b2fc5d10db948bc9c8f1c6205 /games-puzzle/textmaze | |
parent | Version bump #291981 by Rafał Mużyło. (diff) | |
download | gentoo-2-6383ecaf518b4f0bf878bf7440e68d9606038945.tar.gz gentoo-2-6383ecaf518b4f0bf878bf7440e68d9606038945.tar.bz2 gentoo-2-6383ecaf518b4f0bf878bf7440e68d9606038945.zip |
Add ~amd64 keyword; EAPI=2
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/textmaze')
-rw-r--r-- | games-puzzle/textmaze/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/textmaze/textmaze-1.2.ebuild | 17 |
2 files changed, 12 insertions, 12 deletions
diff --git a/games-puzzle/textmaze/ChangeLog b/games-puzzle/textmaze/ChangeLog index 00fec0ed19de..5a70b5489f51 100644 --- a/games-puzzle/textmaze/ChangeLog +++ b/games-puzzle/textmaze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/textmaze -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/ChangeLog,v 1.4 2008/06/26 08:44:33 opfer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/ChangeLog,v 1.5 2009/11/05 23:06:58 nyhm Exp $ + + 05 Nov 2009; Tristan Heaven <nyhm@gentoo.org> textmaze-1.2.ebuild: + Add ~amd64 keyword; EAPI=2 26 Jun 2008; Christian Faulhammer <opfer@gentoo.org> textmaze-1.2.ebuild: stable x86, bug 229491 diff --git a/games-puzzle/textmaze/textmaze-1.2.ebuild b/games-puzzle/textmaze/textmaze-1.2.ebuild index 24347f38e03d..131d30654628 100644 --- a/games-puzzle/textmaze/textmaze-1.2.ebuild +++ b/games-puzzle/textmaze/textmaze-1.2.ebuild @@ -1,28 +1,25 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/textmaze-1.2.ebuild,v 1.3 2008/06/26 08:44:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/textmaze/textmaze-1.2.ebuild,v 1.4 2009/11/05 23:06:58 nyhm Exp $ +EAPI=2 inherit games MY_P=${PN}_v${PV} - DESCRIPTION="An ncurses-based maze solving game written in Perl" HOMEPAGE="http://freshmeat.net/projects/textmaze/" SRC_URI="http://www.robobunny.com/projects/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" -DEPEND="dev-perl/Curses" - -S="${WORKDIR}/TextMaze" +RDEPEND="dev-perl/Curses" -src_unpack() { - unpack ${A} - cd "${S}" +S=${WORKDIR}/TextMaze +src_prepare() { sed -i \ -e "s#/usr/local/bin/perl#/usr/bin/perl#" \ textmaze \ |