Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: talloc-2.0.8.ebuild talloc-2.1.0.ebuild talloc-2.0.8-r1.ebuild talloc-2.1.1.ebuild talloc-2.1.0-r1.ebuild ChangeLog
Date: Tue, 10 Jun 2014 00:12:40
Message-Id: 20140610001237.37B532004E@flycatcher.gentoo.org
1 vapier 14/06/10 00:12:37
2
3 Modified: talloc-2.0.8.ebuild talloc-2.1.0.ebuild
4 talloc-2.0.8-r1.ebuild talloc-2.1.1.ebuild
5 talloc-2.1.0-r1.ebuild ChangeLog
6 Log:
7 Add arm64/m68k love.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
10
11 Revision Changes Path
12 1.14 sys-libs/talloc/talloc-2.0.8.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild?r1=1.13&r2=1.14
17
18 Index: talloc-2.0.8.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- talloc-2.0.8.ebuild 11 Dec 2013 02:03:57 -0000 1.13
25 +++ talloc-2.0.8.ebuild 10 Jun 2014 00:12:36 -0000 1.14
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild,v 1.13 2013/12/11 02:03:57 jmbsvicetto Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8.ebuild,v 1.14 2014/06/10 00:12:36 vapier Exp $
32
33 EAPI=3
34 PYTHON_DEPEND="python? 2:2.6"
35 @@ -13,7 +13,7 @@
36
37 LICENSE="GPL-3"
38 SLOT="0"
39 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
40 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
41 IUSE="compat +python"
42
43 RDEPEND="!!<sys-libs/talloc-2.0.5"
44
45
46
47 1.6 sys-libs/talloc/talloc-2.1.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild?rev=1.6&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild?rev=1.6&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild?r1=1.5&r2=1.6
52
53 Index: talloc-2.1.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v
56 retrieving revision 1.5
57 retrieving revision 1.6
58 diff -u -r1.5 -r1.6
59 --- talloc-2.1.0.ebuild 11 Mar 2014 03:44:04 -0000 1.5
60 +++ talloc-2.1.0.ebuild 10 Jun 2014 00:12:36 -0000 1.6
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v 1.5 2014/03/11 03:44:04 patrick Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v 1.6 2014/06/10 00:12:36 vapier Exp $
66
67 EAPI=5
68
69 @@ -15,7 +15,7 @@
70
71 LICENSE="GPL-3"
72 SLOT="0"
73 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
74 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
75 IUSE="compat +python"
76
77 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
78
79
80
81 1.4 sys-libs/talloc/talloc-2.0.8-r1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.8-r1.ebuild?rev=1.4&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.8-r1.ebuild?rev=1.4&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.8-r1.ebuild?r1=1.3&r2=1.4
86
87 Index: talloc-2.0.8-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8-r1.ebuild,v
90 retrieving revision 1.3
91 retrieving revision 1.4
92 diff -u -r1.3 -r1.4
93 --- talloc-2.0.8-r1.ebuild 25 Aug 2013 20:01:47 -0000 1.3
94 +++ talloc-2.0.8-r1.ebuild 10 Jun 2014 00:12:37 -0000 1.4
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2013 Gentoo Foundation
97 +# Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8-r1.ebuild,v 1.3 2013/08/25 20:01:47 maekke Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.8-r1.ebuild,v 1.4 2014/06/10 00:12:37 vapier Exp $
101
102 EAPI=5
103
104 @@ -15,7 +15,7 @@
105
106 LICENSE="GPL-3"
107 SLOT="0"
108 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
109 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
110 IUSE="compat python"
111
112 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
113
114
115
116 1.2 sys-libs/talloc/talloc-2.1.1.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild?rev=1.2&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild?rev=1.2&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild?r1=1.1&r2=1.2
121
122 Index: talloc-2.1.1.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild,v
125 retrieving revision 1.1
126 retrieving revision 1.2
127 diff -u -r1.1 -r1.2
128 --- talloc-2.1.1.ebuild 23 May 2014 12:26:26 -0000 1.1
129 +++ talloc-2.1.1.ebuild 10 Jun 2014 00:12:37 -0000 1.2
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2014 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild,v 1.1 2014/05/23 12:26:26 polynomial-c Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild,v 1.2 2014/06/10 00:12:37 vapier Exp $
135
136 EAPI=5
137
138 @@ -15,7 +15,7 @@
139
140 LICENSE="GPL-3"
141 SLOT="0"
142 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
143 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
144 IUSE="compat +python"
145
146 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
147
148
149
150 1.2 sys-libs/talloc/talloc-2.1.0-r1.ebuild
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild?rev=1.2&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild?rev=1.2&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild?r1=1.1&r2=1.2
155
156 Index: talloc-2.1.0-r1.ebuild
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild,v
159 retrieving revision 1.1
160 retrieving revision 1.2
161 diff -u -r1.1 -r1.2
162 --- talloc-2.1.0-r1.ebuild 14 May 2014 22:58:08 -0000 1.1
163 +++ talloc-2.1.0-r1.ebuild 10 Jun 2014 00:12:37 -0000 1.2
164 @@ -1,6 +1,6 @@
165 # Copyright 1999-2014 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild,v 1.1 2014/05/14 22:58:08 mgorny Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild,v 1.2 2014/06/10 00:12:37 vapier Exp $
169
170 EAPI=5
171
172 @@ -15,7 +15,7 @@
173
174 LICENSE="GPL-3"
175 SLOT="0"
176 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
177 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
178 IUSE="compat +python"
179
180 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
181
182
183
184 1.67 sys-libs/talloc/ChangeLog
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.67&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.67&content-type=text/plain
188 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.66&r2=1.67
189
190 Index: ChangeLog
191 ===================================================================
192 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
193 retrieving revision 1.66
194 retrieving revision 1.67
195 diff -u -r1.66 -r1.67
196 --- ChangeLog 23 May 2014 12:26:26 -0000 1.66
197 +++ ChangeLog 10 Jun 2014 00:12:37 -0000 1.67
198 @@ -1,6 +1,11 @@
199 # ChangeLog for sys-libs/talloc
200 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
201 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.66 2014/05/23 12:26:26 polynomial-c Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.67 2014/06/10 00:12:37 vapier Exp $
203 +
204 + 10 Jun 2014; Mike Frysinger <vapier@g.o> talloc-2.0.8-r1.ebuild,
205 + talloc-2.0.8.ebuild, talloc-2.1.0-r1.ebuild, talloc-2.1.0.ebuild,
206 + talloc-2.1.1.ebuild:
207 + Add arm64/m68k love.
208
209 *talloc-2.1.1 (23 May 2014)