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 884C9138330 for ; Sat, 10 Sep 2016 13:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46064E0B8E; Sat, 10 Sep 2016 13:58:58 +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 109D4E0B8E for ; Sat, 10 Sep 2016 13:58:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD78E340A7F for ; Sat, 10 Sep 2016 13:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6BD3247B for ; Sat, 10 Sep 2016 13:58:54 +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: <1473515869.ba313b756eb1d6903c621702778204aa515c7618.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.31.ebuild net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild net-misc/spice-gtk/spice-gtk-9999.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: ba313b756eb1d6903c621702778204aa515c7618 X-VCS-Branch: master Date: Sat, 10 Sep 2016 13:58:54 +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: 938f0f26-1533-40d3-a048-16e736bfd4f0 X-Archives-Hash: 269d20c8695a01cacaa3502ae01ec6f3 commit: ba313b756eb1d6903c621702778204aa515c7618 Author: Matthias Maier gentoo org> AuthorDate: Sat Sep 10 13:56:30 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Sep 10 13:57:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba313b75 net-misc/spice-gtk: Call addpredict in appropriate functions, bug #593388 Package-Manager: portage-2.2.28 net-misc/spice-gtk/spice-gtk-0.31.ebuild | 19 +++++++++++++++---- net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild | 18 ++++++++++++++---- net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild | 18 ++++++++++++++---- net-misc/spice-gtk/spice-gtk-9999.ebuild | 18 ++++++++++++++---- 4 files changed, 57 insertions(+), 16 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild b/net-misc/spice-gtk/spice-gtk-0.31.ebuild index 3682e02..cfec48e 100644 --- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild @@ -85,10 +85,6 @@ DEPEND="${RDEPEND} # dev-lang/vala:0.14 # dev-lang/perl -# Prevent sandbox violations, bug #581836 -# https://bugzilla.gnome.org/show_bug.cgi?id=581836 -addpredict /dev - src_prepare() { epatch "${FILESDIR}"/${P}-x11-libs.patch epatch_user @@ -99,6 +95,11 @@ src_prepare() { } src_configure() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + local myconf local audio="no" @@ -148,10 +149,20 @@ src_configure() { } src_compile() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + multibuild_foreach_variant run_in_build_dir default } src_test() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + multibuild_foreach_variant run_in_build_dir default } diff --git a/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild index 0fac346..3c026b1 100644 --- a/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.32-r1.ebuild @@ -75,10 +75,6 @@ DEPEND="${RDEPEND} # dev-lang/vala:0.14 # dev-lang/perl -# Prevent sandbox violations, bug #581836 -# https://bugzilla.gnome.org/show_bug.cgi?id=581836 -addpredict /dev - src_prepare() { epatch "${FILESDIR}"/${P}-x11-libs.patch epatch_user @@ -89,6 +85,11 @@ src_prepare() { } src_configure() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + local myconf if use vala ; then @@ -121,6 +122,15 @@ src_configure() { econf ${myconf} } +src_compile() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + + default +} + src_install() { default diff --git a/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild index ea87c5a..7477ddf 100644 --- a/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.32-r2.ebuild @@ -79,10 +79,6 @@ DEPEND="${RDEPEND} # dev-lang/vala:0.14 # dev-lang/perl -# Prevent sandbox violations, bug #581836 -# https://bugzilla.gnome.org/show_bug.cgi?id=581836 -addpredict /dev - src_prepare() { epatch "${FILESDIR}"/${P}-x11-libs.patch epatch_user @@ -93,6 +89,11 @@ src_prepare() { } src_configure() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + local myconf if use vala ; then @@ -125,6 +126,15 @@ src_configure() { econf ${myconf} } +src_compile() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + + default +} + src_install() { default diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 0fd61c8..1770909 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -78,10 +78,6 @@ DEPEND="${RDEPEND} # dev-lang/vala:0.14 # dev-lang/perl -# Prevent sandbox violations, bug #581836 -# https://bugzilla.gnome.org/show_bug.cgi?id=581836 -addpredict /dev - src_prepare() { epatch_user @@ -91,6 +87,11 @@ src_prepare() { } src_configure() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + local myconf if use vala ; then @@ -123,6 +124,15 @@ src_configure() { econf ${myconf} } +src_compile() { + # Prevent sandbox violations, bug #581836 + # https://bugzilla.gnome.org/show_bug.cgi?id=744134 + # https://bugzilla.gnome.org/show_bug.cgi?id=744135 + addpredict /dev + + default +} + src_install() { default