summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-01-17 15:03:46 -0800
committerMatt Turner <mattst88@gentoo.org>2017-01-17 15:16:29 -0800
commitfec7d34067e9e5721001c98414425fae4437d50e (patch)
treefa8b06c378721aa22b1075a0d523b321e4cd7f16 /x11-drivers
parentx11-drivers/xf86-video-siliconmotion: Version bump to 1.7.9. (diff)
downloadgentoo-fec7d34067e9e5721001c98414425fae4437d50e.tar.gz
gentoo-fec7d34067e9e5721001c98414425fae4437d50e.tar.bz2
gentoo-fec7d34067e9e5721001c98414425fae4437d50e.zip
x11-drivers/xf86-video-nv: Version bump to 2.1.21.
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nv/Manifest1
-rw-r--r--x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nv/Manifest b/x11-drivers/xf86-video-nv/Manifest
index cb0904fee0a6..f300baaff4fa 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 000000000000..b39c4c5bbc87
--- /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}"