Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libosinfo/
Date: Sun, 28 Feb 2016 11:09:18
Message-Id: 1456657719.594a444683003da86d8bee45e58b06846671b5af.pacho@gentoo
1 commit: 594a444683003da86d8bee45e58b06846671b5af
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 10:53:40 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594a4446
7
8 sys-libs/libosinfo: 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 sys-libs/libosinfo/libosinfo-0.3.0-r1.ebuild | 46 ----------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/sys-libs/libosinfo/libosinfo-0.3.0-r1.ebuild b/sys-libs/libosinfo/libosinfo-0.3.0-r1.ebuild
16 deleted file mode 100644
17 index 8bf6eac..0000000
18 --- a/sys-libs/libosinfo/libosinfo-0.3.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,46 +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 -VALA_USE_DEPEND="vapigen"
28 -
29 -inherit gnome2 udev vala xdg-utils
30 -
31 -DESCRIPTION="GObject library for managing information about real and virtual OSes"
32 -HOMEPAGE="http://libosinfo.org/"
33 -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="GPL-2 LGPL-2.1"
36 -SLOT="0"
37 -IUSE="+introspection +vala test"
38 -REQUIRED_USE="vala? ( introspection )"
39 -
40 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
41 -
42 -RDEPEND="
43 - >=dev-libs/glib-2:2
44 - >=dev-libs/libxslt-1.0.0:=
45 - dev-libs/libxml2:=
46 - >=net-libs/libsoup-2.42:2.4
47 - sys-apps/hwids
48 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
49 -"
50 -DEPEND="${RDEPEND}
51 - dev-libs/gobject-introspection-common
52 - >=dev-util/gtk-doc-am-1.10
53 - virtual/pkgconfig
54 - test? ( dev-libs/check )
55 - vala? ( $(vala_depend) )
56 -"
57 -
58 -src_configure() {
59 - xdg_environment_reset
60 - gnome2_src_configure \
61 - --disable-static \
62 - $(use_enable test tests) \
63 - $(use_enable introspection) \
64 - $(use_enable vala) \
65 - --disable-coverage
66 -}