thev00d00 14/08/06 18:24:15 Modified: virt-manager-9999.ebuild ChangeLog Added: virt-manager-1.0.1.ebuild Log: Bump to 1.0.1, fixes #501532, #509642 and #516414 (Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.22 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.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?r1=1.21&r2=1.22 Index: virt-manager-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- virt-manager-9999.ebuild 6 Aug 2014 17:50:43 -0000 1.21 +++ virt-manager-9999.ebuild 6 Aug 2014 18:24:15 -0000 1.22 @@ -1,11 +1,9 @@ # 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.21 2014/08/06 17:50:43 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.22 2014/08/06 18:24:15 thev00d00 Exp $ EAPI=5 -BACKPORTS=1cd29748 - PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 @@ -20,8 +18,7 @@ KEYWORDS="" EGIT_REPO_URI="git://git.fedorahosted.org/virt-manager.git" else - SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz - ${BACKPORTS+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" + SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -44,11 +41,12 @@ gtk? ( x11-libs/gtk+:3[introspection] gnome-base/dconf - >=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}] + >=net-libs/gtk-vnc-0.3.8[gtk3,introspection] 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[introspection] ) + x11-themes/gnome-icon-theme )" DEPEND="${RDEPEND} dev-lang/perl 1.106 app-emulation/virt-manager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.106&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.106&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.105&r2=1.106 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- ChangeLog 6 Aug 2014 17:50:43 -0000 1.105 +++ ChangeLog 6 Aug 2014 18:24:15 -0000 1.106 @@ -1,6 +1,12 @@ # 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.105 2014/08/06 17:50:43 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.106 2014/08/06 18:24:15 thev00d00 Exp $ + +*virt-manager-1.0.1 (06 Aug 2014) + + 06 Aug 2014; Ian Whyman <thev00...@gentoo.org> +virt-manager-1.0.1.ebuild, + virt-manager-9999.ebuild: + Bump to 1.0.1, fixes #501532, #509642 and #516414 06 Aug 2014; Ian Whyman <thev00...@gentoo.org> virt-manager-9999.ebuild: Sync 9999 with latest stable, add missing sys-libs/libosinfo RDEPEND per 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.0.1.ebuild?rev=1.1&content-type=text/plain Index: virt-manager-1.0.1.ebuild =================================================================== # 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.1 2014/08/06 18:24:15 thev00d00 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit gnome2 distutils-r1 DESCRIPTION="A graphical tool for administering virtual machines" HOMEPAGE="http://virt-manager.org" if [[ ${PV} = *9999* ]]; then inherit git-2 SRC_URI="" KEYWORDS="" EGIT_REPO_URI="git://git.fedorahosted.org/virt-manager.git" else SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" SLOT="0" IUSE="gnome-keyring gtk policykit sasl" RDEPEND="!app-emulation/virtinst || ( dev-python/libvirt-python[${PYTHON_USEDEP}] >=app-emulation/libvirt-0.7.0[python(-),${PYTHON_USEDEP}] ) >=app-emulation/libvirt-glib-0.0.9[introspection,python,${PYTHON_USEDEP}] ${PYTHON_DEPS} dev-libs/libxml2[python,${PYTHON_USEDEP}] dev-python/ipaddr[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/urlgrabber[${PYTHON_USEDEP}] sys-libs/libosinfo[introspection] gtk? ( x11-libs/gtk+:3[introspection] gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3,introspection] 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[introspection] ) x11-themes/gnome-icon-theme )" DEPEND="${RDEPEND} dev-lang/perl dev-util/intltool" DOCS=( README NEWS ) distutils-r1_python_compile() { local defgraphics= esetup.py configure \ --qemu-user=qemu \ --default-graphics=spice } python_install_all() { distutils-r1_python_install_all python_fix_shebang \ "${ED}"/usr/share/virt-manager/virt-{clone,convert,image,install,manager} } pkg_preinst() { if use gtk; then gnome2_pkg_preinst cd "${ED}" export GNOME2_ECLASS_ICONS=$(find 'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null) else rm -rf "${ED}/usr/share/virt-manager/virtManager" rm -f "${ED}/usr/share/virt-manager/virt-manager" rm -rf "${ED}/usr/share/virt-manager/ui/" rm -rf "${ED}/usr/share/virt-manager/icons/" rm -rf "${ED}/usr/share/man/man1/virt-manager.1*" rm -rf "${ED}/usr/share/icons/" rm -rf "${ED}/usr/share/applications/virt-manager.desktop" rm -rf "${ED}/usr/bin/virt-manager" fi }