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 9BEC7138247 for ; Mon, 13 Oct 2014 21:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C60D6E0A02; Mon, 13 Oct 2014 21:51:36 +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 4DF71E09FE for ; Mon, 13 Oct 2014 21:51:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F8DE3403B4 for ; Mon, 13 Oct 2014 21:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B467C5E for ; Mon, 13 Oct 2014 21:51:30 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1413236864.cc545e02f46c9493b1b25d24111ce4852e26eb72.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-emulation/libvirt-glib/ X-VCS-Repository: proj/gnome X-VCS-Files: app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild app-emulation/libvirt-glib/libvirt-glib-9999.ebuild X-VCS-Directories: app-emulation/libvirt-glib/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: cc545e02f46c9493b1b25d24111ce4852e26eb72 X-VCS-Branch: master Date: Mon, 13 Oct 2014 21:51:30 +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: bf69b4e8-d1df-4647-86bb-efbaf05b3ad3 X-Archives-Hash: a38db02bf36d5c862603b455e45784cf commit: cc545e02f46c9493b1b25d24111ce4852e26eb72 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Oct 13 21:40:55 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Oct 13 21:47:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cc545e02 app-emulation/libvirt-glib: 0.1.8 → 0.1.9 Required by gnome-boxes-3.14 --- ...-glib-9999.ebuild => libvirt-glib-0.1.9.ebuild} | 33 +++++++++++++--------- .../libvirt-glib/libvirt-glib-9999.ebuild | 7 +++-- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild similarity index 65% copy from app-emulation/libvirt-glib/libvirt-glib-9999.ebuild copy to app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild index abbf986..3b5db72 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -9,29 +9,27 @@ VALA_MIN_API_VERSION="0.14" PYTHON_COMPAT=( python{2_6,2_7} ) inherit gnome2 python-single-r1 vala -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi 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" -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://libvirt.org/${PN}.git" - KEYWORDS="" -else - SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +KEYWORDS="~amd64 ~x86" IUSE="+introspection python +vala" -REQUIRED_USE="vala? ( introspection )" +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-0.9.10:= - >=dev-libs/glib-2.10:2 + >=dev-libs/glib-2.38.0:2 introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) python? ( ${PYTHON_DEPS} ) " @@ -54,3 +52,12 @@ src_configure() { $(use_enable vala) \ $(use_with python) } + +src_compile() { + # https://bugzilla.redhat.com/show_bug.cgi?id=1093631 + if use vala; then + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile + else + gnome2_src_compile + fi +} diff --git a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild index abbf986..a4c7d2d 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-9999.ebuild @@ -26,12 +26,15 @@ else KEYWORDS="~amd64 ~x86" fi IUSE="+introspection python +vala" -REQUIRED_USE="vala? ( introspection )" +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) + vala? ( introspection ) +" RDEPEND=" dev-libs/libxml2:2 >=app-emulation/libvirt-0.9.10:= - >=dev-libs/glib-2.10:2 + >=dev-libs/glib-2.38.0:2 introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) python? ( ${PYTHON_DEPS} ) "