summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-06-19 13:57:59 -0700
committerDonnie Berkholz <dberkholz@gentoo.org>2007-06-19 13:57:59 -0700
commite3e510dd409f9e295954a97df4170f40c5b24c2b (patch)
tree73bb07b267ca4a9b28ff249bf7b1bfd0bef1675f /x11-proto/xcb-proto/xcb-proto-9999.ebuild
parentAdd virtuals for monolithic Xorg: glu, opengl, x11, xft. (diff)
downloadx11-e3e510dd409f9e295954a97df4170f40c5b24c2b.tar.gz
x11-e3e510dd409f9e295954a97df4170f40c5b24c2b.tar.bz2
x11-e3e510dd409f9e295954a97df4170f40c5b24c2b.zip
Pull over X-related ebuilds from my personal overlay.
Diffstat (limited to 'x11-proto/xcb-proto/xcb-proto-9999.ebuild')
-rw-r--r--x11-proto/xcb-proto/xcb-proto-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
new file mode 100644
index 00000000..e748111f
--- /dev/null
+++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.5.ebuild,v 1.1 2006/04/29 04:23:28 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+
+inherit git x-modular
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
+
+DESCRIPTION="X C-language Bindings protocol headers"
+SRC_URI=""
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-libs/libxml2"
+
+src_unpack() {
+ git_src_unpack
+ x-modular_patch_source
+ x-modular_reconf_source
+}