Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-glib/
Date: Sun, 28 Feb 2016 11:09:28
Message-Id: 1456657724.8eb0b35abb37f4eeb50982b39edf1733836e3be1.pacho@gentoo
1 commit: 8eb0b35abb37f4eeb50982b39edf1733836e3be1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 10:57:26 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb0b35a
7
8 app-emulation/libvirt-glib: Revert previous bump as this was broken due to not exporting src_prepare phases properly
9
10 Package-Manager: portage-2.2.27
11
12 .../libvirt-glib/libvirt-glib-0.2.3-r1.ebuild | 54 ----------------------
13 1 file changed, 54 deletions(-)
14
15 diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.2.3-r1.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.2.3-r1.ebuild
16 deleted file mode 100644
17 index f67e8f4..0000000
18 --- a/app-emulation/libvirt-glib/libvirt-glib-0.2.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,54 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
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 xdg-utils
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 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/gtk-doc-am
57 - >=dev-util/intltool-0.35.0
58 - virtual/pkgconfig
59 - vala? ( $(vala_depend) )
60 -"
61 -
62 -pkg_setup() {
63 - use python && python-single-r1_pkg_setup
64 -}
65 -
66 -src_configure() {
67 - xdg_environment_reset
68 - gnome2_src_configure \
69 - --disable-test-coverage \
70 - --disable-static \
71 - $(use_enable introspection) \
72 - $(use_enable vala) \
73 - $(use_with python)
74 -}