From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C5ACA1381F3 for ; Wed, 12 Dec 2012 21:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38BF1E0654; Wed, 12 Dec 2012 21:03:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 806AD21C030 for ; Wed, 12 Dec 2012 21:03:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5911033DAA8 for ; Wed, 12 Dec 2012 21:03:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 543) id 622B92171D; Wed, 12 Dec 2012 21:03:31 +0000 (UTC) From: "Doug Goldstein (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libosinfo: libosinfo-0.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libosinfo-0.2.2.ebuild ChangeLog X-VCS-Directories: sys-libs/libosinfo X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121212210331.622B92171D@flycatcher.gentoo.org> Date: Wed, 12 Dec 2012 21:03:31 +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: 08c4c1d6-6ce2-48ab-9b59-2235bd681862 X-Archives-Hash: 1302765296892c1d739ec29c18c450ee cardoe 12/12/12 21:03:31 Modified: ChangeLog Added: libosinfo-0.2.2.ebuild Log: Version bump (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.15 sys-libs/libosinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 11 Dec 2012 15:45:42 -0000 1.14 +++ ChangeLog 12 Dec 2012 21:03:31 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libosinfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.14 2012/12/11 15:45:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.15 2012/12/12 21:03:31 cardoe Exp $ + +*libosinfo-0.2.2 (12 Dec 2012) + + 12 Dec 2012; Doug Goldstein +libosinfo-0.2.2.ebuild: + Version bump 11 Dec 2012; Samuli Suominen libosinfo-0.2.0.ebuild, libosinfo-0.2.1.ebuild: 1.1 sys-libs/libosinfo/libosinfo-0.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild?rev=1.1&content-type=text/plain Index: libosinfo-0.2.2.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild,v 1.1 2012/12/12 21:03:31 cardoe Exp $ EAPI=4 VALA_MIN_API_VERSION="0.16" VALA_USE_DEPEND="vapigen" inherit eutils toolchain-funcs vala udev DESCRIPTION="GObject library for managing information about real and virtual OSes" HOMEPAGE="http://fedorahosted.org/libosinfo/" SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+introspection +vala test" REQUIRED_USE="vala? ( introspection )" RDEPEND=">=dev-libs/glib-2:2 >=dev-libs/libxslt-1.0.0 dev-libs/libxml2 net-libs/libsoup:2.4 net-libs/libsoup-gnome:2.4 introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" DEPEND="${RDEPEND} dev-util/gtk-doc-am virtual/pkgconfig test? ( dev-libs/check ) vala? ( $(vala_depend) )" src_prepare() { use vala && vala_src_prepare } src_configure() { # --enable-udev is only for rules.d file install econf \ --disable-static \ --disable-silent-rules \ $(use_enable test tests) \ $(use_enable introspection) \ $(use_enable vala) \ --enable-udev \ --disable-coverage \ --with-udev-rulesdir="$(udev_get_udevdir)"/rules.d \ --with-html-dir=/usr/share/doc/${PF}/html } src_install() { default prune_libtool_files }