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 02B39138334 for ; Tue, 29 Jan 2019 17:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D47EE0CE9; Tue, 29 Jan 2019 17:54:30 +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 18883E0CE9 for ; Tue, 29 Jan 2019 17:54:30 +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 D8FF9335DA9 for ; Tue, 29 Jan 2019 17:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 312A94E3 for ; Tue, 29 Jan 2019 17:54:25 +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: <1548784452.e498b441c8dd703ec831ddd321c7658b11cca4ce.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/Manifest x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild X-VCS-Directories: x11-drivers/xf86-video-nouveau/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e498b441c8dd703ec831ddd321c7658b11cca4ce X-VCS-Branch: master Date: Tue, 29 Jan 2019 17:54:25 +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: 9e1202fb-6205-4a8f-b25f-6aa0a306ce04 X-Archives-Hash: cc9b37fac98fe4a2c0d647a6ed97dcca commit: e498b441c8dd703ec831ddd321c7658b11cca4ce Author: Matt Turner gentoo org> AuthorDate: Tue Jan 29 17:53:48 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 29 17:54:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e498b441 x11-drivers/xf86-video-nouveau: Version bump to 1.0.16 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-nouveau/Manifest | 1 + .../xf86-video-nouveau-1.0.16.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/x11-drivers/xf86-video-nouveau/Manifest b/x11-drivers/xf86-video-nouveau/Manifest index ac1d17557c3..e7a7068d981 100644 --- a/x11-drivers/xf86-video-nouveau/Manifest +++ b/x11-drivers/xf86-video-nouveau/Manifest @@ -1 +1,2 @@ DIST xf86-video-nouveau-1.0.15.tar.bz2 584998 BLAKE2B 474eb27d00351fff9b24438c317e2f18810fde76d866ace047beda6c6cc58276e9f6ce25b4690c1de321dbdcd2dd238dc6f473a273cd3b54123d2f8383d5e586 SHA512 69a8f8e7920d893f17d14fd9f05e35de246d980a243f3b3b00c05deae7f6bd97e0f51e6ddfa322b4d0815233fe5f656d4e55f54461249f3f24c3bc025a682285 +DIST xf86-video-nouveau-1.0.16.tar.bz2 629404 BLAKE2B 519ae2ddc6f895648274e10fc3b5052896734e40251dcaf35a948be051711c14054573a08192ccf15002f3a8d1e6079c982c32cf8c58e2a288c0f146155020e8 SHA512 41b7839c37372660968ab7da2bc3d9feef3cab4e994d05d4ba6e59071f0d1b1f8d7dcdbcb15a42a375a556d28dc067f9ffe45d73c1d121ad307d199107ade3e0 diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild new file mode 100644 index 00000000000..199676766bf --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# 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 + virtual/libudev:=" +DEPEND="${RDEPEND}"