diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:09:41 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:09:41 +0000 |
commit | e7d0e65ffe5c2bbd61fa0bfe9af0016ca66fb380 (patch) | |
tree | b11708bfda7ca5c0a401f627c94575e95ac11bd3 /x11-drivers | |
parent | Version bump with minor changes. (diff) | |
download | gentoo-2-e7d0e65ffe5c2bbd61fa0bfe9af0016ca66fb380.tar.gz gentoo-2-e7d0e65ffe5c2bbd61fa0bfe9af0016ca66fb380.tar.bz2 gentoo-2-e7d0e65ffe5c2bbd61fa0bfe9af0016ca66fb380.zip |
Version bump with minor changes.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nsc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.2 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild | 21 |
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nsc/ChangeLog b/x11-drivers/xf86-video-nsc/ChangeLog index 9e3cfcc43342..ed5876d11fc6 100644 --- a/x11-drivers/xf86-video-nsc/ChangeLog +++ b/x11-drivers/xf86-video-nsc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-nsc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.20 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.21 2006/10/22 18:09:41 joshuabaergen Exp $ + +*xf86-video-nsc-2.8.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-nsc-2.8.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-nsc-2.8.1.ebuild: diff --git a/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.2 b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.2 new file mode 100644 index 000000000000..b8c9153598ef --- /dev/null +++ b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 1fbdd5e9b5508b032c0102f72d1e555c xf86-video-nsc-2.8.2.tar.bz2 479445 +RMD160 0eeddcbc62fe0c525b7e02cb67caf0561a05facf xf86-video-nsc-2.8.2.tar.bz2 479445 +SHA256 060493a9dcad81e8912381d2a8d14a3e32a34414296a089756868f3442103c8c xf86-video-nsc-2.8.2.tar.bz2 479445 diff --git a/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild new file mode 100644 index 000000000000..bfe9206cd5a9 --- /dev/null +++ b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild,v 1.1 2006/10/22 18:09:41 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Nsc video driver" +KEYWORDS="~amd64 ~sh ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xproto" |