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 dev-games/libnw: ChangeLog libnw-1.30.02.ebuild
Date: Thu, 29 Jan 2009 01:51:51
Message-Id: E1LSM4K-0007Cc-T1@stork.gentoo.org
1 mr_bones_ 09/01/29 01:51:48
2
3 Modified: ChangeLog libnw-1.30.02.ebuild
4 Log:
5 EAPI=2; respect CC
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.9 dev-games/libnw/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 5 Sep 2008 13:18:22 -0000 1.8
22 +++ ChangeLog 29 Jan 2009 01:51:48 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-games/libnw
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.8 2008/09/05 13:18:22 nyhm Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.9 2009/01/29 01:51:48 mr_bones_ Exp $
29 +
30 + 29 Jan 2009; Michael Sterrett <mr_bones_@g.o> libnw-1.30.02.ebuild:
31 + EAPI=2; respect CC
32
33 *libnw-1.30.02 (05 Sep 2008)
34
35
36
37
38 1.2 dev-games/libnw/libnw-1.30.02.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?r1=1.1&r2=1.2
43
44 Index: libnw-1.30.02.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libnw-1.30.02.ebuild 5 Sep 2008 13:18:22 -0000 1.1
51 +++ libnw-1.30.02.ebuild 29 Jan 2009 01:51:48 -0000 1.2
52 @@ -1,6 +1,9 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.1 2008/09/05 13:18:22 nyhm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.2 2009/01/29 01:51:48 mr_bones_ Exp $
58 +
59 +EAPI=2
60 +inherit toolchain-funcs
61
62 DESCRIPTION="Tools and libraries for NWN file manipulation"
63 HOMEPAGE="http://openknights.sourceforge.net/"
64 @@ -15,6 +18,15 @@
65 sys-devel/flex"
66 RDEPEND=""
67
68 +src_prepare() {
69 + sed -i \
70 + -e '/^CC =/d' \
71 + -e '/^CXX =/d' \
72 + $(find . -name Makefile.in) \
73 + || die "sed failed"
74 + tc-export CC CXX
75 +}
76 +
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed"
79 dodoc AUTHORS ChangeLog NEWS README README.tech TODO