Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-glib/
Date: Fri, 29 Mar 2019 23:27:13
Message-Id: 1553900218.f8a3ca6b21105de4c14f2e7b43f0e419f025211f.leio@gentoo
1 commit: f8a3ca6b21105de4c14f2e7b43f0e419f025211f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 22:56:58 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 22:56:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a3ca6b
7
8 app-emulation/libvirt-glib: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 .../libvirt-glib/libvirt-glib-1.0.0.ebuild | 59 ----------------------
14 1 file changed, 59 deletions(-)
15
16 diff --git a/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild
17 deleted file mode 100644
18 index 5f3df9674b1..00000000000
19 --- a/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild
20 +++ /dev/null
21 @@ -1,59 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -GCONF_DEBUG="no"
27 -GNOME2_LA_PUNT="yes"
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit gnome2 python-single-r1 vala
31 -
32 -DESCRIPTION="GLib and GObject mappings for libvirt"
33 -HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
34 -SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
35 -
36 -LICENSE="LGPL-2.1"
37 -SLOT="0"
38 -KEYWORDS="amd64 x86"
39 -IUSE="+introspection nls python +vala"
40 -REQUIRED_USE="
41 - python? ( ${PYTHON_REQUIRED_USE} )
42 - vala? ( introspection )
43 -"
44 -
45 -# https://bugzilla.redhat.com/show_bug.cgi?id=1093633
46 -RESTRICT="test"
47 -
48 -RDEPEND="
49 - dev-libs/libxml2:2
50 - >=app-emulation/libvirt-1.2.6:=
51 - >=dev-libs/glib-2.38.0:2
52 - introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
53 - python? ( ${PYTHON_DEPS} )
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-util/glib-utils
57 - dev-util/gtk-doc-am
58 - >=dev-util/intltool-0.35.0
59 - virtual/pkgconfig
60 - vala? ( $(vala_depend) )
61 -"
62 -
63 -pkg_setup() {
64 - use python && python-single-r1_pkg_setup
65 -}
66 -
67 -src_prepare() {
68 - gnome2_src_prepare
69 - use vala && vala_src_prepare
70 -}
71 -
72 -src_configure() {
73 - gnome2_src_configure \
74 - --disable-test-coverage \
75 - --disable-static \
76 - $(use_enable introspection) \
77 - $(use_enable nls) \
78 - $(use_enable vala) \
79 - $(use_with python)
80 -}