Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/0verkill: 0verkill-0.16-r3.ebuild
Date: Sat, 02 Jan 2010 16:16:20
Message-Id: E1NR6eH-0000TZ-4f@stork.gentoo.org
1 mr_bones_ 10/01/02 16:16:17
2
3 Modified: 0verkill-0.16-r3.ebuild
4 Log:
5 EAPI=2
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 games-action/0verkill/0verkill-0.16-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild?r1=1.5&r2=1.6
14
15 Index: 0verkill-0.16-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- 0verkill-0.16-r3.ebuild 7 Mar 2008 23:54:07 -0000 1.5
22 +++ 0verkill-0.16-r3.ebuild 2 Jan 2010 16:16:16 -0000 1.6
23 @@ -1,7 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.5 2008/03/07 23:54:07 wolf31o2 Exp $
27 +# $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 $
28
29 +EAPI=2
30 inherit autotools eutils games
31
32 DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART"
33 @@ -15,9 +16,7 @@
34
35 DEPEND="X? ( x11-libs/libXpm )"
36
37 -src_unpack() {
38 - unpack ${A}
39 - cd "${S}"
40 +src_prepare() {
41 epatch \
42 "${FILESDIR}"/${P}-docs.patch \
43 "${FILESDIR}"/${P}-home-overflow.patch \
44 @@ -36,9 +35,8 @@
45 eautoreconf
46 }
47
48 -src_compile() {
49 - egamesconf $(use_with X x) || die
50 - emake || die "emake failed"
51 +src_configure() {
52 + egamesconf $(use_with X x)
53 }
54
55 src_install() {