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/flex: ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
Date: Tue, 06 Sep 2011 18:59:56
Message-Id: 20110906185945.3DD3420035@flycatcher.gentoo.org
1 mattst88 11/09/06 18:59:45
2
3 Modified: ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
4 Log:
5 Add test? ( sys-devel/bison ) to DEPEND (plain dev-util/yacc doesn't work), bug 381273.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.87 sys-devel/flex/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.87&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.87&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?r1=1.86&r2=1.87
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
19 retrieving revision 1.86
20 retrieving revision 1.87
21 diff -u -r1.86 -r1.87
22 --- ChangeLog 17 Aug 2011 03:46:34 -0000 1.86
23 +++ ChangeLog 6 Sep 2011 18:59:44 -0000 1.87
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-devel/flex
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.86 2011/08/17 03:46:34 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.87 2011/09/06 18:59:44 mattst88 Exp $
29 +
30 + 06 Sep 2011; Matt Turner <mattst88@g.o> flex-2.5.35.ebuild,
31 + flex-2.5.35_p10.ebuild:
32 + Add test? ( sys-devel/bison ) to DEPEND (plain dev-util/yacc doesn't work),
33 + bug 381273.
34
35 17 Aug 2011; Matt Turner <mattst88@g.o> flex-2.5.35.ebuild,
36 flex-2.5.35_p10.ebuild:
37
38
39
40 1.15 sys-devel/flex/flex-2.5.35.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?rev=1.15&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?rev=1.15&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?r1=1.14&r2=1.15
45
46 Index: flex-2.5.35.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v
49 retrieving revision 1.14
50 retrieving revision 1.15
51 diff -u -r1.14 -r1.15
52 --- flex-2.5.35.ebuild 17 Aug 2011 03:46:34 -0000 1.14
53 +++ flex-2.5.35.ebuild 6 Sep 2011 18:59:44 -0000 1.15
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.14 2011/08/17 03:46:34 mattst88 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.15 2011/09/06 18:59:44 mattst88 Exp $
59
60 inherit eutils flag-o-matic
61
62 @@ -13,11 +13,12 @@
63 LICENSE="FLEX"
64 SLOT="0"
65 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
66 -IUSE="nls static"
67 +IUSE="nls static test"
68
69 RDEPEND="sys-devel/m4"
70 DEPEND="${RDEPEND}
71 - nls? ( sys-devel/gettext )"
72 + nls? ( sys-devel/gettext )
73 + test? ( sys-devel/bison )"
74
75 src_unpack() {
76 unpack ${A}
77
78
79
80 1.4 sys-devel/flex/flex-2.5.35_p10.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.4&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.4&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?r1=1.3&r2=1.4
85
86 Index: flex-2.5.35_p10.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v
89 retrieving revision 1.3
90 retrieving revision 1.4
91 diff -u -r1.3 -r1.4
92 --- flex-2.5.35_p10.ebuild 17 Aug 2011 03:46:34 -0000 1.3
93 +++ flex-2.5.35_p10.ebuild 6 Sep 2011 18:59:45 -0000 1.4
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2011 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.3 2011/08/17 03:46:34 mattst88 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.4 2011/09/06 18:59:45 mattst88 Exp $
99
100 EAPI=2
101
102 @@ -20,11 +20,12 @@
103 LICENSE="FLEX"
104 SLOT="0"
105 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
106 -IUSE="nls static"
107 +IUSE="nls static test"
108
109 RDEPEND="sys-devel/m4"
110 DEPEND="${RDEPEND}
111 - nls? ( sys-devel/gettext )"
112 + nls? ( sys-devel/gettext )
113 + test? ( sys-devel/bison )"
114
115 S=${WORKDIR}/${MY_P}