diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-11-10 00:20:16 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-11-10 00:20:16 +0000 |
commit | 525424fdec283accaf9ec291436bbd979224aad3 (patch) | |
tree | 26835dfc7c48858741319ffaaf50c74e4d1fa0cb /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-525424fdec283accaf9ec291436bbd979224aad3.tar.gz gentoo-2-525424fdec283accaf9ec291436bbd979224aad3.tar.bz2 gentoo-2-525424fdec283accaf9ec291436bbd979224aad3.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index ae9bb178dd7d..d0ebae17859a 100644 --- a/x11-drivers/xf86-video-nouveau/ChangeLog +++ b/x11-drivers/xf86-video-nouveau/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-nouveau # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.53 2012/10/25 00:17:19 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.54 2012/11/10 00:20:16 chithanh Exp $ + +*xf86-video-nouveau-1.0.4 (10 Nov 2012) + + 10 Nov 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-nouveau-1.0.4.ebuild: + Version bump. *xf86-video-nouveau-1.0.3 (25 Oct 2012) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild new file mode 100644 index 000000000000..dcca9e1d0568 --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild,v 1.1 2012/11/10 00:20:16 chithanh Exp $ + +EAPI=4 +XORG_DRI="always" +inherit xorg-2 + +DESCRIPTION="Accelerated Open Source driver for nVidia cards" +HOMEPAGE="http://nouveau.freedesktop.org/" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]" +DEPEND="${RDEPEND} + x11-proto/glproto + x11-proto/xf86driproto + x11-proto/dri2proto" |