diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2011-07-13 08:56:57 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2011-07-13 08:56:57 +0000 |
commit | daa678f1a094e101612ba1dfab5321dc089e7036 (patch) | |
tree | 3d85c50fce55482ee113600d688a03b933970841 /dev-php5 | |
parent | Add missing dep on dev-util/pkgconfig (diff) | |
download | gentoo-2-daa678f1a094e101612ba1dfab5321dc089e7036.tar.gz gentoo-2-daa678f1a094e101612ba1dfab5321dc089e7036.tar.bz2 gentoo-2-daa678f1a094e101612ba1dfab5321dc089e7036.zip |
Migrated to new git-2.eclass.
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/libvirt-php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/libvirt-php/libvirt-php-9999.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dev-php5/libvirt-php/ChangeLog b/dev-php5/libvirt-php/ChangeLog index 9e0d4655c288..b5596777d3a5 100644 --- a/dev-php5/libvirt-php/ChangeLog +++ b/dev-php5/libvirt-php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/libvirt-php # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/ChangeLog,v 1.4 2011/07/12 05:29:39 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/ChangeLog,v 1.5 2011/07/13 08:56:57 dev-zero Exp $ + + 13 Jul 2011; Tiziano Müller <dev-zero@gentoo.org> libvirt-php-9999.ebuild: + Migrated to new git-2.eclass. *libvirt-php-0.4.2 (10 Jul 2011) diff --git a/dev-php5/libvirt-php/libvirt-php-9999.ebuild b/dev-php5/libvirt-php/libvirt-php-9999.ebuild index b49aea536257..3829715693f1 100644 --- a/dev-php5/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php5/libvirt-php/libvirt-php-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=3 PHP_EXT_NAME="libvirt-php" -inherit php-ext-source-r2 git eutils +inherit php-ext-source-r2 git-2 DESCRIPTION="PHP 5 bindings for libvirt." HOMEPAGE="http://libvirt.org/php/" @@ -23,7 +23,7 @@ DEPEND="${DEPEND} doc? ( app-text/xhtml1 dev-libs/libxslt )" src_unpack() { - git_src_unpack + git-2_src_unpack # create the default modules directory to be able # to use the php-ext-source-r2 eclass to install ln -s src "${S}/modules" @@ -33,10 +33,6 @@ src_unpack() { done } -src_prepare() { - php-ext-source-r2_src_prepare -} - src_install() { php-ext-source-r2_src_install use doc && dohtml docs/* docs/graphics/* |