commit: 6b527bfb7dedec2f116d74933d928f1ec0ef13b2
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 13:24:26 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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)