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 740B21382C5 for ; Sun, 1 Apr 2018 22:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93185E0ADD; Sun, 1 Apr 2018 22:27:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6CF08E0ADD for ; Sun, 1 Apr 2018 22:27:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4A5BA335D8B for ; Sun, 1 Apr 2018 22:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58320263 for ; Sun, 1 Apr 2018 22:27:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1522621659.3260e5ad5c5fcc7ddd9f3da9d414c0b55ec42b8d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-7.2.0-r1.ebuild sci-geosciences/grass/grass-7.2.0.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3260e5ad5c5fcc7ddd9f3da9d414c0b55ec42b8d X-VCS-Branch: master Date: Sun, 1 Apr 2018 22:27:51 +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: 9a487e9b-ae1b-4497-81ac-c83f26d121cd X-Archives-Hash: 2d91735f95f8263d16bc2fc08d50a1ae commit: 3260e5ad5c5fcc7ddd9f3da9d414c0b55ec42b8d Author: Matt Turner gentoo org> AuthorDate: Sun Apr 1 22:25:30 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 1 22:27:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3260e5ad sci-geosciences/grass: Clean up X11 dependencies Xaw, Xmu, Xpm, and Xp are unused. Also switch to depending on xorg-proto directly while we're here. Closes: https://bugs.gentoo.org/649096 .../grass/{grass-7.2.0.ebuild => grass-7.2.0-r1.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sci-geosciences/grass/grass-7.2.0.ebuild b/sci-geosciences/grass/grass-7.2.0-r1.ebuild similarity index 97% rename from sci-geosciences/grass/grass-7.2.0.ebuild rename to sci-geosciences/grass/grass-7.2.0-r1.ebuild index f62fa1a2565..be625fa853d 100644 --- a/sci-geosciences/grass/grass-7.2.0.ebuild +++ b/sci-geosciences/grass/grass-7.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -56,11 +56,7 @@ RDEPEND="${PYTHON_DEPS} x11-libs/libICE x11-libs/libSM x11-libs/libX11 - x11-libs/libXaw x11-libs/libXext - x11-libs/libXmu - x11-libs/libXp - x11-libs/libXpm x11-libs/libXt )" @@ -71,8 +67,7 @@ DEPEND="${RDEPEND} sys-devel/bison X? ( dev-lang/swig - x11-proto/xextproto - x11-proto/xproto + x11-base/xorg-proto )" S="${WORKDIR}/${MY_P}"