diff options
Diffstat (limited to 'x11-drivers/xf86-video-rendition')
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog new file mode 100644 index 000000000000..4fe2ec50981c --- /dev/null +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-drivers/xf86-video-rendition +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $ + +*xf86-video-rendition-4.0.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xf86-video-rendition-4.0.0.ebuild: + Initial commit for modular X. + diff --git a/x11-drivers/xf86-video-rendition/Manifest b/x11-drivers/xf86-video-rendition/Manifest new file mode 100644 index 000000000000..8f7122d98b4e --- /dev/null +++ b/x11-drivers/xf86-video-rendition/Manifest @@ -0,0 +1,2 @@ +MD5 92fbc3833aa524b1aac9d935203a1e90 xf86-video-rendition-4.0.0.ebuild 336 +MD5 8da7ca3aff22ff3dd7e438d0f386da3a files/digest-xf86-video-rendition-4.0.0 79 diff --git a/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.0.0 b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.0.0 new file mode 100644 index 000000000000..9e4e4bcd869a --- /dev/null +++ b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.0.0 @@ -0,0 +1 @@ +MD5 0adacac5e1b7365c3aeee18bcf84d4e9 xf86-video-rendition-4.0.0.tar.bz2 225634 diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.0.0.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.0.0.ebuild new file mode 100644 index 000000000000..b8708815b662 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.0.0.ebuild @@ -0,0 +1,14 @@ +# 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-rendition/xf86-video-rendition-4.0.0.ebuild,v 1.1 2005/08/08 07:08:31 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for rendition cards" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |