public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.3.ebuild ChangeLog
@ 2014-04-20 22:32 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Goldstein (cardoe) @ 2014-04-20 22:32 UTC (permalink / raw
  To: gentoo-commits

cardoe      14/04/20 22:32:24

  Modified:             ChangeLog
  Added:                libvirt-python-1.2.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)

Revision  Changes    Path
1.7                  dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	25 Jan 2014 18:17:07 -0000	1.6
+++ ChangeLog	20 Apr 2014 22:32:24 -0000	1.7
@@ -1,6 +1,11 @@
 # 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.6 2014/01/25 18:17:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.7 2014/04/20 22:32:24 cardoe Exp $
+
+*libvirt-python-1.2.3 (20 Apr 2014)
+
+  20 Apr 2014; Doug Goldstein <cardoe@gentoo.org> +libvirt-python-1.2.3.ebuild:
+  Version bump
 
   25 Jan 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.1.ebuild:
   Stable for amd64, wrt bug #498534



1.1                  dev-python/libvirt-python/libvirt-python-1.2.3.ebuild

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

Index: libvirt-python-1.2.3.ebuild
===================================================================
# 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.3.ebuild,v 1.1 2014/04/20 22:32:24 cardoe Exp $

EAPI=5

#BACKPORTS=062ad8b2

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

MY_P="${P/_rc/-rc}"

inherit distutils-r1

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(-)]"
DEPEND="${RDEPEND}
	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
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.3.ebuild ChangeLog
@ 2014-04-21  8:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-21  8:00 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/21 08:00:06

  Modified:             libvirt-python-1.2.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #502232
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-python/libvirt-python/libvirt-python-1.2.3.ebuild

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

Index: libvirt-python-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-python-1.2.3.ebuild	20 Apr 2014 22:32:24 -0000	1.1
+++ libvirt-python-1.2.3.ebuild	21 Apr 2014 08:00:06 -0000	1.2
@@ -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.3.ebuild,v 1.1 2014/04/20 22:32:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.3.ebuild,v 1.2 2014/04/21 08:00:06 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=">=app-emulation/libvirt-0.9.6:=[-python(-)]"



1.8                  dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 Apr 2014 22:32:24 -0000	1.7
+++ ChangeLog	21 Apr 2014 08:00:06 -0000	1.8
@@ -1,6 +1,9 @@
 # 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.7 2014/04/20 22:32:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.8 2014/04/21 08:00:06 ago Exp $
+
+  21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.3.ebuild:
+  Stable for amd64, wrt bug #502232
 
 *libvirt-python-1.2.3 (20 Apr 2014)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.3.ebuild ChangeLog
@ 2014-04-21  8:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-21  8:00 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/21 08:00:18

  Modified:             libvirt-python-1.2.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #502232
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/libvirt-python/libvirt-python-1.2.3.ebuild

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

Index: libvirt-python-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvirt-python-1.2.3.ebuild	21 Apr 2014 08:00:06 -0000	1.2
+++ libvirt-python-1.2.3.ebuild	21 Apr 2014 08:00:18 -0000	1.3
@@ -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.3.ebuild,v 1.2 2014/04/21 08:00:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.3.ebuild,v 1.3 2014/04/21 08:00:18 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND=">=app-emulation/libvirt-0.9.6:=[-python(-)]"



1.9                  dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	21 Apr 2014 08:00:06 -0000	1.8
+++ ChangeLog	21 Apr 2014 08:00:18 -0000	1.9
@@ -1,6 +1,9 @@
 # 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.8 2014/04/21 08:00:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.9 2014/04/21 08:00:18 ago Exp $
+
+  21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.3.ebuild:
+  Stable for x86, wrt bug #502232
 
   21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.3.ebuild:
   Stable for amd64, wrt bug #502232





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-21  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21  8:00 [gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.3.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-21  8:00 Agostino Sarubbo (ago)
2014-04-20 22:32 Doug Goldstein (cardoe)

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