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-php5/libvirt-php: ChangeLog libvirt-php-9999.ebuild
Date: Wed, 13 Jul 2011 08:57:08
Message-Id: 20110713085657.27B872004B@flycatcher.gentoo.org
1 dev-zero 11/07/13 08:56:57
2
3 Modified: ChangeLog libvirt-php-9999.ebuild
4 Log:
5 Migrated to new git-2.eclass.
6
7 (Portage version: 2.1.10.4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-php5/libvirt-php/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 12 Jul 2011 05:29:39 -0000 1.4
23 +++ ChangeLog 13 Jul 2011 08:56:57 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-php5/libvirt-php
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/ChangeLog,v 1.4 2011/07/12 05:29:39 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/ChangeLog,v 1.5 2011/07/13 08:56:57 dev-zero Exp $
29 +
30 + 13 Jul 2011; Tiziano Müller <dev-zero@g.o> libvirt-php-9999.ebuild:
31 + Migrated to new git-2.eclass.
32
33 *libvirt-php-0.4.2 (10 Jul 2011)
34
35
36
37
38 1.5 dev-php5/libvirt-php/libvirt-php-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild?r1=1.4&r2=1.5
43
44 Index: libvirt-php-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- libvirt-php-9999.ebuild 12 Jul 2011 05:29:39 -0000 1.4
51 +++ libvirt-php-9999.ebuild 13 Jul 2011 08:56:57 -0000 1.5
52 @@ -1,12 +1,12 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild,v 1.4 2011/07/12 05:29:39 dev-zero Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild,v 1.5 2011/07/13 08:56:57 dev-zero Exp $
57
58 EAPI=3
59
60 PHP_EXT_NAME="libvirt-php"
61
62 -inherit php-ext-source-r2 git eutils
63 +inherit php-ext-source-r2 git-2
64
65 DESCRIPTION="PHP 5 bindings for libvirt."
66 HOMEPAGE="http://libvirt.org/php/"
67 @@ -23,7 +23,7 @@
68 doc? ( app-text/xhtml1 dev-libs/libxslt )"
69
70 src_unpack() {
71 - git_src_unpack
72 + git-2_src_unpack
73 # create the default modules directory to be able
74 # to use the php-ext-source-r2 eclass to install
75 ln -s src "${S}/modules"
76 @@ -33,10 +33,6 @@
77 done
78 }
79
80 -src_prepare() {
81 - php-ext-source-r2_src_prepare
82 -}
83 -
84 src_install() {
85 php-ext-source-r2_src_install
86 use doc && dohtml docs/* docs/graphics/*