public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.10.0.ebuild ChangeLog
@ 2013-06-28  3:09 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Goldstein (cardoe) @ 2013-06-28  3:09 UTC (permalink / raw
  To: gentoo-commits

cardoe      13/06/28 03:09:43

  Modified:             virt-manager-0.10.0.ebuild ChangeLog
  Log:
  VNC and SPICE aren't optional and are always imported so we can't make them optional.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)

Revision  Changes    Path
1.5                  app-emulation/virt-manager/virt-manager-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.4&r2=1.5

Index: virt-manager-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virt-manager-0.10.0.ebuild	25 Jun 2013 17:28:53 -0000	1.4
+++ virt-manager-0.10.0.ebuild	28 Jun 2013 03:09:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.4 2013/06/25 17:28:53 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.5 2013/06/28 03:09:43 cardoe Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="gnome-keyring policykit sasl +spice +vnc"
+IUSE="gnome-keyring policykit sasl"
 
 RDEPEND="!app-emulation/virtinst
 	x11-libs/gtk+:3[introspection]
@@ -37,11 +37,11 @@
 	dev-python/ipaddr[${PYTHON_USEDEP}]
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	dev-python/urlgrabber[${PYTHON_USEDEP}]
+	>=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]
+	net-misc/spice-gtk[gtk3,introspection,python,sasl?]
 	x11-libs/vte:2.90[introspection]
 	gnome-keyring? ( dev-python/gnome-keyring-python )
-	policykit? ( sys-auth/polkit )
-	spice? ( net-misc/spice-gtk[gtk3,introspection,python,sasl?] )
-	vnc? ( >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}] )"
+	policykit? ( sys-auth/polkit )"
 DEPEND="${RDEPEND}
 	dev-lang/perl
 	dev-util/intltool"
@@ -56,12 +56,9 @@
 distutils-r1_python_compile() {
 	local defgraphics=
 
-	use vnc && defgraphics="vnc"
-	use spice && defgraphics="spice"
-
 	esetup.py configure \
 		--qemu-user=qemu \
-		--default-graphics=${defgraphics}
+		--default-graphics=spice
 }
 
 python_install_all() {



1.85                 app-emulation/virt-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	25 Jun 2013 17:28:53 -0000	1.84
+++ ChangeLog	28 Jun 2013 03:09:43 -0000	1.85
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.84 2013/06/25 17:28:53 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.85 2013/06/28 03:09:43 cardoe Exp $
+
+  28 Jun 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild:
+  VNC and SPICE aren't optional and are always imported so we can't make them
+  optional.
 
   25 Jun 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild,
   virt-manager-9999.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.10.0.ebuild ChangeLog
@ 2013-07-02 14:50 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Goldstein (cardoe) @ 2013-07-02 14:50 UTC (permalink / raw
  To: gentoo-commits

cardoe      13/07/02 14:50:30

  Modified:             virt-manager-0.10.0.ebuild ChangeLog
  Log:
  Potential fix for the icon issue in bug #474810
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)

Revision  Changes    Path
1.6                  app-emulation/virt-manager/virt-manager-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.5&r2=1.6

Index: virt-manager-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- virt-manager-0.10.0.ebuild	28 Jun 2013 03:09:43 -0000	1.5
+++ virt-manager-0.10.0.ebuild	2 Jul 2013 14:50:30 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.5 2013/06/28 03:09:43 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.6 2013/07/02 14:50:30 cardoe Exp $
 
 EAPI=5
 
@@ -68,3 +68,10 @@
 	python_fix_shebang "${ED}/usr/share/virt-manager/virt-install"
 	python_fix_shebang "${ED}/usr/share/virt-manager/virt-manager"
 }
+
+pkg_preinst() {
+	gnome2_pkg_preinst
+
+	cd "${ED}"
+	export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
+}



1.87                 app-emulation/virt-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	28 Jun 2013 21:01:09 -0000	1.86
+++ ChangeLog	2 Jul 2013 14:50:30 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.86 2013/06/28 21:01:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.87 2013/07/02 14:50:30 cardoe Exp $
+
+  02 Jul 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild:
+  Potential fix for the icon issue in bug #474810
 
   28 Jun 2013; Agostino Sarubbo <ago@gentoo.org> virt-manager-0.9.5.ebuild:
   Stable for amd64, wrt bug #475052





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.10.0.ebuild ChangeLog
@ 2013-07-05 19:01 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Goldstein (cardoe) @ 2013-07-05 19:01 UTC (permalink / raw
  To: gentoo-commits

cardoe      13/07/05 19:01:27

  Modified:             virt-manager-0.10.0.ebuild ChangeLog
  Log:
  Clean up some depends to better rely on the newer python eclasses.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)

Revision  Changes    Path
1.7                  app-emulation/virt-manager/virt-manager-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.6&r2=1.7

Index: virt-manager-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- virt-manager-0.10.0.ebuild	2 Jul 2013 14:50:30 -0000	1.6
+++ virt-manager-0.10.0.ebuild	5 Jul 2013 19:01:27 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.6 2013/07/02 14:50:30 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.7 2013/07/05 19:01:27 cardoe Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 RDEPEND="!app-emulation/virtinst
 	x11-libs/gtk+:3[introspection]
-	>=app-emulation/libvirt-0.7.0[python]
+	>=app-emulation/libvirt-0.7.0[python,${PYTHON_USEDEP}]
 	>=app-emulation/libvirt-glib-0.0.9
 	${PYTHON_DEPS}
 	dev-libs/libxml2[python,${PYTHON_USEDEP}]
@@ -38,10 +38,10 @@
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	dev-python/urlgrabber[${PYTHON_USEDEP}]
 	>=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]
-	net-misc/spice-gtk[gtk3,introspection,python,sasl?]
+	net-misc/spice-gtk[gtk3,introspection,python,sasl?,${PYTHON_USEDEP}]
 	x11-libs/vte:2.90[introspection]
 	gnome-keyring? ( dev-python/gnome-keyring-python )
-	policykit? ( sys-auth/polkit )"
+	policykit? ( sys-auth/polkit[introspection] )"
 DEPEND="${RDEPEND}
 	dev-lang/perl
 	dev-util/intltool"



1.88                 app-emulation/virt-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	2 Jul 2013 14:50:30 -0000	1.87
+++ ChangeLog	5 Jul 2013 19:01:27 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.87 2013/07/02 14:50:30 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.88 2013/07/05 19:01:27 cardoe Exp $
+
+  05 Jul 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild:
+  Clean up some depends to better rely on the newer python eclasses.
 
   02 Jul 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild:
   Potential fix for the icon issue in bug #474810





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.10.0.ebuild ChangeLog
@ 2013-07-24 15:38 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Goldstein (cardoe) @ 2013-07-24 15:38 UTC (permalink / raw
  To: gentoo-commits

cardoe      13/07/24 15:38:22

  Modified:             virt-manager-0.10.0.ebuild ChangeLog
  Log:
  libvirt-glib needs USE=introspection and USE=python
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)

Revision  Changes    Path
1.8                  app-emulation/virt-manager/virt-manager-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.7&r2=1.8

Index: virt-manager-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- virt-manager-0.10.0.ebuild	5 Jul 2013 19:01:27 -0000	1.7
+++ virt-manager-0.10.0.ebuild	24 Jul 2013 15:38:22 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.7 2013/07/05 19:01:27 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.8 2013/07/24 15:38:22 cardoe Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 RDEPEND="!app-emulation/virtinst
 	x11-libs/gtk+:3[introspection]
 	>=app-emulation/libvirt-0.7.0[python,${PYTHON_USEDEP}]
-	>=app-emulation/libvirt-glib-0.0.9
+	>=app-emulation/libvirt-glib-0.0.9[introspection,python,${PYTHON_USEDEP}]
 	${PYTHON_DEPS}
 	dev-libs/libxml2[python,${PYTHON_USEDEP}]
 	dev-python/ipaddr[${PYTHON_USEDEP}]



1.90                 app-emulation/virt-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	7 Jul 2013 10:21:29 -0000	1.89
+++ ChangeLog	24 Jul 2013 15:38:22 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.89 2013/07/07 10:21:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.90 2013/07/24 15:38:22 cardoe Exp $
+
+  24 Jul 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild:
+  libvirt-glib needs USE=introspection and USE=python
 
   07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> virt-manager-0.9.5.ebuild:
   Stable for x86, wrt bug #475052





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.10.0.ebuild ChangeLog
@ 2013-08-02 13:13 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Goldstein (cardoe) @ 2013-08-02 13:13 UTC (permalink / raw
  To: gentoo-commits

cardoe      13/08/02 13:13:31

  Modified:             virt-manager-0.10.0.ebuild ChangeLog
  Log:
  Add dconf as a runtime depend to save configuration. bug #477528
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)

Revision  Changes    Path
1.9                  app-emulation/virt-manager/virt-manager-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.8&r2=1.9

Index: virt-manager-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- virt-manager-0.10.0.ebuild	24 Jul 2013 15:38:22 -0000	1.8
+++ virt-manager-0.10.0.ebuild	2 Aug 2013 13:13:31 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.8 2013/07/24 15:38:22 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.9 2013/08/02 13:13:31 cardoe Exp $
 
 EAPI=5
 
@@ -37,6 +37,7 @@
 	dev-python/ipaddr[${PYTHON_USEDEP}]
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	dev-python/urlgrabber[${PYTHON_USEDEP}]
+	gnome-base/dconf
 	>=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]
 	net-misc/spice-gtk[gtk3,introspection,python,sasl?,${PYTHON_USEDEP}]
 	x11-libs/vte:2.90[introspection]



1.91                 app-emulation/virt-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	24 Jul 2013 15:38:22 -0000	1.90
+++ ChangeLog	2 Aug 2013 13:13:31 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.90 2013/07/24 15:38:22 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.91 2013/08/02 13:13:31 cardoe Exp $
+
+  02 Aug 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild:
+  Add dconf as a runtime depend to save configuration. bug #477528
 
   24 Jul 2013; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.10.0.ebuild:
   libvirt-glib needs USE=introspection and USE=python





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

* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.10.0.ebuild ChangeLog
@ 2013-09-05 15:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-05 15:10 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/05 15:10:18

  Modified:             virt-manager-0.10.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #479962
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 app-emulation/virt-manager/virt-manager-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild?r1=1.10&r2=1.11

Index: virt-manager-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- virt-manager-0.10.0.ebuild	27 Aug 2013 13:16:36 -0000	1.10
+++ virt-manager-0.10.0.ebuild	5 Sep 2013 15:10:18 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.10 2013/08/27 13:16:36 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0.ebuild,v 1.11 2013/09/05 15:10:18 ago Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 else
 	SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz
 	${BACKPORTS+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}"
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



1.93                 app-emulation/virt-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	27 Aug 2013 13:16:36 -0000	1.92
+++ ChangeLog	5 Sep 2013 15:10:18 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.92 2013/08/27 13:16:36 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.93 2013/09/05 15:10:18 ago Exp $
+
+  05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virt-manager-0.10.0.ebuild:
+  Stable for x86, wrt bug #479962
 
 *virt-manager-0.10.0-r1 (27 Aug 2013)
 





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

end of thread, other threads:[~2013-09-05 15:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 19:01 [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-0.10.0.ebuild ChangeLog Doug Goldstein (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 15:10 Agostino Sarubbo (ago)
2013-08-02 13:13 Doug Goldstein (cardoe)
2013-07-24 15:38 Doug Goldstein (cardoe)
2013-07-02 14:50 Doug Goldstein (cardoe)
2013-06-28  3:09 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