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 6FFC8138334 for ; Sun, 20 Jan 2019 05:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9CFEE0A45; Sun, 20 Jan 2019 05:43:21 +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 A423AE0A02 for ; Sun, 20 Jan 2019 05:43:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 64911335CF4 for ; Sun, 20 Jan 2019 05:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B18051E for ; Sun, 20 Jan 2019 05:43:16 +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: <1547962986.3801c29ee909429131f329db332a424aca16fd79.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-nouveau/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild X-VCS-Directories: x11-drivers/xf86-video-nouveau/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3801c29ee909429131f329db332a424aca16fd79 X-VCS-Branch: master Date: Sun, 20 Jan 2019 05:43:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 963c8c03-a500-428d-b217-96e3727bd11c X-Archives-Hash: 923f6a1ac2edb019014ec1ffab9d9990 commit: 3801c29ee909429131f329db332a424aca16fd79 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 20 05:29:38 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 20 05:43:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3801c29e x11-drivers/xf86-video-nouveau: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../xf86-video-nouveau-1.0.15.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild deleted file mode 100644 index 848b9f06a42..00000000000 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -XORG_DRI="always" -inherit xorg-2 - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git" - SRC_URI="" -fi - -DESCRIPTION="Accelerated Open Source driver for nVidia cards" -HOMEPAGE="https://nouveau.freedesktop.org/wiki/" - -KEYWORDS="amd64 ~arm64 ppc ppc64 x86" -IUSE="" - -RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau] - >=x11-libs/libpciaccess-0.10" -DEPEND="${RDEPEND}"