tamiko 14/12/10 22:10:52
Modified: virt-manager-0.10.0-r2.ebuild
virt-manager-1.1.0.ebuild virt-manager-9999.ebuild
virt-manager-1.0.1.ebuild ChangeLog
Log:
conditionally invoke gnome2-pkg_postinst depending on USE="gtk", bug #516664
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
BD3A97A3)
Revision Changes Path
1.7 app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r2.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-r2.ebuild?r1=1.6&r2=1.7
Index: virt-manager-0.10.0-r2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- virt-manager-0.10.0-r2.ebuild 24 Nov 2014 10:22:44 -0000 1.6
+++ virt-manager-0.10.0-r2.ebuild 10 Dec 2014 22:10:52 -0000 1.7
@@ -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/app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild,v
1.6 2014/11/24 10:22:44 tamiko Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild,v
1.7 2014/12/10 22:10:52 tamiko Exp $
EAPI=5
@@ -84,3 +84,7 @@
rm -rf "${ED}/usr/bin/virt-manager"
fi
}
+
+pkg_postinst() {
+ use gtk && gnome2_pkg_postinst
+}
1.4 app-emulation/virt-manager/virt-manager-1.1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild?r1=1.3&r2=1.4
Index: virt-manager-1.1.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virt-manager-1.1.0.ebuild 10 Dec 2014 21:48:06 -0000 1.3
+++ virt-manager-1.1.0.ebuild 10 Dec 2014 22:10:52 -0000 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/app-emulation/virt-manager/virt-manager-1.1.0.ebuild,v
1.3 2014/12/10 21:48:06 tamiko Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.1.0.ebuild,v
1.4 2014/12/10 22:10:52 tamiko Exp $
EAPI=5
@@ -82,3 +82,7 @@
rm -rf "${ED}/usr/bin/virt-manager"
fi
}
+
+pkg_postinst() {
+ use gtk && gnome2_pkg_postinst
+}
1.25 app-emulation/virt-manager/virt-manager-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.25&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.25&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?r1=1.24&r2=1.25
Index: virt-manager-9999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- virt-manager-9999.ebuild 10 Dec 2014 21:48:06 -0000 1.24
+++ virt-manager-9999.ebuild 10 Dec 2014 22:10:52 -0000 1.25
@@ -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/app-emulation/virt-manager/virt-manager-9999.ebuild,v
1.24 2014/12/10 21:48:06 tamiko Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v
1.25 2014/12/10 22:10:52 tamiko Exp $
EAPI=5
@@ -82,3 +82,7 @@
rm -rf "${ED}/usr/bin/virt-manager"
fi
}
+
+pkg_postinst() {
+ use gtk && gnome2_pkg_postinst
+}
1.4 app-emulation/virt-manager/virt-manager-1.0.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild?r1=1.3&r2=1.4
Index: virt-manager-1.0.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virt-manager-1.0.1.ebuild 10 Dec 2014 21:48:06 -0000 1.3
+++ virt-manager-1.0.1.ebuild 10 Dec 2014 22:10:52 -0000 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/app-emulation/virt-manager/virt-manager-1.0.1.ebuild,v
1.3 2014/12/10 21:48:06 tamiko Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild,v
1.4 2014/12/10 22:10:52 tamiko Exp $
EAPI=5
@@ -82,3 +82,7 @@
rm -rf "${ED}/usr/bin/virt-manager"
fi
}
+
+pkg_postinst() {
+ use gtk && gnome2_pkg_postinst
+}
1.113 app-emulation/virt-manager/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.113&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.113&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 10 Dec 2014 21:48:06 -0000 1.112
+++ ChangeLog 10 Dec 2014 22:10:52 -0000 1.113
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
1.112 2014/12/10 21:48:06 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
1.113 2014/12/10 22:10:52 tamiko Exp $
+
+ 10 Dec 2014; Matthias Maier <[email protected]>
virt-manager-0.10.0-r2.ebuild,
+ virt-manager-1.0.1.ebuild, virt-manager-1.1.0.ebuild,
+ virt-manager-9999.ebuild:
+ conditionally invoke gnome2-pkg_postinst depending on USE="gtk", bug #516664
10 Dec 2014; Matthias Maier <[email protected]> virt-manager-1.0.1.ebuild,
virt-manager-1.1.0.ebuild, virt-manager-9999.ebuild: