Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-glib/
Date: Tue, 04 Jan 2022 16:34:02
Message-Id: 1641314024.852c9d049aab55754f42bb4f749fdda404790618.tamiko@gentoo
1 commit: 852c9d049aab55754f42bb4f749fdda404790618
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 16:33:44 2022 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 16:33:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852c9d04
7
8 app-emulation/libvirt-glib: drop old version
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/libvirt-glib/Manifest | 1 -
14 .../libvirt-glib/libvirt-glib-3.0.0.ebuild | 43 ----------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/app-emulation/libvirt-glib/Manifest b/app-emulation/libvirt-glib/Manifest
18 index 01ec657f55d8..e652c9e2e3e5 100644
19 --- a/app-emulation/libvirt-glib/Manifest
20 +++ b/app-emulation/libvirt-glib/Manifest
21 @@ -1,2 +1 @@
22 -DIST libvirt-glib-3.0.0.tar.gz 899180 BLAKE2B ef10b3d9bad48e49dd1898733aacb2f51f1826330eda9c63a7f8df5f11c96812f8cc7fe6a867961efa85a433f45c934d75cf605eb523ec723459da4646335b1a SHA512 b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a84888864e23d3c35c079e
23 DIST libvirt-glib-4.0.0.tar.xz 161836 BLAKE2B e196d1f02f6f202b1883500241bbfda963b34ee12bd945b3fa897f84f55a049f98e0429132ccfad7168e5ba2b41245e9e7e3817a7f057e0dc40b674ca6c9b661 SHA512 e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810
24
25 diff --git a/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild
26 deleted file mode 100644
27 index 4ac16f7d9556..000000000000
28 --- a/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -GNOME2_LA_PUNT="yes"
36 -
37 -inherit gnome2 vala
38 -
39 -DESCRIPTION="GLib and GObject mappings for libvirt"
40 -HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
41 -SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 ~ppc64 x86"
46 -IUSE="+introspection nls +vala"
47 -REQUIRED_USE="vala? ( introspection )"
48 -
49 -RDEPEND="
50 - dev-libs/libxml2:2
51 - >=app-emulation/libvirt-1.2.6:=
52 - >=dev-libs/glib-2.38.0:2
53 - introspection? ( >=dev-libs/gobject-introspection-1.36.0:= )"
54 -DEPEND="${RDEPEND}
55 - dev-util/glib-utils
56 - dev-util/gtk-doc-am
57 - >=dev-util/intltool-0.35.0
58 - virtual/pkgconfig
59 - vala? ( $(vala_depend) )"
60 -
61 -src_prepare() {
62 - gnome2_src_prepare
63 - use vala && vala_src_prepare
64 -}
65 -
66 -src_configure() {
67 - gnome2_src_configure \
68 - --disable-test-coverage \
69 - --disable-static \
70 - $(use_enable introspection) \
71 - $(use_enable nls) \
72 - $(use_enable vala)
73 -}