summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-08 14:10:42 -0800
committerMatt Turner <mattst88@gmail.com>2013-11-08 14:12:57 -0800
commitaa77d71110775dd9f1846e181be731665e133bb7 (patch)
treea056745efb177ea9a7baaaa9c26db73f9c5c3459
parentx11-proto/dri3proto: Add. (diff)
downloadx11-aa77d71110775dd9f1846e181be731665e133bb7.tar.gz
x11-aa77d71110775dd9f1846e181be731665e133bb7.tar.bz2
x11-aa77d71110775dd9f1846e181be731665e133bb7.zip
x11-proto/presentproto: Add.
-rw-r--r--profiles/package.mask1
-rw-r--r--x11-proto/presentproto/presentproto-9999.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 350d1569..053f9087 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -106,6 +106,7 @@
=x11-proto/glproto-9999
=x11-proto/inputproto-9999
=x11-proto/kbproto-9999
+=x11-proto/presentproto-9999
=x11-proto/printproto-9999
=x11-proto/randrproto-9999
=x11-proto/recordproto-9999
diff --git a/x11-proto/presentproto/presentproto-9999.ebuild b/x11-proto/presentproto/presentproto-9999.ebuild
new file mode 100644
index 00000000..6e849224
--- /dev/null
+++ b/x11-proto/presentproto/presentproto-9999.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/presentproto/presentproto-1.0.ebuild,v 1.1 2013/11/01 03:20:35 mattst88 Exp $
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"