commit:     01b777adc3ae1064525d3c7a2d932b4ee86fdd28
Author:     Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Sun Aug 31 19:37:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 14:17:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b777ad

app-emulation/guestfs-tools: drop 1.48.2-r1

Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43629
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/guestfs-tools/Manifest               |   1 -
 .../guestfs-tools/guestfs-tools-1.48.2-r1.ebuild   | 164 ---------------------
 2 files changed, 165 deletions(-)

diff --git a/app-emulation/guestfs-tools/Manifest 
b/app-emulation/guestfs-tools/Manifest
index 1dfd17fb0dfb..c4632edeecf1 100644
--- a/app-emulation/guestfs-tools/Manifest
+++ b/app-emulation/guestfs-tools/Manifest
@@ -1,4 +1,3 @@
-DIST guestfs-tools-1.48.2.tar.gz 12691067 BLAKE2B 
305f281c19975f160c435b995d71ef2e18d09fc95f31e92efe8f79d811fc0a7efab27d14f766d5f6ee477fd43977167a3aabe5cc40498f125f925507fd2574d5
 SHA512 
e11cd5a38a1681e8b2fd56419d38ca0aaab659cb59d409b3572cadcd04fd4da3078fa33e7f21c99d11854ad08797ae24a8d71c041b1b7769fc36c1391b6eb162
 DIST guestfs-tools-1.52.3.tar.gz 16237597 BLAKE2B 
f6ef8a63f3b9dfee6c7ebb954ae9d3602dd3d96a60f85fc1d6a5304725ebca488937802cff337f18bd4e86e2598ad092be2fab2a59f9580d0849c65fef09d3c1
 SHA512 
f7a965500a7d1b355d447bd4710c9e38e8f7443eef721fbff9504d862bbf4740b8e5f75134fcc0ca50817872799168a46d2ddcca82c36be1d891d3ed3c47c79b
 DIST guestfs-tools-1.53.7.tar.gz 16233906 BLAKE2B 
2a81258558609e74dc9ca47cc98cede84e3db119c807ba835355c2056dc57865cdf7c969441bdc0efe5cb4133d3a4fb3ea413fca439ab20304b9f1375b025336
 SHA512 
a80484d3811e4e226ad1c81694b304b0d3a596d634bd61525ee5c5aeb5f360a911cef52cfba81f819a83b0615f6731ea8395c58d06d9a4b052afe6b10b0f2535
 DIST guestfs-tools-1.54.0.tar.gz 16243507 BLAKE2B 
a3ad576b5354ef29fddd8d18112a831d1ef0a3c925ded2bcfe5117537f160411f8e39c5680b08b3507702e10841da5945f7e432eae475dda780f0d217bef6058
 SHA512 
db76a1cbfaa8b53b5c4609030f545b9d043161cebf54379da6418800086855f11cb3a0e5d135184c2a885094a6a7120155774377a6641a2d7fbd45206ff9ec87

diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.48.2-r1.ebuild 
b/app-emulation/guestfs-tools/guestfs-tools-1.48.2-r1.ebuild
deleted file mode 100644
index 3e10730da0df..000000000000
--- a/app-emulation/guestfs-tools/guestfs-tools-1.48.2-r1.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Bump with app-emulation/libguestfs and app-emulation/libguestfs-appliance 
(if any new release there)
-
-inherit flag-o-matic linux-info perl-functions strip-linguas toolchain-funcs
-
-MY_PV_1="$(ver_cut 1-2)"
-MY_PV_2="$(ver_cut 2)"
-[[ $(( ${MY_PV_2} % 2 )) -eq 0 ]] && SD="stable" || SD="development"
-
-DESCRIPTION="Tools for accessing, inspecting, and modifying virtual machine 
(VM) disk images"
-HOMEPAGE="https://libguestfs.org/";
-SRC_URI="https://download.libguestfs.org/${PN}/${MY_PV_1}-${SD}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0/${MY_PV_1}"
-if [[ ${SD} == "stable" ]] ; then
-       KEYWORDS="amd64"
-fi
-IUSE="doc +ocaml +perl test"
-RESTRICT="!test? ( test )"
-
-# Failures - doc
-COMMON_DEPEND="
-       app-alternatives/cpio
-       app-arch/lzma
-       app-arch/unzip[natspec]
-       app-arch/xz-utils
-       app-crypt/gnupg
-       >=app-emulation/libguestfs-${MY_PV_1}:=[ocaml?,perl?]
-       app-emulation/libvirt:=
-       >=app-emulation/qemu-2.0[qemu_softmmu_targets_x86_64,filecaps]
-       dev-lang/perl:=
-       dev-libs/libpcre2:=
-       dev-libs/libxml2:2=
-       dev-libs/jansson:=
-       >=sys-apps/fakechroot-2.8
-       sys-fs/squashfs-tools:*
-       sys-libs/ncurses:=
-       sys-libs/libxcrypt:=
-       virtual/libcrypt:=
-       ocaml? ( <dev-lang/ocaml-5:=[ocamlopt] )
-       perl? (
-               virtual/perl-Data-Dumper
-               virtual/perl-Getopt-Long
-               dev-perl/Module-Build
-               dev-perl/libintl-perl
-               virtual/perl-ExtUtils-MakeMaker
-               >=dev-perl/Sys-Virt-0.2.4
-               dev-perl/String-ShellQuote
-               test? ( virtual/perl-Test-Simple )
-       )
-"
-# Some OCaml is always required
-# bug #729674
-DEPEND="
-       ${COMMON_DEPEND}
-       <dev-lang/ocaml-5:=[ocamlopt]
-       dev-ml/findlib[ocamlopt]
-       doc? ( app-text/po4a )
-       ocaml? (
-               dev-ml/ounit2[ocamlopt]
-               || (
-                       <dev-ml/ocaml-gettext-0.4.2
-                       dev-ml/ocaml-gettext-stub[ocamlopt]
-               )
-       )
-"
-BDEPEND="
-       sys-devel/bison
-       sys-devel/flex
-       virtual/pkgconfig
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-       app-emulation/libguestfs-appliance
-"
-
-DOCS=( AUTHORS BUGS ChangeLog HACKING README TODO )
-
-#PATCHES=(
-#      "${FILESDIR}"/${MY_PV_1}/
-#)
-
-pkg_setup() {
-       CONFIG_CHECK="~KVM ~VIRTIO"
-       [[ -n "${CONFIG_CHECK}" ]] && check_extra_config
-}
-
-src_configure() {
-       # bug #794877
-       tc-export AR
-
-       # Needs both bison+flex (bug #915339, see configure too)
-       unset YACC LEX
-
-       if use test ; then
-               # Skip Bash test
-               # (See 13-test-suite.log in linked bug)
-               # bug #794874
-               export SKIP_TEST_COMPLETE_IN_SCRIPT_SH=1
-
-               # This test requires libvirt support in libguestfs and it makes
-               # no difference at runtime. Just gracefully skip it to make life
-               # easier for e.g. arch testing.
-               if ! has_version 'app-emulation/libguestfs[libvirt]' ; then
-                       export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1
-               fi
-
-               # Needed for the inspector tests. Provided by 
libguestfs-appliance.
-               #export LIBGUESTFS_PATH="${BROOT}"/usr/share/guestfs/appliance/
-               # But the inspector tests seem fragile anyway...
-               export SKIP_TEST_VIRT_INSPECTOR_LUKS_SH=1
-               export SKIP_TEST_VIRT_INSPECTOR_SH=1
-       fi
-
-       # Disable feature test for kvm for more reason
-       # i.e: not loaded module in __build__ time,
-       # build server not supported kvm, etc. ...
-       #
-       # In fact, this feature is virtio support and requires
-       # configured kernel.
-       export vmchannel_test=no
-
-       # Give a nudge to help find libxcrypt[-system]
-       # We have a := dep on virtual/libcrypt to ensure this
-       # doesn't become stale.
-       # bug #703118, bug #789354
-       if ! has_version 'sys-libs/libxcrypt[system]' ; then
-               append-ldflags "-L${ESYSROOT}/usr/$(get_libdir)/xcrypt"
-               append-ldflags "-Wl,-R${ESYSROOT}/usr/$(get_libdir)/xcrypt"
-       fi
-
-       # Test suite at least has a bunch of bashisms
-       SHELL="${BROOT}"/bin/bash CONFIG_SHELL="${BROOT}"/bin/bash econf \
-               $(usex doc '' PO4A=no) \
-               $(use_enable ocaml) \
-               $(use_enable perl)
-}
-
-src_install() {
-       strip-linguas -i po
-
-       emake DESTDIR="${D}" install "LINGUAS=""${LINGUAS}"""
-
-       find "${ED}" -name '*.la' -delete || die
-
-       if use perl ; then
-               perl_delete_localpod
-       fi
-}
-
-pkg_postinst() {
-       if ! use ocaml ; then
-               einfo "OCaml based tools and bindings (virt-resize, 
virt-sparsify, virt-sysprep, ...) NOT installed"
-       fi
-
-       if ! use perl ; then
-               einfo "Perl based tools NOT built"
-       fi
-}

Reply via email to