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 3BA32139694 for ; Tue, 14 Mar 2017 10:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA0ADE0CA7; Tue, 14 Mar 2017 10:03:18 +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 739D0E0CA7 for ; Tue, 14 Mar 2017 10:03:18 +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 AC6E833E142 for ; Tue, 14 Mar 2017 10:03:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71ED867CB for ; Tue, 14 Mar 2017 10:03:15 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1489485363.01c9fc6f868e4c225051415ecc492ac0bcfcabc8.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/marco/marco-1.12.1-r1.ebuild x11-wm/marco/marco-1.14.2-r1.ebuild x11-wm/marco/marco-1.14.2.ebuild x11-wm/marco/marco-1.16.0-r1.ebuild x11-wm/marco/marco-1.16.0.ebuild X-VCS-Directories: x11-wm/marco/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 01c9fc6f868e4c225051415ecc492ac0bcfcabc8 X-VCS-Branch: master Date: Tue, 14 Mar 2017 10:03:15 +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: 62f244c9-c897-4a51-9e8e-8781d1319e20 X-Archives-Hash: 8d2efe0b4564d52e37975cbee5c3859b commit: 01c9fc6f868e4c225051415ecc492ac0bcfcabc8 Author: Ettore Di Giacinto gentoo org> AuthorDate: Mon Mar 13 09:33:57 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Tue Mar 14 09:56:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c9fc6f x11-wm/marco: add mate-base/mate-desktop as runtime dependency, bug #611478 #605630 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=611478 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=605630 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-wm/marco/{marco-1.14.2.ebuild => marco-1.12.1-r1.ebuild} | 12 +++++------- x11-wm/marco/{marco-1.14.2.ebuild => marco-1.14.2-r1.ebuild} | 3 ++- x11-wm/marco/{marco-1.16.0.ebuild => marco-1.16.0-r1.ebuild} | 3 ++- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/x11-wm/marco/marco-1.14.2.ebuild b/x11-wm/marco/marco-1.12.1-r1.ebuild similarity index 92% copy from x11-wm/marco/marco-1.14.2.ebuild copy to x11-wm/marco/marco-1.12.1-r1.ebuild index 56ba2f5008a..beb7936f32b 100644 --- a/x11-wm/marco/marco-1.14.2.ebuild +++ b/x11-wm/marco/marco-1.12.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,10 +17,12 @@ SLOT="0" IUSE="gtk3 startup-notification test xinerama" -COMMON_DEPEND=" +RDEPEND=" dev-libs/atk:0 >=dev-libs/glib-2.32.10:2 >=gnome-base/libgtop-2:2= + gnome-extra/zenity:0 + >=mate-base/mate-desktop-1.9[gtk3(-)=] x11-libs/cairo:0 >=x11-libs/pango-1.2:0[X] x11-libs/gdk-pixbuf:2 @@ -47,11 +49,7 @@ COMMON_DEPEND=" xinerama? ( x11-libs/libXinerama:0 ) !!x11-wm/mate-window-manager" -RDEPEND="${COMMON_DEPEND} - gnome-extra/zenity:0 -" - -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} app-text/yelp-tools:0 >=dev-util/intltool-0.34.90:* sys-devel/gettext:* diff --git a/x11-wm/marco/marco-1.14.2.ebuild b/x11-wm/marco/marco-1.14.2-r1.ebuild similarity index 95% rename from x11-wm/marco/marco-1.14.2.ebuild rename to x11-wm/marco/marco-1.14.2-r1.ebuild index 56ba2f5008a..5cdf56cdaaf 100644 --- a/x11-wm/marco/marco-1.14.2.ebuild +++ b/x11-wm/marco/marco-1.14.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,6 +49,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} gnome-extra/zenity:0 + >=mate-base/mate-desktop-1.9[gtk3(-)=] " DEPEND="${COMMON_DEPEND} diff --git a/x11-wm/marco/marco-1.16.0.ebuild b/x11-wm/marco/marco-1.16.0-r1.ebuild similarity index 95% rename from x11-wm/marco/marco-1.16.0.ebuild rename to x11-wm/marco/marco-1.16.0-r1.ebuild index 56ba2f5008a..5cdf56cdaaf 100644 --- a/x11-wm/marco/marco-1.16.0.ebuild +++ b/x11-wm/marco/marco-1.16.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,6 +49,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} gnome-extra/zenity:0 + >=mate-base/mate-desktop-1.9[gtk3(-)=] " DEPEND="${COMMON_DEPEND}