commit:     446c62d00ba28c18142e21e8b2827493deca5485
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 17:58:15 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 17:58:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446c62d0

sys-libs/libosinfo: Version bump

Package-Manager: portage-2.2.26

 sys-libs/libosinfo/Manifest               |  1 +
 sys-libs/libosinfo/libosinfo-0.3.0.ebuild | 45 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
index 64ab929..7a52aff 100644
--- a/sys-libs/libosinfo/Manifest
+++ b/sys-libs/libosinfo/Manifest
@@ -1,2 +1,3 @@
 DIST libosinfo-0.2.11.tar.gz 1304566 SHA256 
bb6ba136756b26045ba3ed9b3c1b0920a639dd80b007769a1df356d8e2fe0921 SHA512 
a459c6e0e396786b7093685a9a4fe871c12854b1c7c7fb6f0384659fa66be255f3e0c83f0633ecdb42fbb88e18b5f804637fdd145a596bfbc5b6cd41ce08bada
 WHIRLPOOL 
26601de224e58e99f769f8dfaba44a26f31ec7476537b615d46aa61d2b8431362498f7f87ac0bcacd8a1a1044a8a17d2b89e24033abdc90f78a02467c21a800e
 DIST libosinfo-0.2.12.tar.gz 1953453 SHA256 
fa00ea8ddbca06c0dcc31e8938ac55cb71e71c6e2449687cd2c9e003a9478fed SHA512 
ec09a65a9cfb5e3f2ffe2a7d85b9f51938f1633469338826ab3380f22788d40732b39e0f96005eb6b800d04ac76da09a89918085f840439b5bdde759692c6b9d
 WHIRLPOOL 
bddfef060d7a5f794c6f5e7b11798ca8cac5b55812361a8c2d66acd283394a5a0327ba5559cae294a9e49fa9eaca7dc426a92b6a9b68e8314ddc586623ddad6c
+DIST libosinfo-0.3.0.tar.gz 1816516 SHA256 
538a3468792e919edf5364fe102d751353ae600a92ad3a24f024424a182cefbc SHA512 
c935fcc74c76e3f7a5617ebffcd775fd15c4687cb84667cd944c99e8024a92b8997a8640afe690acdd6a769442a957cadb32c7ea9c44aa82181f8cf8a40e64e2
 WHIRLPOOL 
b12b934f66de25b1619c158990db59c1d766747dbf8c6540ee5e765d1d86de4f2d0eef07bccf461fd8087a6fa4d4ae902ef82a289fe4e7fa31e20f34f219f7df

diff --git a/sys-libs/libosinfo/libosinfo-0.3.0.ebuild 
b/sys-libs/libosinfo/libosinfo-0.3.0.ebuild
new file mode 100644
index 0000000..22316c4
--- /dev/null
+++ b/sys-libs/libosinfo/libosinfo-0.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GCONF_DEBUG="no"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 udev vala
+
+DESCRIPTION="GObject library for managing information about real and virtual 
OSes"
+HOMEPAGE="http://libosinfo.org/";
+SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+IUSE="+introspection +vala test"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+       >=dev-libs/glib-2:2
+       >=dev-libs/libxslt-1.0.0:=
+       dev-libs/libxml2:=
+       >=net-libs/libsoup-2.42:2.4
+       sys-apps/hwids
+       introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+"
+DEPEND="${RDEPEND}
+       dev-libs/gobject-introspection-common
+       >=dev-util/gtk-doc-am-1.10
+       virtual/pkgconfig
+       test? ( dev-libs/check )
+       vala? ( $(vala_depend) )
+"
+
+src_configure() {
+       gnome2_src_configure \
+               --disable-static \
+               $(use_enable test tests) \
+               $(use_enable introspection) \
+               $(use_enable vala) \
+               --disable-coverage
+}

Reply via email to