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: Mon, 05 Dec 2016 13:53:15
Message-Id: 1480945962.2e56cca5f1f0ae30a934815daeb96b8af4d5e88c.pacho@gentoo
1 commit: 2e56cca5f1f0ae30a934815daeb96b8af4d5e88c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 13:47:26 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 13:52:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e56cca5
7
8 sys-libs/libosinfo: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 sys-libs/libosinfo/Manifest | 1 -
13 sys-libs/libosinfo/libosinfo-0.3.0.ebuild | 50 -------------------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
17 index f9ce86e..b9d5768 100644
18 --- a/sys-libs/libosinfo/Manifest
19 +++ b/sys-libs/libosinfo/Manifest
20 @@ -1,2 +1 @@
21 -DIST libosinfo-0.3.0.tar.gz 1816516 SHA256 538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc SHA512 c935fcc74c76e3f7a5617ebffcd775fd15c4687cb84667cd944c99e8024a92b8997a8640afe690acdd6a769442a957cadb32c7ea9c44aa82181f8cf8a40e64e2 WHIRLPOOL b12b934f66de25b1619c158990db59c1d766747dbf8c6540ee5e765d1d86de4f2d0eef07bccf461fd8087a6fa4d4ae902ef82a289fe4e7fa31e20f34f219f7df
22 DIST libosinfo-0.3.1.tar.gz 1839185 SHA256 50b272943d68b77d5259f72be860acfd048126bc27e7aa9c2f9c77a7eacf3894 SHA512 41f42654c89f9573dade40814a9dca5eca28bbf093ad35f63dc72d443b6e8c066feb9c848d0ff167ad2f3fd72499d49fbdde36f8ea063bfce40dece6d5ffff3e WHIRLPOOL 83662ba7b7887483380cc1915a29fea60ad7fde39a8227600d59b074034a80019e6616c0dca316b79f06043488ae0d39c6834901320be478b8658c49cf46ea6f
23
24 diff --git a/sys-libs/libosinfo/libosinfo-0.3.0.ebuild b/sys-libs/libosinfo/libosinfo-0.3.0.ebuild
25 deleted file mode 100644
26 index 931eb09..00000000
27 --- a/sys-libs/libosinfo/libosinfo-0.3.0.ebuild
28 +++ /dev/null
29 @@ -1,50 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -GCONF_DEBUG="no"
36 -VALA_USE_DEPEND="vapigen"
37 -
38 -inherit gnome2 udev vala
39 -
40 -DESCRIPTION="GObject library for managing information about real and virtual OSes"
41 -HOMEPAGE="http://libosinfo.org/"
42 -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2 LGPL-2.1"
45 -SLOT="0"
46 -IUSE="+introspection +vala test"
47 -REQUIRED_USE="vala? ( introspection )"
48 -
49 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
50 -
51 -RDEPEND="
52 - >=dev-libs/glib-2:2
53 - >=dev-libs/libxslt-1.0.0:=
54 - dev-libs/libxml2:=
55 - >=net-libs/libsoup-2.42:2.4
56 - sys-apps/hwids
57 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
58 -"
59 -DEPEND="${RDEPEND}
60 - dev-libs/gobject-introspection-common
61 - >=dev-util/gtk-doc-am-1.10
62 - virtual/pkgconfig
63 - test? ( dev-libs/check )
64 - vala? ( $(vala_depend) )
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-static \
75 - $(use_enable test tests) \
76 - $(use_enable introspection) \
77 - $(use_enable vala) \
78 - --disable-coverage
79 -}