commit:     4579adfbfc65ac392bf16e454a54126d1fa26c64
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 19:56:21 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 20:06:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4579adfb

app-emulation/virt-manager: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-emulation/virt-manager/Manifest                |   1 -
 .../virt-manager/virt-manager-4.1.0-r1.ebuild      | 106 ---------------------
 2 files changed, 107 deletions(-)

diff --git a/app-emulation/virt-manager/Manifest 
b/app-emulation/virt-manager/Manifest
index f34443587bc1..836a23e052d0 100644
--- a/app-emulation/virt-manager/Manifest
+++ b/app-emulation/virt-manager/Manifest
@@ -1,3 +1,2 @@
-DIST virt-manager-4.1.0.tar.gz 3151412 BLAKE2B 
1b4203be81bd7b82251225d691a4d9068f268e610f049bcadb96de5b539e964ca0b001f22f06ddd8266b58b079f60046f6d11942a1e4eadbc43f0607c46bbddd
 SHA512 
725cb5bcbaebaafae417f95deffb4243ccdad769668cba6e1235f4607e2b29dbd099d2a9a3885981158f53ea854dd71cc29ed9d7557b2791161c13d34f2ef883
 DIST virt-manager-5.0.0.tar.xz 1466724 BLAKE2B 
b8b93587b1e1cdb398f33e4820aeaa9c1aecfbe26cd54597830fcbc009a51e70b0dd10b947b9392a1d3fdc5b28c19573a1d417b5748c38658b6e03725023bcfb
 SHA512 
d0cb7eb844fc98ad29413717e5fa5834bc6f9f6cb6b9339b59c2721bb37a58f71280e3d2a04a64a6021614626329d76c92474f826bb1d9b7a9040b479f20d4e8
 DIST virt-manager-5.0.0.tar.xz.asc 833 BLAKE2B 
f97127a4cb1c0c24c6627c5d8e1e510075df3ad492e716f0cf07e5f41b3226295da4d73f5cef5903a9bc5a3d7a6f34bd07e7b0f2e21e9d42997c117708de1ada
 SHA512 
e0bec28ce61af5dd2a6895006d60e11dd7b384cd4fec305ebfbf05831864aeb334d212511d6f92827fe15f6d6dcab3ff1d13309afa686d3e8e76c6b354ffa494

diff --git a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild 
b/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild
deleted file mode 100644
index ff2a5d6fbb9b..000000000000
--- a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=no
-inherit gnome2 distutils-r1 optfeature
-
-DESCRIPTION="A graphical tool for administering virtual machines"
-HOMEPAGE="https://virt-manager.org 
https://github.com/virt-manager/virt-manager";
-
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git";
-       EGIT_BRANCH="main"
-       SRC_URI=""
-       inherit git-r3
-else
-       SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz";
-       KEYWORDS="amd64 arm64 ppc64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="gui policykit sasl"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       || ( dev-libs/libisoburn app-cdr/cdrtools )
-       >=app-emulation/libvirt-glib-1.0.0[introspection]
-       >=sys-libs/libosinfo-0.2.10[introspection]
-       $(python_gen_cond_dep '
-               dev-libs/libxml2[python,${PYTHON_USEDEP}]
-               dev-python/argcomplete[${PYTHON_USEDEP}]
-               >=dev-python/libvirt-python-6.10.0[${PYTHON_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-       ')
-       gui? (
-               gnome-base/dconf
-               >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection]
-               net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?]
-               sys-apps/dbus[X]
-               x11-libs/gtk+:3[introspection]
-               x11-libs/gtksourceview:4[introspection]
-               x11-libs/vte:2.91[introspection]
-               policykit? ( sys-auth/polkit[introspection] )
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/docutils"
-
-DOCS=( README.md NEWS.md )
-
-DISTUTILS_ARGS=(
-       --no-update-icon-cache
-       --no-compile-schemas
-)
-
-EPYTEST_IGNORE=(
-       # Wants to use /tmp osinfo config?
-       tests/test_cli.py
-
-       # These seem to be essentially coverage tests
-       tests/test_checkprops.py
-)
-
-distutils_enable_tests pytest
-
-python_configure() {
-       esetup.py configure --default-graphics=spice
-}
-
-python_test() {
-       export VIRTINST_TEST_SUITE_FORCE_LIBOSINFO=0
-
-       epytest
-}
-
-python_install() {
-       esetup.py install
-}
-
-pkg_preinst() {
-       if use gui ; then
-               gnome2_pkg_preinst
-
-               cd "${ED}" || die
-               export GNOME2_ECLASS_ICONS=$(find 
'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null || 
die)
-       else
-               rm -r "${ED}/usr/share/virt-manager/ui/" || die
-               rm -r "${ED}/usr/share/virt-manager/icons/" || die
-               rm -r "${ED}/usr/share/icons/" || die
-               rm -r "${ED}/usr/share/applications/virt-manager.desktop" || die
-               rm -r "${ED}/usr/bin/virt-manager" || die
-       fi
-}
-
-pkg_postinst() {
-       use gui && gnome2_pkg_postinst
-
-       optfeature "SSH_ASKPASS program implementation" 
lxqt-base/lxqt-openssh-askpass net-misc/ssh-askpass-fullscreen 
net-misc/x11-ssh-askpass
-       optfeature "QEMU host support" app-emulation/qemu[usbredir,spice]
-       optfeature "virt-install --location ISO support" dev-libs/libisoburn
-}

Reply via email to