From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 186931395E2 for ; Mon, 5 Dec 2016 13:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C6FB21C21F; Mon, 5 Dec 2016 13:53:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFC3721C21F for ; Mon, 5 Dec 2016 13:53:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC5BA3414A6 for ; Mon, 5 Dec 2016 13:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DCB924C9 for ; Mon, 5 Dec 2016 13:52:55 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480945964.4a3381c95f3fec70a6e474c08e85f7e783715795.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libosinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libosinfo/Manifest sys-libs/libosinfo/libosinfo-1.0.0.ebuild X-VCS-Directories: sys-libs/libosinfo/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4a3381c95f3fec70a6e474c08e85f7e783715795 X-VCS-Branch: master Date: Mon, 5 Dec 2016 13:52:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05b75a64-8f8c-4f7f-b7af-0254dab2b9a9 X-Archives-Hash: a16bace15b2029a4e573acc2af0d2e08 commit: 4a3381c95f3fec70a6e474c08e85f7e783715795 Author: Pacho Ramos gentoo org> AuthorDate: Mon Dec 5 13:48:36 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Dec 5 13:52:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3381c9 sys-libs/libosinfo: Version bump Package-Manager: portage-2.3.2 sys-libs/libosinfo/Manifest | 1 + sys-libs/libosinfo/libosinfo-1.0.0.ebuild | 50 +++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest index b9d5768..95e1ab8 100644 --- a/sys-libs/libosinfo/Manifest +++ b/sys-libs/libosinfo/Manifest @@ -1 +1,2 @@ DIST libosinfo-0.3.1.tar.gz 1839185 SHA256 50b272943d68b77d5259f72be860acfd048126bc27e7aa9c2f9c77a7eacf3894 SHA512 41f42654c89f9573dade40814a9dca5eca28bbf093ad35f63dc72d443b6e8c066feb9c848d0ff167ad2f3fd72499d49fbdde36f8ea063bfce40dece6d5ffff3e WHIRLPOOL 83662ba7b7887483380cc1915a29fea60ad7fde39a8227600d59b074034a80019e6616c0dca316b79f06043488ae0d39c6834901320be478b8658c49cf46ea6f +DIST libosinfo-1.0.0.tar.gz 896212 SHA256 f7b425ecde5197d200820eb44401c5033771a5d114bd6390230de768aad0396b SHA512 962b68b2f6639c70b1ab7377475bbddc99a056075e18d1f281e65188eb8a704b932e7ed26362a36ae805d53137e99b0f8303d18a5a1d7b840fad15eb188ab7d0 WHIRLPOOL b141f420db8f17ff3c904c2f9b0b2cb37d895813a0654e72d667e4d4a4543d607cfe52e10fdc385c1f80e2dadea96700d5c94968e0dfee0d60f14001a712912e diff --git a/sys-libs/libosinfo/libosinfo-1.0.0.ebuild b/sys-libs/libosinfo/libosinfo-1.0.0.ebuild new file mode 100644 index 00000000..87fcb73 --- /dev/null +++ b/sys-libs/libosinfo/libosinfo-1.0.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +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.36.0: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_prepare() { + gnome2_src_prepare + use vala && vala_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_enable test tests) \ + $(use_enable introspection) \ + $(use_enable vala) \ + --disable-coverage +}