From d8d35c26d2b8254da466cf94ec6134f8d78e0a8c Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sun, 24 Feb 2013 21:59:34 +0000 Subject: Version bump (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!) --- sys-libs/libosinfo/ChangeLog | 7 ++++- sys-libs/libosinfo/libosinfo-0.2.4.ebuild | 50 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 sys-libs/libosinfo/libosinfo-0.2.4.ebuild (limited to 'sys-libs/libosinfo') diff --git a/sys-libs/libosinfo/ChangeLog b/sys-libs/libosinfo/ChangeLog index 49e9b6c135d1..fd4ccfbf0f43 100644 --- a/sys-libs/libosinfo/ChangeLog +++ b/sys-libs/libosinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libosinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.22 2013/02/05 20:02:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.23 2013/02/24 21:59:34 cardoe Exp $ + +*libosinfo-0.2.4 (24 Feb 2013) + + 24 Feb 2013; Doug Goldstein +libosinfo-0.2.4.ebuild: + Version bump *libosinfo-0.2.3 (05 Feb 2013) diff --git a/sys-libs/libosinfo/libosinfo-0.2.4.ebuild b/sys-libs/libosinfo/libosinfo-0.2.4.ebuild new file mode 100644 index 000000000000..381f84fa8a1c --- /dev/null +++ b/sys-libs/libosinfo/libosinfo-0.2.4.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.4.ebuild,v 1.1 2013/02/24 21:59:34 cardoe Exp $ + +EAPI=5 +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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~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_configure() { + # --enable-udev is only for rules.d file install + econf \ + --disable-static \ + $(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 +} -- cgit v1.2.3-65-gdbad