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 D6955139695 for ; Mon, 13 Mar 2017 09:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D23D21C043; Mon, 13 Mar 2017 09:49:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E01C421C043 for ; Mon, 13 Mar 2017 09:49:47 +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 CC1B9340AC7 for ; Mon, 13 Mar 2017 09:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9277D66A6 for ; Mon, 13 Mar 2017 09:49:45 +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: <1489397637.21aa4f51c3b2c6f45d8d3ce65a1046d699b4641a.mudler@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-wm/marco/ X-VCS-Repository: proj/gentoo-mate 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: 21aa4f51c3b2c6f45d8d3ce65a1046d699b4641a X-VCS-Branch: master Date: Mon, 13 Mar 2017 09:49:45 +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: b316ac48-b984-4a7f-b4ce-7471ecc1495b X-Archives-Hash: 5426f797032caf9f37862c1d5c8009ee commit: 21aa4f51c3b2c6f45d8d3ce65a1046d699b4641a Author: Ettore Di Giacinto gentoo org> AuthorDate: Mon Mar 13 09:33:57 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Mon Mar 13 09:33:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=21aa4f51 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 56ba2f5..beb7936 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 56ba2f5..5cdf56c 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 56ba2f5..5cdf56c 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}