diff options
author | Zhang Le <r0bertz@gentoo.org> | 2009-07-16 02:12:14 +0800 |
---|---|---|
committer | Zhang Le <r0bertz@gentoo.org> | 2009-07-16 02:12:14 +0800 |
commit | e1b2672d1acf30b041046d0f316144f9b819793f (patch) | |
tree | 1365258fb916be006b530727145961f3481a335b /x11-drivers/xf86-video-siliconmotion | |
parent | added xorg-server-1.6.2-r1.ebuild (diff) | |
download | loongson-e1b2672d1acf30b041046d0f316144f9b819793f.tar.gz loongson-e1b2672d1acf30b041046d0f316144f9b819793f.tar.bz2 loongson-e1b2672d1acf30b041046d0f316144f9b819793f.zip |
added xf86-video-siliconmotion-9999.ebuild
Signed-off-by: Zhang Le <r0bertz@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-siliconmotion')
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-9999.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/Manifest b/x11-drivers/xf86-video-siliconmotion/Manifest new file mode 100644 index 0000000..a1c6d23 --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/Manifest @@ -0,0 +1 @@ +EBUILD xf86-video-siliconmotion-9999.ebuild 388 RMD160 8b4b67e2c4fdded99326f7db92092f2e3dad0bfe SHA1 c6b42eb1e0149d0d6ad97df74d3fa2b464e89f49 SHA256 f3c5666a75d60d0cfd7bcad9d5f43d3b42b3382cfcd87fd8a55c982f816adef9 diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-9999.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-9999.ebuild new file mode 100644 index 0000000..11942eb --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header$ +EAPI="2" + +inherit x-modular + +DESCRIPTION="Silicon Motion video driver" +KEYWORDS="" +RDEPEND=">=x11-base/xorg-server-1.5.0" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xproto" |