[gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.10.ebuild libvirt-python-9999.ebuild ChangeLog

2014-11-30 Thread Ian Delaney (idella4)
idella4 14/12/01 07:01:35

  Modified: libvirt-python-1.2.10.ebuild
libvirt-python-.ebuild ChangeLog
  Log:
  clean py3.2 add py3.4 to live ebuild, edit to comment re misfiring test phase
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/libvirt-python/libvirt-python-1.2.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?r1=1.3r2=1.4

Index: libvirt-python-1.2.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libvirt-python-1.2.10.ebuild30 Nov 2014 13:02:19 -  1.3
+++ libvirt-python-1.2.10.ebuild1 Dec 2014 07:01:35 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.3 2014/11/30 13:02:19 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.4 2014/12/01 07:01:35 idella4 Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
test? ( dev-python/lxml[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )
 
-# testsuite currently does nothing
+# testsuite currently does nothing because they left out the actual testsuite
 RESTRICT=test
 
 python_compile() {



1.3  dev-python/libvirt-python/libvirt-python-.ebuild

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

Index: libvirt-python-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvirt-python-.ebuild  17 Nov 2014 20:12:56 -  1.2
+++ libvirt-python-.ebuild  1 Dec 2014 07:01:35 -   1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-.ebuild,v 
1.2 2014/11/17 20:12:56 tamiko Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-.ebuild,v 
1.3 2014/12/01 07:01:35 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 AUTOTOOLIZE=yes
 



1.23 dev-python/libvirt-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   30 Nov 2014 13:02:19 -  1.22
+++ ChangeLog   1 Dec 2014 07:01:35 -   1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libvirt-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.22 
2014/11/30 13:02:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.23 
2014/12/01 07:01:35 idella4 Exp $
+
+  01 Dec 2014; Ian Delaney idel...@gentoo.org libvirt-python-1.2.10.ebuild,
+  libvirt-python-.ebuild:
+  clean py3.2 add py3.4 to live ebuild, edit to comment re misfiring test phase
 
   30 Nov 2014; Ian Delaney idel...@gentoo.org libvirt-python-1.2.10.ebuild:
   drop py3.2 add py3.4 support, correct deps, restrict test phase, fix qa issue






[gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.10.ebuild libvirt-python-9999.ebuild ChangeLog

2014-11-17 Thread Matthias Maier (tamiko)
tamiko  14/11/17 20:12:56

  Modified: libvirt-python-1.2.10.ebuild
libvirt-python-.ebuild ChangeLog
  Log:
  ebuild maintenance
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.2  dev-python/libvirt-python/libvirt-python-1.2.10.ebuild

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

Index: libvirt-python-1.2.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-python-1.2.10.ebuild6 Nov 2014 22:49:45 -   1.1
+++ libvirt-python-1.2.10.ebuild17 Nov 2014 20:12:56 -  1.2
@@ -1,26 +1,32 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.1 2014/11/06 22:49:45 tamiko Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v
 1.2 2014/11/17 20:12:56 tamiko Exp $
 
 EAPI=5
 
-#BACKPORTS=062ad8b2
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+AUTOTOOLIZE=yes
 
 MY_P=${P/_rc/-rc}
 
-inherit distutils-r1
+inherit eutils distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=git://libvirt.org/libvirt-python.git
+   SRC_URI=
+   KEYWORDS=
+else
+   SRC_URI=http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   KEYWORDS=~amd64 ~x86
+fi
+S=${WORKDIR}/${P%_rc*}
 
 DESCRIPTION=libvirt Python bindings
 HOMEPAGE=http://www.libvirt.org;
-SRC_URI=http://libvirt.org/sources/python/${MY_P}.tar.gz
-   ${BACKPORTS:+
-   
http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
-
 LICENSE=LGPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
 IUSE=test
 
 RDEPEND==app-emulation/libvirt-0.9.6:=[-python(-)]
@@ -28,16 +34,6 @@
virtual/pkgconfig
test? ( dev-python/lxml )
 
-S=${WORKDIR}/${P%_rc*}
-
-src_prepare() {
-   [[ -n ${BACKPORTS} ]]  \
-   EPATCH_FORCE=yes EPATCH_SUFFIX=patch 
EPATCH_SOURCE=${S}/patches \
-   epatch
-
-   distutils-r1_src_prepare
-}
-
 python_test() {
esetup.py test
 }



1.2  dev-python/libvirt-python/libvirt-python-.ebuild

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

Index: libvirt-python-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-python-.ebuild  8 Nov 2014 17:46:15 -   1.1
+++ libvirt-python-.ebuild  17 Nov 2014 20:12:56 -  1.2
@@ -1,19 +1,20 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-.ebuild,v 
1.1 2014/11/08 17:46:15 tamiko Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-.ebuild,v 
1.2 2014/11/17 20:12:56 tamiko Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+AUTOTOOLIZE=yes
 
 MY_P=${P/_rc/-rc}
 
-inherit distutils-r1
+inherit eutils distutils-r1
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI=git://libvirt.org/libvirt-python.git
-   AUTOTOOLIZE=yes
SRC_URI=
KEYWORDS=
 else



1.21 dev-python/libvirt-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.20
retrieving