From 68e18c9df9e30fa7910f6a3987d7ca28668f196c Mon Sep 17 00:00:00 2001 From: Donnie Berkholz <spyderous@gentoo.org> Date: Mon, 8 Aug 2005 07:08:32 +0000 Subject: Initial commit for modular X. (Portage version: 2.0.51.22-r2) --- x11-drivers/xf86-video-cirrus/ChangeLog | 10 ++++++++++ x11-drivers/xf86-video-cirrus/Manifest | 2 ++ .../xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0 | 1 + .../xf86-video-cirrus/xf86-video-cirrus-1.0.0.ebuild | 14 ++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 x11-drivers/xf86-video-cirrus/ChangeLog create mode 100644 x11-drivers/xf86-video-cirrus/Manifest create mode 100644 x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0 create mode 100644 x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.ebuild (limited to 'x11-drivers/xf86-video-cirrus') diff --git a/x11-drivers/xf86-video-cirrus/ChangeLog b/x11-drivers/xf86-video-cirrus/ChangeLog new file mode 100644 index 000000000000..c62b03dda25d --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-drivers/xf86-video-cirrus +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.1 2005/08/08 07:08:30 spyderous Exp $ + +*xf86-video-cirrus-1.0.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xf86-video-cirrus-1.0.0.ebuild: + Initial commit for modular X. + diff --git a/x11-drivers/xf86-video-cirrus/Manifest b/x11-drivers/xf86-video-cirrus/Manifest new file mode 100644 index 000000000000..ee5757b83ce7 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/Manifest @@ -0,0 +1,2 @@ +MD5 9b7fddab01495f9e1a2e2934a7c464a6 xf86-video-cirrus-1.0.0.ebuild 333 +MD5 367002c28cb05f93ff23a3a819b57453 files/digest-xf86-video-cirrus-1.0.0 76 diff --git a/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0 b/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0 new file mode 100644 index 000000000000..69a06abb3aed --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0 @@ -0,0 +1 @@ +MD5 ecfa6983c4c2ce03bfdc04a915c4fb2b xf86-video-cirrus-1.0.0.tar.bz2 229220 diff --git a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.ebuild b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.ebuild new file mode 100644 index 000000000000..e275c944254e --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-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-cirrus/xf86-video-cirrus-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 cirrus cards" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" -- cgit v1.2.3-65-gdbad