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 95E621384B4 for ; Sun, 27 Dec 2015 13:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C34FCE07D8; Sun, 27 Dec 2015 13:07:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ACDBE07D8 for ; Sun, 27 Dec 2015 13:07:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93B133406C0 for ; Sun, 27 Dec 2015 13:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1218D732 for ; Sun, 27 Dec 2015 13:07:11 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1451221615.3fae8409c95850d27c0c7a9344e400c653730540.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt-glib/Manifest app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild X-VCS-Directories: app-emulation/libvirt-glib/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 3fae8409c95850d27c0c7a9344e400c653730540 X-VCS-Branch: master Date: Sun, 27 Dec 2015 13:07:11 +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: e48c63a0-4c07-4bd9-a544-bc0173290d60 X-Archives-Hash: b78f74b4a06c9cd4c71ff5d590d88c3f commit: 3fae8409c95850d27c0c7a9344e400c653730540 Author: Matthias Maier gentoo org> AuthorDate: Sun Dec 27 13:02:54 2015 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Dec 27 13:06:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fae8409 app-emulation/libvirt-glib: version bump to 0.2.3 Thanks to Dessa for pointing this out. Package-Manager: portage-2.2.26 app-emulation/libvirt-glib/Manifest | 1 + .../libvirt-glib/libvirt-glib-0.2.3.ebuild | 53 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/app-emulation/libvirt-glib/Manifest b/app-emulation/libvirt-glib/Manifest index 42e9da5..155d400 100644 --- a/app-emulation/libvirt-glib/Manifest +++ b/app-emulation/libvirt-glib/Manifest @@ -1 +1,2 @@ DIST libvirt-glib-0.2.2.tar.gz 853052 SHA256 d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d SHA512 77adcf74dd057b8c5e3c21e1fbe0a99eedbe0005d0247c0173bce69e4e6209dbffe18c7a2f0de9a4c279f138ab5bcc360c14cc2335d0b2b55f22b5819c3e5b70 WHIRLPOOL 628d76cf20fe0b707a56688ad4f17c2c95b12b89fe89f4628e42cee2e8c5855aeac0e06ad45fe71fb63ae935b1ff7a17ee69f294b8358653f7cbcd03aea59876 +DIST libvirt-glib-0.2.3.tar.gz 876258 SHA256 c3b11aa34584b3416148b36bb005505e461830c73c9fd2f40143cca3309250dd SHA512 007e642724658e7f2d4ad10094e70a93186196467140662d5e71644ae8efac25a7f60dcf51b55b60d056d3079ecf0798428e077cb6110292ce5f2a474db9e369 WHIRLPOOL 594ab70f4647e053d9540e857aeba7853491200d825eed713a1025afe5eabbe2f3c698d30b00e0da1735f2fc8465212eae2a965fb93a68099df5d11ce494a0d2 diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild new file mode 100644 index 0000000..a5ccb74 --- /dev/null +++ b/app-emulation/libvirt-glib/libvirt-glib-0.2.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 python-single-r1 vala + +DESCRIPTION="GLib and GObject mappings for libvirt" +HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git" +SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection python +vala" +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + vala? ( introspection ) +" + +# https://bugzilla.redhat.com/show_bug.cgi?id=1093633 +RESTRICT="test" + +RDEPEND=" + dev-libs/libxml2:2 + >=app-emulation/libvirt-1.2.6:= + >=dev-libs/glib-2.38.0:2 + introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) + python? ( ${PYTHON_DEPS} ) +" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + >=dev-util/intltool-0.35.0 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_configure() { + gnome2_src_configure \ + --disable-test-coverage \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable vala) \ + $(use_with python) +}