summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2011-04-11 12:56:28 +0000
committerTiziano Müller <dev-zero@gentoo.org>2011-04-11 12:56:28 +0000
commitc27429984c1228c99bd80bb29c1baa6ca3e8579b (patch)
tree4762c0d63389a5d6387e524028eab226d585c52a /dev-php5
parentimported from sunrise (diff)
downloadgentoo-2-c27429984c1228c99bd80bb29c1baa6ca3e8579b.tar.gz
gentoo-2-c27429984c1228c99bd80bb29c1baa6ca3e8579b.tar.bz2
gentoo-2-c27429984c1228c99bd80bb29c1baa6ca3e8579b.zip
Removed examples USE flag.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/libvirt-php/ChangeLog6
-rw-r--r--dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild8
-rw-r--r--dev-php5/libvirt-php/libvirt-php-9999.ebuild10
3 files changed, 10 insertions, 14 deletions
diff --git a/dev-php5/libvirt-php/ChangeLog b/dev-php5/libvirt-php/ChangeLog
index d92f4c3089eb..b514c6b3bcb0 100644
--- a/dev-php5/libvirt-php/ChangeLog
+++ b/dev-php5/libvirt-php/ChangeLog
@@ -1,6 +1,10 @@
# 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.1 2011/04/11 12:39:28 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/ChangeLog,v 1.2 2011/04/11 12:56:28 dev-zero Exp $
+
+ 11 Apr 2011; Tiziano Müller <dev-zero@gentoo.org> libvirt-php-0.4.1.ebuild,
+ libvirt-php-9999.ebuild:
+ Removed examples USE flag.
*libvirt-php-9999 (11 Apr 2011)
*libvirt-php-0.4.1 (11 Apr 2011)
diff --git a/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild b/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild
index fd1c81072850..dbeff3a67156 100644
--- a/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild
+++ b/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild
@@ -1,6 +1,6 @@
# 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-0.4.1.ebuild,v 1.1 2011/04/11 12:39:28 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild,v 1.2 2011/04/11 12:56:28 dev-zero Exp $
EAPI=3
@@ -16,7 +16,7 @@ SRC_URI="http://libvirt.org/sources/php/${P}.tar.gz"
LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="doc examples"
+IUSE="doc"
RDEPEND="app-emulation/libvirt
dev-libs/libxml2"
@@ -37,8 +37,4 @@ src_unpack() {
src_install() {
php-ext-source-r2_src_install
use doc && dohtml docs/* docs/graphics/*
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
}
diff --git a/dev-php5/libvirt-php/libvirt-php-9999.ebuild b/dev-php5/libvirt-php/libvirt-php-9999.ebuild
index e6a2d4e6d8df..5904fd000987 100644
--- a/dev-php5/libvirt-php/libvirt-php-9999.ebuild
+++ b/dev-php5/libvirt-php/libvirt-php-9999.ebuild
@@ -1,6 +1,6 @@
# 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.1 2011/04/11 12:39:28 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild,v 1.2 2011/04/11 12:56:28 dev-zero Exp $
EAPI=3
@@ -15,8 +15,8 @@ EGIT_REPO_URI="git://libvirt.org/libvirt-php.git"
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS=""
-IUSE="doc examples"
+KEYWORDS="~amd64"
+IUSE="doc"
RDEPEND="app-emulation/libvirt
dev-libs/libxml2"
@@ -41,8 +41,4 @@ src_prepare() {
src_install() {
php-ext-source-r2_src_install
use doc && dohtml docs/* docs/graphics/*
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
}