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 00AFF1382C5 for ; Tue, 6 Feb 2018 22:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D110E0956; Tue, 6 Feb 2018 22:08:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA777E0956 for ; Tue, 6 Feb 2018 22:08:02 +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 BCFF8335C30 for ; Tue, 6 Feb 2018 22:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0800A1DC for ; Tue, 6 Feb 2018 22:08:00 +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: <1517954869.e590965cdeb0c921194740da0481c85afaa1ebae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/xorg-server-1.19.5.ebuild x11-base/xorg-server/xorg-server-1.19.6.ebuild x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e590965cdeb0c921194740da0481c85afaa1ebae X-VCS-Branch: master Date: Tue, 6 Feb 2018 22:08:00 +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: 9a133505-c524-42f8-a121-7c0f70b2f827 X-Archives-Hash: 32ba657f38f7a8063a0d09006ecfb551 commit: e590965cdeb0c921194740da0481c85afaa1ebae Author: Matt Turner gentoo org> AuthorDate: Tue Feb 6 22:02:59 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Feb 6 22:07:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e590965c x11-base/xorg-server: Remove dead x11-proto/xf86rushproto dependency rushproto hasn't been required since upstream commit 8ec79e05feac (in 2005!), and even then it wasn't actually needed! Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-base/xorg-server/xorg-server-1.19.5.ebuild | 3 +-- x11-base/xorg-server/xorg-server-1.19.6.ebuild | 3 +-- x11-base/xorg-server/xorg-server-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/x11-base/xorg-server/xorg-server-1.19.5.ebuild b/x11-base/xorg-server/xorg-server-1.19.5.ebuild index 27a73bbdbff..43d6c43e91c 100644 --- a/x11-base/xorg-server/xorg-server-1.19.5.ebuild +++ b/x11-base/xorg-server/xorg-server-1.19.5.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=5 @@ -101,7 +101,6 @@ DEPEND="${CDEPEND} >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 - >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.31 diff --git a/x11-base/xorg-server/xorg-server-1.19.6.ebuild b/x11-base/xorg-server/xorg-server-1.19.6.ebuild index 22c7275f60c..85e42243693 100644 --- a/x11-base/xorg-server/xorg-server-1.19.6.ebuild +++ b/x11-base/xorg-server/xorg-server-1.19.6.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=5 @@ -101,7 +101,6 @@ DEPEND="${CDEPEND} >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 - >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.31 diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 03247bd2d5c..9c3615cc9cd 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.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=5 @@ -100,7 +100,6 @@ DEPEND="${CDEPEND} >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.2.99.901 >=x11-proto/xf86dgaproto-2.0.99.1 - >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.31