diff options
Diffstat (limited to 'x11-drivers/xf86-video-cyrix')
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-cyrix/ChangeLog b/x11-drivers/xf86-video-cyrix/ChangeLog new file mode 100644 index 000000000000..a4cf8c60a414 --- /dev/null +++ b/x11-drivers/xf86-video-cyrix/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-drivers/xf86-video-cyrix +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cyrix/ChangeLog,v 1.1 2005/08/08 07:08:30 spyderous Exp $ + +*xf86-video-cyrix-1.0.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xf86-video-cyrix-1.0.0.ebuild: + Initial commit for modular X. + diff --git a/x11-drivers/xf86-video-cyrix/Manifest b/x11-drivers/xf86-video-cyrix/Manifest new file mode 100644 index 000000000000..51ed1e449c1b --- /dev/null +++ b/x11-drivers/xf86-video-cyrix/Manifest @@ -0,0 +1,2 @@ +MD5 68da1ccf95b7245b2e50dc3dac756f79 xf86-video-cyrix-1.0.0.ebuild 332 +MD5 37ea529244225611d3f7bff95d72cb8b files/digest-xf86-video-cyrix-1.0.0 75 diff --git a/x11-drivers/xf86-video-cyrix/files/digest-xf86-video-cyrix-1.0.0 b/x11-drivers/xf86-video-cyrix/files/digest-xf86-video-cyrix-1.0.0 new file mode 100644 index 000000000000..c6f2b28270b4 --- /dev/null +++ b/x11-drivers/xf86-video-cyrix/files/digest-xf86-video-cyrix-1.0.0 @@ -0,0 +1 @@ +MD5 28d9d1d9ee2a4873e5cfad30837e152c xf86-video-cyrix-1.0.0.tar.bz2 210618 diff --git a/x11-drivers/xf86-video-cyrix/xf86-video-cyrix-1.0.0.ebuild b/x11-drivers/xf86-video-cyrix/xf86-video-cyrix-1.0.0.ebuild new file mode 100644 index 000000000000..d17fd8cf0906 --- /dev/null +++ b/x11-drivers/xf86-video-cyrix/xf86-video-cyrix-1.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-cyrix/xf86-video-cyrix-1.0.0.ebuild,v 1.1 2005/08/08 07:08:30 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for cyrix cards" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |