Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.9.ebuild ChangeLog libnl-3.2.11.ebuild libnl-3.2.7.ebuild
Date: Fri, 29 Jun 2012 16:37:00
Message-Id: 20120629163647.9036B2004B@flycatcher.gentoo.org
1 jer 12/06/29 16:36:47
2
3 Modified: libnl-3.2.9.ebuild ChangeLog libnl-3.2.11.ebuild
4 libnl-3.2.7.ebuild
5 Log:
6 Replace virtual/yacc with sys-devel/bison by Joseph C. Lehner (bug #424007).
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 dev-libs/libnl/libnl-3.2.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild?r1=1.5&r2=1.6
16
17 Index: libnl-3.2.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- libnl-3.2.9.ebuild 28 May 2012 16:30:27 -0000 1.5
24 +++ libnl-3.2.9.ebuild 29 Jun 2012 16:36:47 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild,v 1.5 2012/05/28 16:30:27 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild,v 1.6 2012/06/29 16:36:47 jer Exp $
30
31 EAPI=4
32 inherit eutils multilib
33 @@ -15,7 +15,7 @@
34
35 DEPEND="
36 sys-devel/flex
37 - virtual/yacc
38 + sys-devel/bison
39 doc? (
40 <app-doc/doxygen-1.8.0[latex]
41 app-text/xmlstarlet
42
43
44
45 1.88 dev-libs/libnl/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.88&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.88&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.87&r2=1.88
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
54 retrieving revision 1.87
55 retrieving revision 1.88
56 diff -u -r1.87 -r1.88
57 --- ChangeLog 17 Jun 2012 20:00:14 -0000 1.87
58 +++ ChangeLog 29 Jun 2012 16:36:47 -0000 1.88
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-libs/libnl
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.87 2012/06/17 20:00:14 maekke Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.88 2012/06/29 16:36:47 jer Exp $
64 +
65 + 29 Jun 2012; Jeroen Roovers <jer@g.o> libnl-3.2.7.ebuild,
66 + libnl-3.2.9.ebuild, libnl-3.2.11.ebuild:
67 + Replace virtual/yacc with sys-devel/bison by Joseph C. Lehner (bug #424007).
68
69 17 Jun 2012; Markus Meier <maekke@g.o> libnl-3.2.11.ebuild:
70 add ~arm, bug #419987
71
72
73
74 1.3 dev-libs/libnl/libnl-3.2.11.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.11.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.11.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.11.ebuild?r1=1.2&r2=1.3
79
80 Index: libnl-3.2.11.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.11.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- libnl-3.2.11.ebuild 17 Jun 2012 20:00:14 -0000 1.2
87 +++ libnl-3.2.11.ebuild 29 Jun 2012 16:36:47 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.11.ebuild,v 1.2 2012/06/17 20:00:14 maekke Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.11.ebuild,v 1.3 2012/06/29 16:36:47 jer Exp $
93
94 EAPI=4
95 inherit eutils multilib
96 @@ -15,7 +15,7 @@
97
98 DEPEND="
99 sys-devel/flex
100 - virtual/yacc
101 + sys-devel/bison
102 doc? (
103 app-text/asciidoc
104 app-doc/doxygen[latex]
105
106
107
108 1.8 dev-libs/libnl/libnl-3.2.7.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.7.ebuild?rev=1.8&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.7.ebuild?rev=1.8&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.7.ebuild?r1=1.7&r2=1.8
113
114 Index: libnl-3.2.7.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.7.ebuild,v
117 retrieving revision 1.7
118 retrieving revision 1.8
119 diff -u -r1.7 -r1.8
120 --- libnl-3.2.7.ebuild 28 May 2012 16:30:27 -0000 1.7
121 +++ libnl-3.2.7.ebuild 29 Jun 2012 16:36:47 -0000 1.8
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2012 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.7.ebuild,v 1.7 2012/05/28 16:30:27 armin76 Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.7.ebuild,v 1.8 2012/06/29 16:36:47 jer Exp $
127
128 EAPI="4"
129
130 @@ -16,7 +16,7 @@
131
132 DEPEND="
133 sys-devel/flex
134 - virtual/yacc
135 + sys-devel/bison
136 "
137
138 src_prepare() {