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/chickens: chickens-0.2.4.ebuild ChangeLog
Date: Thu, 02 Apr 2009 18:53:59
Message-Id: E1LpS32-0007B9-M0@stork.gentoo.org
1 mr_bones_ 09/04/02 18:53:56
2
3 Modified: chickens-0.2.4.ebuild ChangeLog
4 Log:
5 configure isn't an autoconf script so don't try to treat it like one.
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.14 games-action/chickens/chickens-0.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?r1=1.13&r2=1.14
14
15 Index: chickens-0.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- chickens-0.2.4.ebuild 29 Jan 2009 02:46:23 -0000 1.13
22 +++ chickens-0.2.4.ebuild 2 Apr 2009 18:53:56 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.13 2009/01/29 02:46:23 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.14 2009/04/02 18:53:56 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils games
31 @@ -30,9 +30,15 @@
32 -e "s:\"sound/:\"${GAMES_DATADIR}/${PN}/sound/:" \
33 -e "s:\"dat/:\"${GAMES_DATADIR}/${PN}/dat/:" main.cpp README \
34 || die "sed failed"
35 - sed -i '/^CPPFLAGS/d' configure || die "sed failed"
36 + sed -i \
37 + -e '/^CPPFLAGS/d' \
38 + configure \
39 + || die "sed failed"
40 }
41
42 +src_configure() {
43 + ./configure || die
44 +}
45 src_install() {
46 dogamesbin ${PN} || die "dogamesbin failed"
47 insinto "${GAMES_DATADIR}"/${PN}
48
49
50
51 1.14 games-action/chickens/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chickens/ChangeLog?rev=1.14&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chickens/ChangeLog?rev=1.14&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/chickens/ChangeLog?r1=1.13&r2=1.14
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v
60 retrieving revision 1.13
61 retrieving revision 1.14
62 diff -u -r1.13 -r1.14
63 --- ChangeLog 29 Jan 2009 02:46:23 -0000 1.13
64 +++ ChangeLog 2 Apr 2009 18:53:56 -0000 1.14
65 @@ -1,6 +1,10 @@
66 # ChangeLog for games-action/chickens
67 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.13 2009/01/29 02:46:23 mr_bones_ Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.14 2009/04/02 18:53:56 mr_bones_ Exp $
70 +
71 + 02 Apr 2009; Michael Sterrett <mr_bones_@g.o>
72 + chickens-0.2.4.ebuild:
73 + configure isn't an autoconf script so don't try to treat it like one.
74
75 29 Jan 2009; Michael Sterrett <mr_bones_@g.o>
76 chickens-0.2.4.ebuild: