Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/bison: ChangeLog bison-2.5.ebuild
Date: Sun, 31 Jul 2011 17:27:00
Message-Id: 20110731172647.F1D292004B@flycatcher.gentoo.org
1 mattst88 11/07/31 17:26:47
2
3 Modified: ChangeLog bison-2.5.ebuild
4 Log:
5 Bump m4 requirement to 1.4.16, bug 375637. Also move it from RDEPEND back to DEPEND. It was originally moved in 2006 as a hack.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.106 sys-devel/bison/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.106&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.106&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.105&r2=1.106
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v
19 retrieving revision 1.105
20 retrieving revision 1.106
21 diff -u -r1.105 -r1.106
22 --- ChangeLog 8 Jun 2011 13:15:01 -0000 1.105
23 +++ ChangeLog 31 Jul 2011 17:26:47 -0000 1.106
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/bison
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.105 2011/06/08 13:15:01 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.106 2011/07/31 17:26:47 mattst88 Exp $
29 +
30 + 31 Jul 2011; Matt Turner <mattst88@g.o> bison-2.5.ebuild:
31 + Bump m4 requirement to 1.4.16, bug 375637. Also move it from RDEPEND back to
32 + DEPEND. It was originally moved in 2006 as a hack.
33
34 08 Jun 2011; Kacper Kowalik <xarthisius@g.o> bison-2.4.3.ebuild:
35 ppc64 stable wrt #367575
36
37
38
39 1.2 sys-devel/bison/bison-2.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.ebuild?r1=1.1&r2=1.2
44
45 Index: bison-2.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- bison-2.5.ebuild 16 May 2011 19:37:21 -0000 1.1
52 +++ bison-2.5.ebuild 31 Jul 2011 17:26:47 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.1 2011/05/16 19:37:21 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.ebuild,v 1.2 2011/07/31 17:26:47 mattst88 Exp $
58
59 EAPI="2"
60
61 @@ -15,8 +15,9 @@
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
63 IUSE="nls static"
64
65 -DEPEND="nls? ( sys-devel/gettext )"
66 -RDEPEND="sys-devel/m4"
67 +RDEPEND=""
68 +DEPEND="nls? ( sys-devel/gettext )
69 + >=sys-devel/m4-1.4.16"
70
71 src_configure() {
72 use static && append-ldflags -static