commit: fec7d34067e9e5721001c98414425fae4437d50e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Jan 17 23:03:46 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Jan 17 23:16:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec7d340
x11-drivers/xf86-video-nv: Version bump to 2.1.21. x11-drivers/xf86-video-nv/Manifest | 1 + x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-drivers/xf86-video-nv/Manifest b/x11-drivers/xf86-video-nv/Manifest index cb0904f..f300baa 100644 --- a/x11-drivers/xf86-video-nv/Manifest +++ b/x11-drivers/xf86-video-nv/Manifest @@ -1 +1,2 @@ DIST xf86-video-nv-2.1.20.tar.bz2 396982 SHA256 8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf SHA512 f7c3f00aa949bdffdcb180fa727204b1cdbbad560919e111c589f8614fd897186cdefe014714505aa4646419b4d8bb879eaca96fea032b56cc8c71ba7faa6373 WHIRLPOOL 77d18c82faaf1d969aa9cef6d81fcc0fda8fbb141094a1b05c1ad6edddb5cf2044280f1f0017a079abd9918be555eeffc9ed49750762601dcbcd14e66bfbc9ee +DIST xf86-video-nv-2.1.21.tar.bz2 424091 SHA256 1f98649e6ff0e8214b9d5dcac661f1d004be8e73823d8247b9c7025fd81db32d SHA512 97cec43100b00609d43cf45937bafea387fd656cb5e321fcbed426973320097ba6601e4e548026618b3cf0c480f58956874a201791dc0cc39297b5fd54979ca7 WHIRLPOOL 332ac5036a101d19f1acb29e1d036f461160d6cafd51e87d6bd51bb5209c0c04c437038270101f6472d463a9fbcfacf4c447f462b79c5f9655a72004753b5517 diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild new file mode 100644 index 00000000..b39c4c5 --- /dev/null +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="Nvidia 2D only video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-base/xorg-server + >=x11-libs/libpciaccess-0.10.7" +DEPEND="${RDEPEND}"