Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/flex: ChangeLog flex-2.5.37.ebuild
Date: Tue, 01 Jan 2013 19:22:46
Message-Id: 20130101192236.F2D732171D@flycatcher.gentoo.org
1 armin76 13/01/01 19:22:36
2
3 Modified: ChangeLog flex-2.5.37.ebuild
4 Log:
5 m68k/s390/sh stable wrt #447964
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
8
9 Revision Changes Path
10 1.109 sys-devel/flex/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.109&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?rev=1.109&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/ChangeLog?r1=1.108&r2=1.109
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v
19 retrieving revision 1.108
20 retrieving revision 1.109
21 diff -u -r1.108 -r1.109
22 --- ChangeLog 1 Jan 2013 08:23:12 -0000 1.108
23 +++ ChangeLog 1 Jan 2013 19:22:36 -0000 1.109
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/flex
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.108 2013/01/01 08:23:12 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/ChangeLog,v 1.109 2013/01/01 19:22:36 armin76 Exp $
29 +
30 + 01 Jan 2013; Raúl Porcel <armin76@g.o> flex-2.5.37.ebuild:
31 + m68k/s390/sh stable wrt #447964
32
33 01 Jan 2013; Agostino Sarubbo <ago@g.o> flex-2.5.37.ebuild:
34 Stable for arm, wrt bug #447964
35
36
37
38 1.12 sys-devel/flex/flex-2.5.37.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild?r1=1.11&r2=1.12
43
44 Index: flex-2.5.37.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- flex-2.5.37.ebuild 1 Jan 2013 08:23:12 -0000 1.11
51 +++ flex-2.5.37.ebuild 1 Jan 2013 19:22:36 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.11 2013/01/01 08:23:12 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.12 2013/01/01 19:22:36 armin76 Exp $
57
58 EAPI="3"
59
60 @@ -18,7 +18,7 @@
61
62 LICENSE="FLEX"
63 SLOT="0"
64 -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
65 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
66 IUSE="nls static test"
67
68 # We want bison explicitly and not yacc in general #381273