Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/unbound: unbound-1.4.14.ebuild unbound-1.4.15.ebuild unbound-1.4.16.ebuild unbound-1.4.13_p2.ebuild ChangeLog
Date: Mon, 27 Feb 2012 14:07:12
Message-Id: 20120227140700.4F8BD2004B@flycatcher.gentoo.org
1 patrick 12/02/27 14:07:00
2
3 Modified: unbound-1.4.14.ebuild unbound-1.4.15.ebuild
4 unbound-1.4.16.ebuild unbound-1.4.13_p2.ebuild
5 ChangeLog
6 Log:
7 Restricting pypy and jython
8
9 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 net-dns/unbound/unbound-1.4.14.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.14.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.14.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.14.ebuild?r1=1.1&r2=1.2
17
18 Index: unbound-1.4.14.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.14.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- unbound-1.4.14.ebuild 26 Dec 2011 13:41:51 -0000 1.1
25 +++ unbound-1.4.14.ebuild 27 Feb 2012 14:07:00 -0000 1.2
26 @@ -1,11 +1,11 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.14.ebuild,v 1.1 2011/12/26 13:41:51 matsuu Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.14.ebuild,v 1.2 2012/02/27 14:07:00 patrick Exp $
32
33 EAPI="3"
34 PYTHON_DEPEND="python? 2"
35 SUPPORT_PYTHON_ABIS="1"
36 -RESTRICT_PYTHON_ABIS="3.*"
37 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
38
39 inherit eutils flag-o-matic python
40
41
42
43
44 1.2 net-dns/unbound/unbound-1.4.15.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild?r1=1.1&r2=1.2
49
50 Index: unbound-1.4.15.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- unbound-1.4.15.ebuild 30 Jan 2012 15:58:00 -0000 1.1
57 +++ unbound-1.4.15.ebuild 27 Feb 2012 14:07:00 -0000 1.2
58 @@ -1,11 +1,11 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild,v 1.1 2012/01/30 15:58:00 matsuu Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.15.ebuild,v 1.2 2012/02/27 14:07:00 patrick Exp $
63
64 EAPI="3"
65 PYTHON_DEPEND="python? 2"
66 SUPPORT_PYTHON_ABIS="1"
67 -RESTRICT_PYTHON_ABIS="3.*"
68 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
69
70 inherit eutils flag-o-matic python
71
72
73
74
75 1.3 net-dns/unbound/unbound-1.4.16.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild?rev=1.3&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild?rev=1.3&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild?r1=1.2&r2=1.3
80
81 Index: unbound-1.4.16.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v
84 retrieving revision 1.2
85 retrieving revision 1.3
86 diff -u -r1.2 -r1.3
87 --- unbound-1.4.16.ebuild 8 Feb 2012 20:35:31 -0000 1.2
88 +++ unbound-1.4.16.ebuild 27 Feb 2012 14:07:00 -0000 1.3
89 @@ -1,11 +1,11 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v 1.2 2012/02/08 20:35:31 swift Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v 1.3 2012/02/27 14:07:00 patrick Exp $
94
95 EAPI="3"
96 PYTHON_DEPEND="python? 2"
97 SUPPORT_PYTHON_ABIS="1"
98 -RESTRICT_PYTHON_ABIS="3.*"
99 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
100
101 inherit eutils flag-o-matic python
102
103
104
105
106 1.4 net-dns/unbound/unbound-1.4.13_p2.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild?rev=1.4&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild?rev=1.4&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild?r1=1.3&r2=1.4
111
112 Index: unbound-1.4.13_p2.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild,v
115 retrieving revision 1.3
116 retrieving revision 1.4
117 diff -u -r1.3 -r1.4
118 --- unbound-1.4.13_p2.ebuild 4 Jan 2012 17:39:58 -0000 1.3
119 +++ unbound-1.4.13_p2.ebuild 27 Feb 2012 14:07:00 -0000 1.4
120 @@ -1,11 +1,11 @@
121 # Copyright 1999-2012 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild,v 1.3 2012/01/04 17:39:58 phajdan.jr Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild,v 1.4 2012/02/27 14:07:00 patrick Exp $
125
126 EAPI="3"
127 PYTHON_DEPEND="python? 2"
128 SUPPORT_PYTHON_ABIS="1"
129 -RESTRICT_PYTHON_ABIS="3.*"
130 +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
131
132 MY_P="${P/_p/p}"
133
134
135
136
137 1.38 net-dns/unbound/ChangeLog
138
139 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.38&view=markup
140 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.38&content-type=text/plain
141 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?r1=1.37&r2=1.38
142
143 Index: ChangeLog
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v
146 retrieving revision 1.37
147 retrieving revision 1.38
148 diff -u -r1.37 -r1.38
149 --- ChangeLog 8 Feb 2012 20:35:31 -0000 1.37
150 +++ ChangeLog 27 Feb 2012 14:07:00 -0000 1.38
151 @@ -1,6 +1,10 @@
152 # ChangeLog for net-dns/unbound
153 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
154 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.37 2012/02/08 20:35:31 swift Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.38 2012/02/27 14:07:00 patrick Exp $
156 +
157 + 27 Feb 2012; Patrick Lauer <patrick@g.o> unbound-1.4.13_p2.ebuild,
158 + unbound-1.4.14.ebuild, unbound-1.4.15.ebuild, unbound-1.4.16.ebuild:
159 + Restricting pypy and jython
160
161 08 Feb 2012; <swift@g.o> unbound-1.4.16.ebuild:
162 Adding USE=selinux dependency on selinux-bind, bug #402601