diff options
author | Matthias Maier <tamiko@gentoo.org> | 2022-01-04 10:33:44 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2022-01-04 10:33:44 -0600 |
commit | 852c9d049aab55754f42bb4f749fdda404790618 (patch) | |
tree | ecdc300fcee742161dbe014a565f83c3b69bcbbf /app-emulation/libvirt-glib | |
parent | app-emulation/libvirt: drop old versions (diff) | |
download | gentoo-852c9d049aab55754f42bb4f749fdda404790618.tar.gz gentoo-852c9d049aab55754f42bb4f749fdda404790618.tar.bz2 gentoo-852c9d049aab55754f42bb4f749fdda404790618.zip |
app-emulation/libvirt-glib: drop old version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt-glib')
-rw-r--r-- | app-emulation/libvirt-glib/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-emulation/libvirt-glib/Manifest b/app-emulation/libvirt-glib/Manifest index 01ec657f55d8..e652c9e2e3e5 100644 --- a/app-emulation/libvirt-glib/Manifest +++ b/app-emulation/libvirt-glib/Manifest @@ -1,2 +1 @@ -DIST libvirt-glib-3.0.0.tar.gz 899180 BLAKE2B ef10b3d9bad48e49dd1898733aacb2f51f1826330eda9c63a7f8df5f11c96812f8cc7fe6a867961efa85a433f45c934d75cf605eb523ec723459da4646335b1a SHA512 b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a84888864e23d3c35c079e DIST libvirt-glib-4.0.0.tar.xz 161836 BLAKE2B e196d1f02f6f202b1883500241bbfda963b34ee12bd945b3fa897f84f55a049f98e0429132ccfad7168e5ba2b41245e9e7e3817a7f057e0dc40b674ca6c9b661 SHA512 e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810 diff --git a/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild deleted file mode 100644 index 4ac16f7d9556..000000000000 --- a/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 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 ~arm64 ~ppc64 x86" -IUSE="+introspection nls +vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - dev-libs/libxml2:2 - >=app-emulation/libvirt-1.2.6:= - >=dev-libs/glib-2.38.0:2 - introspection? ( >=dev-libs/gobject-introspection-1.36.0:= )" -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) -} |