public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/libvirt-php: libvirt-php-9999.ebuild libvirt-php-0.4.1.ebuild ChangeLog
@ 2012-01-15 17:14 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2012-01-15 17:14 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/01/15 17:14:31

  Modified:             libvirt-php-9999.ebuild libvirt-php-0.4.1.ebuild
                        ChangeLog
  Log:
  Remove PHP_USE.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php/libvirt-php/libvirt-php-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild?r1=1.1&r2=1.2

Index: libvirt-php-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/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	14 Dec 2011 22:30:25 -0000	1.1
+++ libvirt-php-9999.ebuild	15 Jan 2012 17:14:31 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild,v 1.1 2011/12/14 22:30:25 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild,v 1.2 2012/01/15 17:14:31 olemarkus Exp $
 
 EAPI=3
 



1.2                  dev-php/libvirt-php/libvirt-php-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/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-php/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-php/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	14 Dec 2011 22:30:25 -0000	1.1
+++ libvirt-php-0.4.1.ebuild	15 Jan 2012 17:14:31 -0000	1.2
@@ -1,11 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.1.ebuild,v 1.1 2011/12/14 22:30:25 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.1.ebuild,v 1.2 2012/01/15 17:14:31 olemarkus Exp $
 
 EAPI=3
 
 PHP_EXT_NAME="php-libvirt"
-USE_PHP="php5-3 php5-2"
 
 inherit php-ext-source-r2 eutils
 



1.2                  dev-php/libvirt-php/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/libvirt-php/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	14 Dec 2011 22:30:25 -0000	1.1
+++ ChangeLog	15 Jan 2012 17:14:31 -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-php/libvirt-php/ChangeLog,v 1.1 2011/12/14 22:30:25 mabi Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/ChangeLog,v 1.2 2012/01/15 17:14:31 olemarkus Exp $
+
+  15 Jan 2012; Ole Markus With <olemarkus@gentoo.org> libvirt-php-0.4.1.ebuild,
+  libvirt-php-9999.ebuild:
+  Remove PHP_USE.
 
   13 Jul 2011; Tiziano Müller <dev-zero@gentoo.org> libvirt-php-9999.ebuild:
   Migrated to new git-2.eclass.






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-15 17:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 17:14 [gentoo-commits] gentoo-x86 commit in dev-php/libvirt-php: libvirt-php-9999.ebuild libvirt-php-0.4.1.ebuild ChangeLog Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox