Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/pdns: pdns-3.3.1.ebuild pdns-3.4.0-r1.ebuild ChangeLog pdns-3.4.1.ebuild pdns-3.4.0.ebuild
Date: Sun, 28 Dec 2014 16:19:32
Message-Id: 20141228161925.74B22E5B7@oystercatcher.gentoo.org
1 titanofold 14/12/28 16:19:25
2
3 Modified: pdns-3.3.1.ebuild pdns-3.4.0-r1.ebuild ChangeLog
4 pdns-3.4.1.ebuild pdns-3.4.0.ebuild
5 Log:
6 Rename virtual/postgresql to dev-db/postgresql
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
9
10 Revision Changes Path
11 1.8 net-dns/pdns/pdns-3.3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.3.1.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.3.1.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.3.1.ebuild?r1=1.7&r2=1.8
16
17 Index: pdns-3.3.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.3.1.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- pdns-3.3.1.ebuild 3 Nov 2014 13:33:17 -0000 1.7
24 +++ pdns-3.3.1.ebuild 28 Dec 2014 16:19:25 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.3.1.ebuild,v 1.7 2014/11/03 13:33:17 titanofold Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.3.1.ebuild,v 1.8 2014/12/28 16:19:25 titanofold Exp $
30
31 EAPI=5
32
33 @@ -31,7 +31,7 @@
34 cryptopp? ( dev-libs/crypto++ )
35 lua? ( dev-lang/lua )
36 mysql? ( virtual/mysql )
37 - postgres? ( virtual/postgresql:= )
38 + postgres? ( dev-db/postgresql:= )
39 ldap? ( >=net-nds/openldap-2.0.27-r4 )
40 sqlite? ( dev-db/sqlite:3 )
41 odbc? ( dev-db/unixODBC )
42 @@ -47,7 +47,7 @@
43 cryptopp? ( dev-libs/crypto++[static-libs(+)] )
44 lua? ( dev-lang/lua[static-libs(+)] )
45 mysql? ( virtual/mysql[static-libs(+)] )
46 - postgres? ( virtual/postgresql[static-libs(+)] )
47 + postgres? ( dev-db/postgresql[static-libs(+)] )
48 ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
49 sqlite? ( dev-db/sqlite:3[static-libs(+)] )
50 odbc? ( dev-db/unixODBC[static-libs(+)] )
51
52
53
54 1.3 net-dns/pdns/pdns-3.4.0-r1.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild?r1=1.2&r2=1.3
59
60 Index: pdns-3.4.0-r1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- pdns-3.4.0-r1.ebuild 9 Dec 2014 19:57:16 -0000 1.2
67 +++ pdns-3.4.0-r1.ebuild 28 Dec 2014 16:19:25 -0000 1.3
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2014 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild,v 1.2 2014/12/09 19:57:16 swegener Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild,v 1.3 2014/12/28 16:19:25 titanofold Exp $
73
74 EAPI=5
75
76 @@ -30,7 +30,7 @@
77 cryptopp? ( dev-libs/crypto++ )
78 lua? ( dev-lang/lua )
79 mysql? ( virtual/mysql )
80 - postgres? ( virtual/postgresql:= )
81 + postgres? ( dev-db/postgresql:= )
82 ldap? ( >=net-nds/openldap-2.0.27-r4 )
83 sqlite? ( dev-db/sqlite:3 )
84 odbc? ( dev-db/unixODBC )
85 @@ -46,7 +46,7 @@
86 cryptopp? ( dev-libs/crypto++[static-libs(+)] )
87 lua? ( dev-lang/lua[static-libs(+)] )
88 mysql? ( virtual/mysql[static-libs(+)] )
89 - postgres? ( virtual/postgresql[static-libs(+)] )
90 + postgres? ( dev-db/postgresql[static-libs(+)] )
91 ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
92 sqlite? ( dev-db/sqlite:3[static-libs(+)] )
93 odbc? ( dev-db/unixODBC[static-libs(+)] )
94
95
96
97 1.103 net-dns/pdns/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.103&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.103&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?r1=1.102&r2=1.103
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v
106 retrieving revision 1.102
107 retrieving revision 1.103
108 diff -u -r1.102 -r1.103
109 --- ChangeLog 9 Dec 2014 19:57:16 -0000 1.102
110 +++ ChangeLog 28 Dec 2014 16:19:25 -0000 1.103
111 @@ -1,6 +1,10 @@
112 # ChangeLog for net-dns/pdns
113 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.102 2014/12/09 19:57:16 swegener Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.103 2014/12/28 16:19:25 titanofold Exp $
116 +
117 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o> pdns-3.3.1.ebuild,
118 + pdns-3.4.0.ebuild, pdns-3.4.0-r1.ebuild, pdns-3.4.1.ebuild:
119 + Rename virtual/postgresql to dev-db/postgresql
120
121 09 Dec 2014; Sven Wegener <swegener@g.o> pdns-3.4.0-r1.ebuild,
122 pdns-3.4.1.ebuild:
123
124
125
126 1.3 net-dns/pdns/pdns-3.4.1.ebuild
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild?rev=1.3&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild?rev=1.3&content-type=text/plain
130 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild?r1=1.2&r2=1.3
131
132 Index: pdns-3.4.1.ebuild
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild,v
135 retrieving revision 1.2
136 retrieving revision 1.3
137 diff -u -r1.2 -r1.3
138 --- pdns-3.4.1.ebuild 9 Dec 2014 19:57:16 -0000 1.2
139 +++ pdns-3.4.1.ebuild 28 Dec 2014 16:19:25 -0000 1.3
140 @@ -1,6 +1,6 @@
141 # Copyright 1999-2014 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild,v 1.2 2014/12/09 19:57:16 swegener Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild,v 1.3 2014/12/28 16:19:25 titanofold Exp $
145
146 EAPI=5
147
148 @@ -30,7 +30,7 @@
149 cryptopp? ( dev-libs/crypto++ )
150 lua? ( dev-lang/lua )
151 mysql? ( virtual/mysql )
152 - postgres? ( virtual/postgresql:= )
153 + postgres? ( dev-db/postgresql:= )
154 ldap? ( >=net-nds/openldap-2.0.27-r4 )
155 sqlite? ( dev-db/sqlite:3 )
156 odbc? ( dev-db/unixODBC )
157 @@ -46,7 +46,7 @@
158 cryptopp? ( dev-libs/crypto++[static-libs(+)] )
159 lua? ( dev-lang/lua[static-libs(+)] )
160 mysql? ( virtual/mysql[static-libs(+)] )
161 - postgres? ( virtual/postgresql[static-libs(+)] )
162 + postgres? ( dev-db/postgresql[static-libs(+)] )
163 ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
164 sqlite? ( dev-db/sqlite:3[static-libs(+)] )
165 odbc? ( dev-db/unixODBC[static-libs(+)] )
166
167
168
169 1.3 net-dns/pdns/pdns-3.4.0.ebuild
170
171 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild?rev=1.3&view=markup
172 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild?rev=1.3&content-type=text/plain
173 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild?r1=1.2&r2=1.3
174
175 Index: pdns-3.4.0.ebuild
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild,v
178 retrieving revision 1.2
179 retrieving revision 1.3
180 diff -u -r1.2 -r1.3
181 --- pdns-3.4.0.ebuild 3 Nov 2014 13:33:17 -0000 1.2
182 +++ pdns-3.4.0.ebuild 28 Dec 2014 16:19:25 -0000 1.3
183 @@ -1,6 +1,6 @@
184 # Copyright 1999-2014 Gentoo Foundation
185 # Distributed under the terms of the GNU General Public License v2
186 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild,v 1.2 2014/11/03 13:33:17 titanofold Exp $
187 +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild,v 1.3 2014/12/28 16:19:25 titanofold Exp $
188
189 EAPI=5
190
191 @@ -30,7 +30,7 @@
192 cryptopp? ( dev-libs/crypto++ )
193 lua? ( dev-lang/lua )
194 mysql? ( virtual/mysql )
195 - postgres? ( virtual/postgresql:= )
196 + postgres? ( dev-db/postgresql:= )
197 ldap? ( >=net-nds/openldap-2.0.27-r4 )
198 sqlite? ( dev-db/sqlite:3 )
199 odbc? ( dev-db/unixODBC )
200 @@ -45,7 +45,7 @@
201 cryptopp? ( dev-libs/crypto++[static-libs(+)] )
202 lua? ( dev-lang/lua[static-libs(+)] )
203 mysql? ( virtual/mysql[static-libs(+)] )
204 - postgres? ( virtual/postgresql[static-libs(+)] )
205 + postgres? ( dev-db/postgresql[static-libs(+)] )
206 ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
207 sqlite? ( dev-db/sqlite:3[static-libs(+)] )
208 odbc? ( dev-db/unixODBC[static-libs(+)] )