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: Sun, 31 Jul 2011 18:37:03
Message-Id: 20110731183651.402692004B@flycatcher.gentoo.org
1 mattst88 11/07/31 18:36:51
2
3 Modified: ChangeLog flex-2.5.35.ebuild flex-2.5.35_p10.ebuild
4 Log:
5 Add missing sys-devel/m4 dependency, bug 376119.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.85 sys-devel/flex/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.85&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.85&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?r1=1.84&r2=1.85
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
19 retrieving revision 1.84
20 retrieving revision 1.85
21 diff -u -r1.84 -r1.85
22 --- ChangeLog 16 Nov 2010 20:32:45 -0000 1.84
23 +++ ChangeLog 31 Jul 2011 18:36:50 -0000 1.85
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/flex
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.84 2010/11/16 20:32:45 flameeyes Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.85 2011/07/31 18:36:50 mattst88 Exp $
30 +
31 + 31 Jul 2011; Matt Turner <mattst88@g.o> flex-2.5.35.ebuild,
32 + flex-2.5.35_p10.ebuild:
33 + Add missing sys-devel/m4 dependency, bug 376119.
34
35 *flex-2.5.35_p10 (16 Nov 2010)
36
37
38
39
40 1.13 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.13&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?rev=1.13&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild?r1=1.12&r2=1.13
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.12
50 retrieving revision 1.13
51 diff -u -r1.12 -r1.13
52 --- flex-2.5.35.ebuild 8 Jun 2010 19:00:00 -0000 1.12
53 +++ flex-2.5.35.ebuild 31 Jul 2011 18:36:50 -0000 1.13
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.12 2010/06/08 19:00:00 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.13 2011/07/31 18:36:50 mattst88 Exp $
60
61 inherit eutils flag-o-matic
62
63 @@ -15,7 +15,8 @@
64 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
65 IUSE="nls static"
66
67 -DEPEND="nls? ( sys-devel/gettext )"
68 +DEPEND="sys-devel/m4
69 + nls? ( sys-devel/gettext )"
70 RDEPEND=""
71
72 src_unpack() {
73
74
75
76 1.2 sys-devel/flex/flex-2.5.35_p10.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild?r1=1.1&r2=1.2
81
82 Index: flex-2.5.35_p10.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- flex-2.5.35_p10.ebuild 16 Nov 2010 20:32:45 -0000 1.1
89 +++ flex-2.5.35_p10.ebuild 31 Jul 2011 18:36:51 -0000 1.2
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2010 Gentoo Foundation
92 +# Copyright 1999-2011 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.1 2010/11/16 20:32:45 flameeyes Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35_p10.ebuild,v 1.2 2011/07/31 18:36:51 mattst88 Exp $
96
97 EAPI=2
98
99 @@ -22,7 +22,8 @@
100 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
101 IUSE="nls static"
102
103 -DEPEND="nls? ( sys-devel/gettext )"
104 +DEPEND="sys-devel/m4
105 + nls? ( sys-devel/gettext )"
106 RDEPEND=""
107
108 S=${WORKDIR}/${MY_P}