* [gentoo-commits] gentoo-x86 commit in dev-php5/libvirt-php: ChangeLog libvirt-php-9999.ebuild libvirt-php-0.4.1.ebuild
@ 2011-04-11 12:56 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2011-04-11 12:56 UTC (permalink / raw
To: gentoo-commits
dev-zero 11/04/11 12:56:28
Modified: ChangeLog libvirt-php-9999.ebuild
libvirt-php-0.4.1.ebuild
Log:
Removed examples USE flag.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-php5/libvirt-php/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 11 Apr 2011 12:39:28 -0000 1.1
+++ ChangeLog 11 Apr 2011 12:56:28 -0000 1.2
@@ -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)
1.2 dev-php5/libvirt-php/libvirt-php-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild?r1=1.1&r2=1.2
Index: libvirt-php-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/libvirt-php-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-php-9999.ebuild 11 Apr 2011 12:39:28 -0000 1.1
+++ libvirt-php-9999.ebuild 11 Apr 2011 12:56:28 -0000 1.2
@@ -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 @@
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_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
}
1.2 dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild?r1=1.1&r2=1.2
Index: libvirt-php-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/libvirt-php/libvirt-php-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-php-0.4.1.ebuild 11 Apr 2011 12:39:28 -0000 1.1
+++ libvirt-php-0.4.1.ebuild 11 Apr 2011 12:56:28 -0000 1.2
@@ -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 @@
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_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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-11 12:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 12:56 [gentoo-commits] gentoo-x86 commit in dev-php5/libvirt-php: ChangeLog libvirt-php-9999.ebuild libvirt-php-0.4.1.ebuild Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox