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: Tue, 28 Jun 2016 20:34:45
Message-Id: 1467146037.4aabeb3ed56fd2d137edd25bd004aa423a4b3a7b.pacho@gentoo
1 commit: 4aabeb3ed56fd2d137edd25bd004aa423a4b3a7b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 20:33:57 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:33:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aabeb3e
7
8 sys-libs/libosinfo: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-libs/libosinfo/Manifest | 1 -
13 sys-libs/libosinfo/libosinfo-0.2.12.ebuild | 51 ------------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
17 index 374e80f..e1c889f 100644
18 --- a/sys-libs/libosinfo/Manifest
19 +++ b/sys-libs/libosinfo/Manifest
20 @@ -1,2 +1 @@
21 -DIST libosinfo-0.2.12.tar.gz 1953453 SHA256 fa00ea8ddbca06c0dcc31e8938ac55cb71e71c6e2449687cd2c9e003a9478fed SHA512 ec09a65a9cfb5e3f2ffe2a7d85b9f51938f1633469338826ab3380f22788d40732b39e0f96005eb6b800d04ac76da09a89918085f840439b5bdde759692c6b9d WHIRLPOOL bddfef060d7a5f794c6f5e7b11798ca8cac5b55812361a8c2d66acd283394a5a0327ba5559cae294a9e49fa9eaca7dc426a92b6a9b68e8314ddc586623ddad6c
22 DIST libosinfo-0.3.0.tar.gz 1816516 SHA256 538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc SHA512 c935fcc74c76e3f7a5617ebffcd775fd15c4687cb84667cd944c99e8024a92b8997a8640afe690acdd6a769442a957cadb32c7ea9c44aa82181f8cf8a40e64e2 WHIRLPOOL b12b934f66de25b1619c158990db59c1d766747dbf8c6540ee5e765d1d86de4f2d0eef07bccf461fd8087a6fa4d4ae902ef82a289fe4e7fa31e20f34f219f7df
23
24 diff --git a/sys-libs/libosinfo/libosinfo-0.2.12.ebuild b/sys-libs/libosinfo/libosinfo-0.2.12.ebuild
25 deleted file mode 100644
26 index c42f103..0000000
27 --- a/sys-libs/libosinfo/libosinfo-0.2.12.ebuild
28 +++ /dev/null
29 @@ -1,51 +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-gnome: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_configure() {
68 - # --enable-udev is only for rules.d file install
69 - gnome2_src_configure \
70 - --disable-static \
71 - $(use_enable test tests) \
72 - $(use_enable introspection) \
73 - $(use_enable vala) \
74 - --enable-udev \
75 - --disable-coverage \
76 - --with-html-dir=/usr/share/doc/${PF}/html \
77 - --with-udev-rulesdir="$(get_udevdir)"/rules.d \
78 - --with-usb-ids-path=/usr/share/misc/usb.ids \
79 - --with-pci-ids-path=/usr/share/misc/pci.ids
80 -}