diff options
author | Matthias Maier <tamiko@gentoo.org> | 2015-07-10 09:27:31 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2015-07-10 09:27:31 +0000 |
commit | 487e790eadc69cd4acadc595a8cd690b08cf3457 (patch) | |
tree | e3acad2a554ca8bdb0e0625c123978f3306cccc6 /app-emulation/virt-manager | |
parent | Revision bump: EAPI 5, migrate to autotools-utils eclass, do not generate bro... (diff) | |
download | gentoo-2-487e790eadc69cd4acadc595a8cd690b08cf3457.tar.gz gentoo-2-487e790eadc69cd4acadc595a8cd690b08cf3457.tar.bz2 gentoo-2-487e790eadc69cd4acadc595a8cd690b08cf3457.zip |
version bump, bug #554328; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild | 90 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-1.0.1-r1.ebuild | 89 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-1.1.0.ebuild | 88 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-1.2.1.ebuild (renamed from app-emulation/virt-manager/virt-manager-1.2.0.ebuild) | 2 |
5 files changed, 9 insertions, 269 deletions
diff --git a/app-emulation/virt-manager/ChangeLog b/app-emulation/virt-manager/ChangeLog index d2442225caf6..a2e8749e6d4c 100644 --- a/app-emulation/virt-manager/ChangeLog +++ b/app-emulation/virt-manager/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/virt-manager # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.124 2015/05/10 09:37:39 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.125 2015/07/10 09:27:31 tamiko Exp $ + +*virt-manager-1.2.1 (10 Jul 2015) + + 10 Jul 2015; Matthias Maier <tamiko@gentoo.org> +virt-manager-1.2.1.ebuild, + -virt-manager-0.10.0-r2.ebuild, -virt-manager-1.0.1-r1.ebuild, + -virt-manager-1.1.0.ebuild, -virt-manager-1.2.0.ebuild: + version bump, bug #554328; drop old 10 May 2015; Matthias Maier <tamiko@gentoo.org> virt-manager-1.1.0-r2.ebuild, virt-manager-1.1.0.ebuild, virt-manager-1.2.0.ebuild: diff --git a/app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild b/app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild deleted file mode 100644 index 05463b65572b..000000000000 --- a/app-emulation/virt-manager/virt-manager-0.10.0-r2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# 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.7 2014/12/10 22:10:52 tamiko Exp $ - -EAPI=5 - -BACKPORTS=1cd29748 - -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 - ${BACKPORTS+http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" - 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-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}] - gtk? ( - x11-libs/gtk+:3[introspection] - 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] - 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 -} - -pkg_postinst() { - use gtk && gnome2_pkg_postinst -} diff --git a/app-emulation/virt-manager/virt-manager-1.0.1-r1.ebuild b/app-emulation/virt-manager/virt-manager-1.0.1-r1.ebuild deleted file mode 100644 index 7f8c862496ab..000000000000 --- a/app-emulation/virt-manager/virt-manager-1.0.1-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2015 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-r1.ebuild,v 1.1 2015/01/19 17:49:39 tamiko 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-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,python,${PYTHON_USEDEP}] - net-misc/spice-gtk[usbredir,gtk3,introspection,python,sasl?,${PYTHON_USEDEP}] - net-misc/x11-ssh-askpass - 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 -} - -pkg_postinst() { - use gtk && gnome2_pkg_postinst -} diff --git a/app-emulation/virt-manager/virt-manager-1.1.0.ebuild b/app-emulation/virt-manager/virt-manager-1.1.0.ebuild deleted file mode 100644 index 5bb56464c1e8..000000000000 --- a/app-emulation/virt-manager/virt-manager-1.1.0.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2015 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.9 2015/05/10 09:37:39 tamiko 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-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,python,${PYTHON_USEDEP}] - net-misc/spice-gtk[usbredir,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,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 -} - -pkg_postinst() { - use gtk && gnome2_pkg_postinst -} diff --git a/app-emulation/virt-manager/virt-manager-1.2.0.ebuild b/app-emulation/virt-manager/virt-manager-1.2.1.ebuild index 7d70661d1f22..39fc7fbb7c7a 100644 --- a/app-emulation/virt-manager/virt-manager-1.2.0.ebuild +++ b/app-emulation/virt-manager/virt-manager-1.2.1.ebuild @@ -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/app-emulation/virt-manager/virt-manager-1.2.0.ebuild,v 1.2 2015/05/10 09:37:39 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.2.1.ebuild,v 1.1 2015/07/10 09:27:31 tamiko Exp $ EAPI=5 |