summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-03-27 17:38:45 -0400
committerJames Cloos <cloos@jhcloos.com>2008-03-27 17:38:45 -0400
commit7c97011e288d7ad0b8504779ba98655e8e3f6706 (patch)
treedc13bdbd587d031f8703592f11a4fc9c2ba337a4 /x11-proto/xcb-proto/xcb-proto-9999.ebuild
parentMerge in x11-libs/{libxcb,libX11} from live-x11 overlay (diff)
downloadx11-7c97011e288d7ad0b8504779ba98655e8e3f6706.tar.gz
x11-7c97011e288d7ad0b8504779ba98655e8e3f6706.tar.bz2
x11-7c97011e288d7ad0b8504779ba98655e8e3f6706.zip
Merge in rest of x11-proto from live-x11 overlay
Diffstat (limited to 'x11-proto/xcb-proto/xcb-proto-9999.ebuild')
-rw-r--r--x11-proto/xcb-proto/xcb-proto-9999.ebuild19
1 files changed, 5 insertions, 14 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
index e748111f..5f2e463a 100644
--- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
@@ -1,23 +1,14 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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
+inherit x-modular
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
-
DESCRIPTION="X C-language Bindings protocol headers"
-SRC_URI=""
+HOMEPAGE="http://xcb.freedesktop.org/"
+
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
-}