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.12.ebuild ChangeLog
@ 2015-01-27 10:41 Matthias Maier (tamiko)
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Maier (tamiko) @ 2015-01-27 10:41 UTC (permalink / raw
  To: gentoo-commits

tamiko      15/01/27 10:41:17

  Modified:             ChangeLog
  Added:                libvirt-python-1.2.12.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	24 Dec 2014 15:09:19 -0000	1.28
+++ ChangeLog	27 Jan 2015 10:41:17 -0000	1.29
@@ -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.28 2014/12/24 15:09:19 tamiko Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.29 2015/01/27 10:41:17 tamiko Exp $
+
+*libvirt-python-1.2.12 (27 Jan 2015)
+
+  27 Jan 2015; Matthias Maier <tamiko@gentoo.org> +libvirt-python-1.2.12.ebuild:
+  version bump
 
   24 Dec 2014; Matthias Maier <tamiko@gentoo.org> -libvirt-python-1.2.9.ebuild:
   drop old



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

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

Index: libvirt-python-1.2.12.ebuild
===================================================================
# Copyright 1999-2015 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.12.ebuild,v 1.1 2015/01/27 10:41:17 tamiko Exp $

EAPI=5

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

AUTOTOOLIZE=yes

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

inherit eutils distutils-r1

if [[ ${PV} = *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
	SRC_URI=""
	KEYWORDS=""
	RDEPEND="app-emulation/libvirt:=[-python(-)]"
else
	SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
	RDEPEND="app-emulation/libvirt:0/${PV}"
fi
S="${WORKDIR}/${P%_rc*}"

DESCRIPTION="libvirt Python bindings"
HOMEPAGE="http://www.libvirt.org"
LICENSE="LGPL-2"
SLOT="0"
IUSE="test"

DEPEND="${RDEPEND}
	virtual/pkgconfig
	test? ( dev-python/lxml[${PYTHON_USEDEP}]
		dev-python/nose[${PYTHON_USEDEP}] )"

# testsuite is currently not included in upstream tarball
RESTRICT="test"

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.12.ebuild ChangeLog
@ 2015-03-13 13:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-13 13:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/13 13:53:25

  Modified:             libvirt-python-1.2.12.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543044
  
  (Portage version: 2.2.14/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.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.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.12.ebuild?r1=1.1&r2=1.2

Index: libvirt-python-1.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-python-1.2.12.ebuild	27 Jan 2015 10:41:17 -0000	1.1
+++ libvirt-python-1.2.12.ebuild	13 Mar 2015 13:53:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.12.ebuild,v 1.1 2015/01/27 10:41:17 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild,v 1.2 2015/03/13 13:53:25 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 	RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
 	SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 	RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"



1.31                 dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	13 Mar 2015 12:36:59 -0000	1.30
+++ ChangeLog	13 Mar 2015 13:53:25 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libvirt-python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.30 2015/03/13 12:36:59 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.31 2015/03/13 13:53:25 ago Exp $
+
+  13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.12.ebuild:
+  Stable for amd64, wrt bug #543044
 
 *libvirt-python-1.2.13 (13 Mar 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.12.ebuild ChangeLog
@ 2015-03-13 13:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-13 13:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/13 13:53:43

  Modified:             libvirt-python-1.2.12.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #543044
  
  (Portage version: 2.2.14/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.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.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.12.ebuild?r1=1.2&r2=1.3

Index: libvirt-python-1.2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvirt-python-1.2.12.ebuild	13 Mar 2015 13:53:25 -0000	1.2
+++ libvirt-python-1.2.12.ebuild	13 Mar 2015 13:53:43 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.12.ebuild,v 1.2 2015/03/13 13:53:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.12.ebuild,v 1.3 2015/03/13 13:53:43 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 	RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
 	SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 	RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"



1.32                 dev-python/libvirt-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	13 Mar 2015 13:53:25 -0000	1.31
+++ ChangeLog	13 Mar 2015 13:53:43 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libvirt-python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.31 2015/03/13 13:53:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.32 2015/03/13 13:53:43 ago Exp $
+
+  13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.12.ebuild:
+  Stable for x86, wrt bug #543044
 
   13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-python-1.2.12.ebuild:
   Stable for amd64, wrt bug #543044





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

end of thread, other threads:[~2015-03-13 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 13:53 [gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.12.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-13 13:53 Agostino Sarubbo (ago)
2015-01-27 10:41 Matthias Maier (tamiko)

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