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 4A578138335 for ; Thu, 7 Mar 2019 13:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E0C9E0882; Thu, 7 Mar 2019 13:25:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36FF3E0882 for ; Thu, 7 Mar 2019 13:25: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A697335C67 for ; Thu, 7 Mar 2019 13:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D4A55E for ; Thu, 7 Mar 2019 13:25:53 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1551965119.6b527bfb7dedec2f116d74933d928f1ec0ef13b2.leio@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.35-r1.ebuild net-misc/spice-gtk/spice-gtk-0.35.ebuild net-misc/spice-gtk/spice-gtk-9999.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6b527bfb7dedec2f116d74933d928f1ec0ef13b2 X-VCS-Branch: master Date: Thu, 7 Mar 2019 13:25:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 222d3510-14d5-4f8c-88c0-285b1dae7cd5 X-Archives-Hash: d702ca0a71d8f6d820efab9a4f37495e commit: 6b527bfb7dedec2f116d74933d928f1ec0ef13b2 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 7 13:24:26 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 7 13:25:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b527bfb net-misc/spice-gtk: remove deletion of non-existent files gtk/controller files were moved upstream to src/controller long ago, so this was a no-op. But now with 0.35 the controller library is gone altogether... Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild | 6 ------ net-misc/spice-gtk/spice-gtk-0.35.ebuild | 6 ------ net-misc/spice-gtk/spice-gtk-9999.ebuild | 6 ------ 3 files changed, 18 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild index 877545defc0..a0993111831 100644 --- a/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.35-r1.ebuild @@ -100,12 +100,6 @@ src_configure() { xdg_environment_reset local myconf - - if use vala ; then - # force vala regen for MinGW, etc - rm -fv gtk/controller/controller.{c,vala.stamp} gtk/controller/menu.c - fi - myconf=" $(use_enable static-libs static) $(use_enable introspection) diff --git a/net-misc/spice-gtk/spice-gtk-0.35.ebuild b/net-misc/spice-gtk/spice-gtk-0.35.ebuild index 078dfa641be..c56fd624815 100644 --- a/net-misc/spice-gtk/spice-gtk-0.35.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.35.ebuild @@ -98,12 +98,6 @@ src_configure() { xdg_environment_reset local myconf - - if use vala ; then - # force vala regen for MinGW, etc - rm -fv gtk/controller/controller.{c,vala.stamp} gtk/controller/menu.c - fi - myconf=" $(use_enable static-libs static) $(use_enable introspection) diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 0cd9ccd8668..37f1d9d190d 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -95,12 +95,6 @@ src_configure() { xdg_environment_reset local myconf - - if use vala ; then - # force vala regen for MinGW, etc - rm -fv gtk/controller/controller.{c,vala.stamp} gtk/controller/menu.c - fi - myconf=" $(use_enable static-libs static) $(use_enable introspection)