From 093f47c7af7462e877ebc78efd0b321d0247c106 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 11 Jun 2013 03:21:02 +0000 Subject: The code base has almost completely started over and the build system is entirely new. master is changing pretty rapidly and a live ebuild just won't work at this time. bug #472394 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!) --- app-emulation/virt-manager/ChangeLog | 7 +- .../virt-manager/virt-manager-9999.ebuild | 93 ---------------------- 2 files changed, 6 insertions(+), 94 deletions(-) delete mode 100644 app-emulation/virt-manager/virt-manager-9999.ebuild (limited to 'app-emulation/virt-manager') diff --git a/app-emulation/virt-manager/ChangeLog b/app-emulation/virt-manager/ChangeLog index 6978668f02e0..f9305c1600f8 100644 --- a/app-emulation/virt-manager/ChangeLog +++ b/app-emulation/virt-manager/ChangeLog @@ -1,6 +1,11 @@ # 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.79 2013/05/24 02:45:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.80 2013/06/11 03:21:02 cardoe Exp $ + + 11 Jun 2013; Doug Goldstein -virt-manager-9999.ebuild: + The code base has almost completely started over and the build system is + entirely new. master is changing pretty rapidly and a live ebuild just won't + work at this time. bug #472394 24 May 2013; Patrick Lauer virt-manager-9999.ebuild: Removing unneeded/unsatisfiable virtinst dependency diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild deleted file mode 100644 index 138fb58a72ed..000000000000 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# 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-9999.ebuild,v 1.12 2013/05/24 02:45:24 patrick Exp $ - -EAPI=4 - -#BACKPORTS= - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="http://git.fedorahosted.org/git/virt-manager.git" -fi - -PYTHON_DEPEND="2:2.5" - -# Stop gnome2.eclass from doing stuff on USE=debug -GCONF_DEBUG="no" - -inherit eutils gnome2 python - -if [[ ${PV} = *9999* ]]; then - inherit git-2 autotools - SRC_URI="" - KEYWORDS="" - VIRTINSTDEP="" -else - SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz - ${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}" - KEYWORDS="~amd64 ~x86" - VIRTINSTDEP=">=app-emulation/virtinst-0.600.0-r2" -fi - -DESCRIPTION="A graphical tool for administering virtual machines (KVM/Xen)" -HOMEPAGE="http://virt-manager.org/" -LICENSE="GPL-2" -SLOT="0" -IUSE="gnome-keyring policykit sasl spice" -RDEPEND=">=dev-python/pygtk-1.99.12 - >=app-emulation/libvirt-0.7.0[python,sasl?] - >=dev-libs/libxml2-2.6.23[python] - ${VIRTINSTDEP} - >=gnome-base/librsvg-2 - >=x11-libs/vte-0.12.2:0[python] - >=net-libs/gtk-vnc-0.3.8[python,sasl?] - >=dev-python/dbus-python-0.61 - >=dev-python/gconf-python-1.99.11 - dev-python/urlgrabber - gnome-keyring? ( dev-python/gnome-keyring-python ) - policykit? ( sys-auth/polkit ) - spice? ( >=net-misc/spice-gtk-0.6[python,sasl?,-gtk3] )" -# tui? ( >=dev-python/new_syrup-0.1.2 )" -DEPEND="${RDEPEND} - app-text/rarian - dev-util/intltool" - -pkg_setup() { -G2CONF="--without-tui" - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - sed -e "s/python/python2/" -i src/virt-manager.in || \ - die "python2 update failed" - - [[ -n ${BACKPORTS} ]] && \ - EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \ - epatch - - if [[ ${PV} = *9999* ]]; then - # virt-manager's autogen.sh touches this and eautoreconf fails - # unless we do this - touch config.rpath - - rm -rf config.status || die - intltoolize --automake --copy --force || die - perl -i -p -e 's,^DATADIRNAME.*$,DATADIRNAME = share,' po/Makefile.in.in || die - perl -i -p -e 's,^GETTEXT_PACKAGE.*$,GETTEXT_PACKAGE = virt-manager,' \ - po/Makefile.in.in || die - eautoreconf - fi - - gnome2_src_prepare -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} - gnome2_pkg_postinst -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} - gnome2_pkg_postrm -} -- cgit v1.2.3-65-gdbad