Gentoo Archives: gentoo-commits

From: "Stephanie J. Lockwood-Childs (wormo)" <wormo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/btyacc: btyacc-3.0.ebuild ChangeLog
Date: Fri, 31 Oct 2008 06:19:19
Message-Id: E1KvnLo-0000bg-VW@stork.gentoo.org
1 wormo 08/10/31 06:19:16
2
3 Modified: btyacc-3.0.ebuild ChangeLog
4 Log:
5 include missing header since gcc-4.3 is pickier about such things,
6 patch courtesy of Elias Pipping (bug #240950)
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.8 dev-util/btyacc/btyacc-3.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild?r1=1.7&r2=1.8
15
16 Index: btyacc-3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- btyacc-3.0.ebuild 24 Apr 2005 12:44:30 -0000 1.7
23 +++ btyacc-3.0.ebuild 31 Oct 2008 06:19:16 -0000 1.8
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2005 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.7 2005/04/24 12:44:30 hansmi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.8 2008/10/31 06:19:16 wormo Exp $
30 +
31 +inherit eutils
32
33 MY_P=${P/./-}
34 IUSE=""
35 @@ -12,7 +14,13 @@
36 SLOT="0"
37 KEYWORDS="x86 ppc"
38 DEPEND="virtual/libc"
39 -S=${WORKDIR}
40 +S="${WORKDIR}"
41 +
42 +src_unpack() {
43 + unpack ${A}
44 + cd "${S}"
45 + epatch "${FILESDIR}/${P}-includes.patch"
46 +}
47
48 src_compile() {
49 emake CFLAGS="${CFLAGS}" LDFLAGS= || die
50
51
52
53 1.9 dev-util/btyacc/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?rev=1.9&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?rev=1.9&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/ChangeLog?r1=1.8&r2=1.9
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v
62 retrieving revision 1.8
63 retrieving revision 1.9
64 diff -u -r1.8 -r1.9
65 --- ChangeLog 15 May 2007 09:10:31 -0000 1.8
66 +++ ChangeLog 31 Oct 2008 06:19:16 -0000 1.9
67 @@ -1,6 +1,11 @@
68 # ChangeLog for dev-util/btyacc
69 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.8 2007/05/15 09:10:31 bangert Exp $
71 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.9 2008/10/31 06:19:16 wormo Exp $
73 +
74 + 31 Oct 2008; Stephanie Lockwood-Childs <wormo@g.o>
75 + +files/btyacc-3.0-includes.patch, btyacc-3.0.ebuild:
76 + include missing header since gcc-4.3 is pickier about such things,
77 + patch courtesy of Elias Pipping (bug #240950)
78
79 14 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
80 add <herd>no-herd</herd>