diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-08 07:08:32 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-08 07:08:32 +0000 |
commit | 7064c8fc26bd204250757f8404b88f0afdd6073b (patch) | |
tree | f788c318260f73cf3d1e14cc9d3a5dffa80f1e0e /x11-drivers/xf86-video-sunleo | |
parent | added interim version (bug 72353) and removed broken 5.0.3 version (diff) | |
download | historical-7064c8fc26bd204250757f8404b88f0afdd6073b.tar.gz historical-7064c8fc26bd204250757f8404b88f0afdd6073b.tar.bz2 historical-7064c8fc26bd204250757f8404b88f0afdd6073b.zip |
Initial commit for modular X.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-drivers/xf86-video-sunleo')
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sunleo/ChangeLog b/x11-drivers/xf86-video-sunleo/ChangeLog new file mode 100644 index 000000000000..94cca07c53c6 --- /dev/null +++ b/x11-drivers/xf86-video-sunleo/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-drivers/xf86-video-sunleo +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunleo/ChangeLog,v 1.1 2005/08/08 07:08:32 spyderous Exp $ + +*xf86-video-sunleo-1.0.0 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xf86-video-sunleo-1.0.0.ebuild: + Initial commit for modular X. + diff --git a/x11-drivers/xf86-video-sunleo/Manifest b/x11-drivers/xf86-video-sunleo/Manifest new file mode 100644 index 000000000000..983d6cf09687 --- /dev/null +++ b/x11-drivers/xf86-video-sunleo/Manifest @@ -0,0 +1,2 @@ +MD5 41dc203577a3a8470d583a78eb719ac9 xf86-video-sunleo-1.0.0.ebuild 333 +MD5 d741d5f01a71a10022dbf953fec4f938 files/digest-xf86-video-sunleo-1.0.0 76 diff --git a/x11-drivers/xf86-video-sunleo/files/digest-xf86-video-sunleo-1.0.0 b/x11-drivers/xf86-video-sunleo/files/digest-xf86-video-sunleo-1.0.0 new file mode 100644 index 000000000000..14c0afdfb753 --- /dev/null +++ b/x11-drivers/xf86-video-sunleo/files/digest-xf86-video-sunleo-1.0.0 @@ -0,0 +1 @@ +MD5 26cc364b119d9cbaec005b2bff10f3be xf86-video-sunleo-1.0.0.tar.bz2 202815 diff --git a/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.0.0.ebuild b/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.0.0.ebuild new file mode 100644 index 000000000000..78989938e2ea --- /dev/null +++ b/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-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-sunleo/xf86-video-sunleo-1.0.0.ebuild,v 1.1 2005/08/08 07:08:32 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for sunleo cards" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |