diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-02 16:16:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-02 16:16:16 +0000 |
commit | 7c1362693e0bb2770a587b223ee6972f98b1963f (patch) | |
tree | f85370917e5e7d4ddc192145f8cf76965c9fb05a | |
parent | amd64/x86 stable, bug #297680 (diff) | |
download | gentoo-2-7c1362693e0bb2770a587b223ee6972f98b1963f.tar.gz gentoo-2-7c1362693e0bb2770a587b223ee6972f98b1963f.tar.bz2 gentoo-2-7c1362693e0bb2770a587b223ee6972f98b1963f.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r3.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r3.ebuild b/games-action/0verkill/0verkill-0.16-r3.ebuild index 9f764a0688da..cbc9f502c002 100644 --- a/games-action/0verkill/0verkill-0.16-r3.ebuild +++ b/games-action/0verkill/0verkill-0.16-r3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.5 2008/03/07 23:54:07 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.6 2010/01/02 16:16:16 mr_bones_ Exp $ +EAPI=2 inherit autotools eutils games DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART" @@ -15,9 +16,7 @@ IUSE="X" DEPEND="X? ( x11-libs/libXpm )" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch \ "${FILESDIR}"/${P}-docs.patch \ "${FILESDIR}"/${P}-home-overflow.patch \ @@ -36,9 +35,8 @@ src_unpack() { eautoreconf } -src_compile() { - egamesconf $(use_with X x) || die - emake || die "emake failed" +src_configure() { + egamesconf $(use_with X x) } src_install() { |