Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/libvirt-php: libvirt-php-0.4.2.ebuild libvirt-php-9999.ebuild libvirt-php-0.4.6.ebuild ChangeLog
Date: Mon, 05 Nov 2012 06:13:57
Message-Id: 20121105061337.30182215F3@flycatcher.gentoo.org
1 dev-zero 12/11/05 06:13:37
2
3 Modified: libvirt-php-0.4.2.ebuild libvirt-php-9999.ebuild
4 libvirt-php-0.4.6.ebuild ChangeLog
5 Log:
6 configure fails without xsltproc, add dev-libs/libxslt to DEPEND. Fix a small bug in DEPEND assignment.
7
8 (Portage version: 2.1.11.20/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-php/libvirt-php/libvirt-php-0.4.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild?r1=1.1&r2=1.2
16
17 Index: libvirt-php-0.4.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libvirt-php-0.4.2.ebuild 14 Dec 2011 22:30:25 -0000 1.1
24 +++ libvirt-php-0.4.2.ebuild 5 Nov 2012 06:13:37 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild,v 1.1 2011/12/14 22:30:25 mabi Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild,v 1.2 2012/11/05 06:13:37 dev-zero Exp $
31
32 EAPI=3
33
34 @@ -19,8 +19,9 @@
35
36 RDEPEND="app-emulation/libvirt
37 dev-libs/libxml2"
38 -DEPEND="${DEPEND}
39 - doc? ( app-text/xhtml1 dev-libs/libxslt )"
40 +DEPEND="${RDEPEND}
41 + dev-libs/libxslt
42 + doc? ( app-text/xhtml1 )"
43
44 src_unpack() {
45 default
46
47
48
49 1.4 dev-php/libvirt-php/libvirt-php-9999.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild?rev=1.4&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild?rev=1.4&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild?r1=1.3&r2=1.4
54
55 Index: libvirt-php-9999.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild,v
58 retrieving revision 1.3
59 retrieving revision 1.4
60 diff -u -r1.3 -r1.4
61 --- libvirt-php-9999.ebuild 19 Jul 2012 06:25:20 -0000 1.3
62 +++ libvirt-php-9999.ebuild 5 Nov 2012 06:13:37 -0000 1.4
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2012 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild,v 1.3 2012/07/19 06:25:20 dev-zero Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild,v 1.4 2012/11/05 06:13:37 dev-zero Exp $
68
69 EAPI=4
70
71 @@ -21,8 +21,9 @@
72
73 RDEPEND="app-emulation/libvirt
74 dev-libs/libxml2"
75 -DEPEND="${DEPEND}
76 - doc? ( app-text/xhtml1 dev-libs/libxslt )"
77 +DEPEND="${RDEPEND}
78 + dev-libs/libxslt
79 + doc? ( app-text/xhtml1 )"
80
81 RESTRICT="test"
82
83
84
85
86 1.2 dev-php/libvirt-php/libvirt-php-0.4.6.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.6.ebuild?rev=1.2&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.6.ebuild?rev=1.2&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.6.ebuild?r1=1.1&r2=1.2
91
92 Index: libvirt-php-0.4.6.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.6.ebuild,v
95 retrieving revision 1.1
96 retrieving revision 1.2
97 diff -u -r1.1 -r1.2
98 --- libvirt-php-0.4.6.ebuild 11 Sep 2012 20:05:57 -0000 1.1
99 +++ libvirt-php-0.4.6.ebuild 5 Nov 2012 06:13:37 -0000 1.2
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2012 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.6.ebuild,v 1.1 2012/09/11 20:05:57 cardoe Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.6.ebuild,v 1.2 2012/11/05 06:13:37 dev-zero Exp $
105
106 EAPI=4
107
108 @@ -21,8 +21,9 @@
109
110 RDEPEND="app-emulation/libvirt
111 dev-libs/libxml2"
112 -DEPEND="${DEPEND}
113 - doc? ( app-text/xhtml1 dev-libs/libxslt )"
114 +DEPEND="${RDEPEND}
115 + dev-libs/libxslt
116 + doc? ( app-text/xhtml1 )"
117
118 RESTRICT="test"
119
120
121
122
123 1.5 dev-php/libvirt-php/ChangeLog
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/ChangeLog?rev=1.5&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/ChangeLog?rev=1.5&content-type=text/plain
127 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/ChangeLog?r1=1.4&r2=1.5
128
129 Index: ChangeLog
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/ChangeLog,v
132 retrieving revision 1.4
133 retrieving revision 1.5
134 diff -u -r1.4 -r1.5
135 --- ChangeLog 11 Sep 2012 20:05:57 -0000 1.4
136 +++ ChangeLog 5 Nov 2012 06:13:37 -0000 1.5
137 @@ -1,6 +1,11 @@
138 # ChangeLog for dev-php/libvirt-php
139 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
140 -# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/ChangeLog,v 1.4 2012/09/11 20:05:57 cardoe Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/ChangeLog,v 1.5 2012/11/05 06:13:37 dev-zero Exp $
142 +
143 + 05 Nov 2012; Tiziano Müller <dev-zero@g.o> libvirt-php-0.4.2.ebuild,
144 + libvirt-php-0.4.6.ebuild, libvirt-php-9999.ebuild:
145 + configure fails without xsltproc, add dev-libs/libxslt to DEPEND. Fix a small
146 + bug in DEPEND assignment.
147
148 *libvirt-php-0.4.6 (11 Sep 2012)