summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-02-01 14:50:03 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-02-01 14:50:03 +0000
commit258d0fbff6f35aae08dab1b88065dc3698545525 (patch)
treef1620111eec949a3ce0b4c84f5390b244324c852 /x11-drivers
parentAdd eapi4 to "known" list (diff)
downloadgentoo-2-258d0fbff6f35aae08dab1b88065dc3698545525.tar.gz
gentoo-2-258d0fbff6f35aae08dab1b88065dc3698545525.tar.bz2
gentoo-2-258d0fbff6f35aae08dab1b88065dc3698545525.zip
New ebuild for the QEMU QXL video driver.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-qxl/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-qxl/metadata.xml5
-rw-r--r--x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.13.ebuild18
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-qxl/ChangeLog b/x11-drivers/xf86-video-qxl/ChangeLog
new file mode 100644
index 000000000000..4ef13eda392a
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-drivers/xf86-video-qxl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.1 2011/02/01 14:50:03 chithanh Exp $
+
+*xf86-video-qxl-0.0.13 (01 Feb 2011)
+
+ 01 Feb 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-qxl-0.0.13.ebuild, +metadata.xml:
+ New ebuild for the QEMU QXL video driver.
+
diff --git a/x11-drivers/xf86-video-qxl/metadata.xml b/x11-drivers/xf86-video-qxl/metadata.xml
new file mode 100644
index 000000000000..01c4c004e735
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.13.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.13.ebuild
new file mode 100644
index 000000000000..8910d42cf6c9
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.13.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.13.ebuild,v 1.1 2011/02/01 14:50:03 chithanh Exp $
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="QEMU QXL paravirt video driver"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-base/xorg-server[-minimal]"
+DEPEND="${RDEPEND}
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/videoproto
+ x11-proto/xf86dgaproto"