commit:     24dd70e66c9d21418d53c310cd1802768d12e0c0
Author:     Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Wed Mar 24 11:23:05 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 02:25:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dd70e6

app-emulation/libvirt-glib: Dropped old.

Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20099
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-emulation/libvirt-glib/Manifest                |  2 -
 .../libvirt-glib/libvirt-glib-1.0.0-r1.ebuild      | 46 ----------------------
 .../libvirt-glib/libvirt-glib-2.0.0.ebuild         | 46 ----------------------
 3 files changed, 94 deletions(-)

diff --git a/app-emulation/libvirt-glib/Manifest 
b/app-emulation/libvirt-glib/Manifest
index 7978802829e..eb7c318aacc 100644
--- a/app-emulation/libvirt-glib/Manifest
+++ b/app-emulation/libvirt-glib/Manifest
@@ -1,3 +1 @@
-DIST libvirt-glib-1.0.0.tar.gz 860450 BLAKE2B 
417a3bd0df41787fbec456f301af744a04649db02192ef9c80bf42214a112a050a9f054c81549a114e7a1236c86e0066e8002f0c7f09317abb672fe5f6a76789
 SHA512 
72f53a90d3e40aa93d4afe5b29f631afe859532fbdb4e27086da3bd4cdaf0fb25fc808a82a1994b7c2648a1e864876ce95de28acb3b4876dac47b0f4d1c97ba5
-DIST libvirt-glib-2.0.0.tar.gz 868946 BLAKE2B 
1ff4695b25766d6caa603826dcc63e64aa3ce022e6623eb31017fb67a490baeb546a9bc67e16fc16c7b86040db971748b1ef4303a21b5dec098cf732f77c92ec
 SHA512 
6ead4c37c314eb5670c5aa282ce039a0182a71a20b349a5d9c78367381eb674fad0f2ca0f2e20e1e89ff7df2ac9f1640f20fdfa63d599d8a2538fb4c0fba4c3f
 DIST libvirt-glib-3.0.0.tar.gz 899180 BLAKE2B 
ef10b3d9bad48e49dd1898733aacb2f51f1826330eda9c63a7f8df5f11c96812f8cc7fe6a867961efa85a433f45c934d75cf605eb523ec723459da4646335b1a
 SHA512 
b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a84888864e23d3c35c079e

diff --git a/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild 
b/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild
deleted file mode 100644
index c18bd71005a..00000000000
--- a/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git";
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+introspection nls +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1093633
-RESTRICT="test"
-
-RDEPEND="
-       dev-libs/libxml2:2
-       >=app-emulation/libvirt-1.2.6:=
-       >=dev-libs/glib-2.38.0:2
-       introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )"
-DEPEND="${RDEPEND}
-       dev-util/glib-utils
-       dev-util/gtk-doc-am
-       >=dev-util/intltool-0.35.0
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )"
-
-src_prepare() {
-       gnome2_src_prepare
-       use vala && vala_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-test-coverage \
-               --disable-static \
-               $(use_enable introspection) \
-               $(use_enable nls) \
-               $(use_enable vala)
-}

diff --git a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild 
b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
deleted file mode 100644
index 219f71992ec..00000000000
--- a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git";
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="+introspection nls +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1093633
-RESTRICT="test"
-
-RDEPEND="
-       dev-libs/libxml2:2
-       >=app-emulation/libvirt-1.2.6:=
-       >=dev-libs/glib-2.38.0:2
-       introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )"
-DEPEND="${RDEPEND}
-       dev-util/glib-utils
-       dev-util/gtk-doc-am
-       >=dev-util/intltool-0.35.0
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )"
-
-src_prepare() {
-       gnome2_src_prepare
-       use vala && vala_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-test-coverage \
-               --disable-static \
-               $(use_enable introspection) \
-               $(use_enable nls) \
-               $(use_enable vala)
-}

Reply via email to