Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libosinfo: libosinfo-0.2.10.ebuild ChangeLog
Date: Sun, 27 Apr 2014 21:47:35
Message-Id: 20140427214730.20A5D2004B@flycatcher.gentoo.org
1 eva 14/04/27 21:47:30
2
3 Modified: ChangeLog
4 Added: libosinfo-0.2.10.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.32 sys-libs/libosinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 27 Apr 2014 09:10:13 -0000 1.31
24 +++ ChangeLog 27 Apr 2014 21:47:29 -0000 1.32
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-libs/libosinfo
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.31 2014/04/27 09:10:13 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.32 2014/04/27 21:47:29 eva Exp $
30 +
31 +*libosinfo-0.2.10 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +libosinfo-0.2.10.ebuild:
34 + Version bump for Gnome 3.12.
35
36 27 Apr 2014; Pacho Ramos <pacho@g.o> -libosinfo-0.2.6.ebuild:
37 drop old
38
39
40
41 1.1 sys-libs/libosinfo/libosinfo-0.2.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libosinfo-0.2.10.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.10.ebuild,v 1.1 2014/04/27 21:47:29 eva Exp $
51
52 EAPI=5
53 VALA_MIN_API_VERSION="0.16"
54 VALA_USE_DEPEND="vapigen"
55
56 inherit udev vala
57
58 DESCRIPTION="GObject library for managing information about real and virtual OSes"
59 HOMEPAGE="http://fedorahosted.org/libosinfo/"
60 SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2 LGPL-2.1"
63 SLOT="0"
64 IUSE="+introspection +vala test"
65 REQUIRED_USE="vala? ( introspection )"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67
68 RDEPEND="
69 >=dev-libs/glib-2:2
70 >=dev-libs/libxslt-1.0.0:=
71 dev-libs/libxml2:=
72 net-libs/libsoup-gnome:2.4
73 sys-apps/hwids
74 introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
75 "
76 DEPEND="${RDEPEND}
77 dev-libs/gobject-introspection-common
78 >=dev-util/gtk-doc-am-1.10
79 virtual/pkgconfig
80 test? ( dev-libs/check )
81 vala? ( $(vala_depend) )
82 "
83
84 src_configure() {
85 # --enable-udev is only for rules.d file install
86 econf \
87 --disable-static \
88 --disable-gtk-doc \
89 $(use_enable test tests) \
90 $(use_enable introspection) \
91 $(use_enable vala) \
92 --enable-udev \
93 --disable-coverage \
94 --with-html-dir=/usr/share/doc/${PF}/html \
95 --with-udev-rulesdir="$(get_udevdir)"/rules.d \
96 --with-usb-ids-path=/usr/share/misc/usb.ids \
97 --with-pci-ids-path=/usr/share/misc/pci.ids
98 }
99
100 src_install() {
101 default
102 prune_libtool_files
103 }