diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 02:12:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 02:12:43 +0000 |
commit | a8866d4a501b573038149b44c08ac7dbfb50757e (patch) | |
tree | ec85d660443c00bcc31694c2deca435704f94318 /games-puzzle/seatris | |
parent | clean up (diff) | |
download | historical-a8866d4a501b573038149b44c08ac7dbfb50757e.tar.gz historical-a8866d4a501b573038149b44c08ac7dbfb50757e.tar.bz2 historical-a8866d4a501b573038149b44c08ac7dbfb50757e.zip |
EAPI=2
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.28.1 i686
Diffstat (limited to 'games-puzzle/seatris')
-rw-r--r-- | games-puzzle/seatris/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/seatris/seatris-0.0.14.ebuild | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-puzzle/seatris/ChangeLog b/games-puzzle/seatris/ChangeLog index 929d0177a1b4..2798bb31d9ad 100644 --- a/games-puzzle/seatris/ChangeLog +++ b/games-puzzle/seatris/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/seatris -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/ChangeLog,v 1.6 2006/08/15 14:52:39 tcort Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/ChangeLog,v 1.7 2009/01/29 02:12:43 mr_bones_ Exp $ + + 29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + seatris-0.0.14.ebuild: + EAPI=2 15 Aug 2006; Thomas Cort <tcort@gentoo.org> seatris-0.0.14.ebuild: Stable on amd64 wrt Bug #143961 diff --git a/games-puzzle/seatris/seatris-0.0.14.ebuild b/games-puzzle/seatris/seatris-0.0.14.ebuild index 585148d58b0b..b8ecf7429420 100644 --- a/games-puzzle/seatris/seatris-0.0.14.ebuild +++ b/games-puzzle/seatris/seatris-0.0.14.ebuild @@ -1,7 +1,8 @@ -# 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/seatris/seatris-0.0.14.ebuild,v 1.8 2008/05/15 13:04:44 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild,v 1.9 2009/01/29 02:12:43 mr_bones_ Exp $ +EAPI=2 inherit games DESCRIPTION="A color ncurses tetris clone" @@ -15,9 +16,7 @@ IUSE="" DEPEND="sys-libs/ncurses" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { sed -i \ -e "s:/var/lib/games:${GAMES_STATEDIR}:" \ scoring.h seatris.6 \ |