From 525424fdec283accaf9ec291436bbd979224aad3 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sat, 10 Nov 2012 00:20:16 +0000 Subject: Version bump. (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) --- x11-drivers/xf86-video-nouveau/ChangeLog | 8 +++++++- .../xf86-video-nouveau-1.0.4.ebuild | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild (limited to 'x11-drivers') 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 + +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" -- cgit v1.2.3-65-gdbad