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 E0790139696 for ; Thu, 16 Mar 2017 14:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3762721C07E; Thu, 16 Mar 2017 14:00:59 +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 13FB221C07E for ; Thu, 16 Mar 2017 14:00:59 +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 EEE86341134 for ; Thu, 16 Mar 2017 14:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DC6C6A43 for ; Thu, 16 Mar 2017 14:00:56 +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: <1489672289.9ceb9c515d8cc67e1113a21623f8e1c1404366f6.mudler@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: mate-extra/mate-netbook/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-netbook/mate-netbook-9999.ebuild X-VCS-Directories: mate-extra/mate-netbook/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 9ceb9c515d8cc67e1113a21623f8e1c1404366f6 X-VCS-Branch: 1.18-bump Date: Thu, 16 Mar 2017 14:00:56 +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: 1ab59c13-0acc-48d5-8730-1c0a472d48bc X-Archives-Hash: 572de8006142cd30d89cce916056539c commit: 9ceb9c515d8cc67e1113a21623f8e1c1404366f6 Author: Ettore Di Giacinto gentoo org> AuthorDate: Thu Mar 16 13:51:29 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Thu Mar 16 13:51:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=9ceb9c51 mate-extra/mate-netbook: sync live ebuild with upstream * Drop gtk3 useflag Package-Manager: Portage-2.3.3, Repoman-2.3.1 mate-extra/mate-netbook/mate-netbook-9999.ebuild | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/mate-extra/mate-netbook/mate-netbook-9999.ebuild b/mate-extra/mate-netbook/mate-netbook-9999.ebuild index e8c29d5..e5d0ce6 100644 --- a/mate-extra/mate-netbook/mate-netbook-9999.ebuild +++ b/mate-extra/mate-netbook/mate-netbook-9999.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 @@ -13,24 +13,18 @@ DESCRIPTION="MATE utilities for netbooks" LICENSE="GPL-3" SLOT="0" -IUSE="gtk3" +IUSE="" COMMON_DEPEND=" >=dev-libs/glib-2.36:2 - >=mate-base/mate-panel-1.8[gtk3(-)=] + >=mate-base/mate-panel-1.17.0 + >=x11-libs/gtk+-3.14:3 x11-libs/libfakekey:0 + x11-libs/libwnck:3 x11-libs/libXtst:0 x11-libs/libX11:0 x11-libs/cairo:0 - virtual/libintl:0 - !gtk3? ( - x11-libs/gtk+:2 - x11-libs/libwnck:1 - ) - gtk3? ( - x11-libs/gtk+:3 - x11-libs/libwnck:3 - )" + virtual/libintl:0" RDEPEND="${COMMON_DEPEND}" @@ -39,8 +33,3 @@ DEPEND="${COMMON_DEPEND} >=dev-util/intltool-0.50.1:* sys-devel/gettext:* virtual/pkgconfig:*" - -src_configure() { - mate_src_configure \ - --with-gtk=$(usex gtk3 3.0 2.0) -}