diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-23 20:42:33 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-23 20:42:33 +0000 |
commit | e229dcc04016eddb28c588984c3c08f7dce87220 (patch) | |
tree | f518e342708af72646cd16ba6f25983d4f667c8d /x11-drivers/xf86-video-via | |
parent | stable amd64 (diff) | |
download | historical-e229dcc04016eddb28c588984c3c08f7dce87220.tar.gz historical-e229dcc04016eddb28c588984c3c08f7dce87220.tar.bz2 historical-e229dcc04016eddb28c588984c3c08f7dce87220.zip |
Bump for 7.0.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-drivers/xf86-video-via')
-rw-r--r-- | x11-drivers/xf86-video-via/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/files/digest-xf86-video-via-0.1.33.2 | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/xf86-video-via-0.1.33.2.ebuild | 32 |
3 files changed, 41 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-via/ChangeLog b/x11-drivers/xf86-video-via/ChangeLog index f5e5ff8ceb60..0de4ec98a4a5 100644 --- a/x11-drivers/xf86-video-via/ChangeLog +++ b/x11-drivers/xf86-video-via/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-via # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.14 2005/12/18 00:28:47 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.15 2005/12/23 20:41:29 joshuabaergen Exp $ + +*xf86-video-via-0.1.33.2 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-via-0.1.33.2.ebuild: + Bump for 7.0. *xf86-video-via-0.1.33.1 (18 Dec 2005) diff --git a/x11-drivers/xf86-video-via/files/digest-xf86-video-via-0.1.33.2 b/x11-drivers/xf86-video-via/files/digest-xf86-video-via-0.1.33.2 new file mode 100644 index 000000000000..84cb301bb92a --- /dev/null +++ b/x11-drivers/xf86-video-via/files/digest-xf86-video-via-0.1.33.2 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 b003e299f15e3f62850c40e941afe0ec xf86-video-via-0.1.33.2.tar.bz2 364333 diff --git a/x11-drivers/xf86-video-via/xf86-video-via-0.1.33.2.ebuild b/x11-drivers/xf86-video-via/xf86-video-via-0.1.33.2.ebuild new file mode 100644 index 000000000000..5cd39d93236a --- /dev/null +++ b/x11-drivers/xf86-video-via/xf86-video-via-0.1.33.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.1.33.2.ebuild,v 1.1 2005/12/23 20:41:29 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for via cards" +KEYWORDS="~x86" +IUSE="dri" +RDEPEND="x11-base/xorg-server + x11-libs/libXvMC" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xproto + dri? ( x11-proto/xf86driproto + >=x11-libs/libdrm-2 + x11-libs/libX11 )" + +PATCHES="" +CONFIGURE_OPTIONS="$(use_enable dri)" + +pkg_setup() { + if use dri && ! built_with_use x11-base/xorg-server dri; then + die "Build x11-base/xorg-server with USE=dri." + fi +} |