summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-03-27 17:45:34 -0400
committerJames Cloos <cloos@jhcloos.com>2008-03-27 17:47:29 -0400
commit3d467cbd51b422dc8c6cdb6fb3ac5eb801a5183d (patch)
tree7da6b3549408c2744d5fa186bd6a8515a3be217b /x11-misc
parentMerge in rest of x11-proto from live-x11 overlay (diff)
downloadx11-3d467cbd51b422dc8c6cdb6fb3ac5eb801a5183d.tar.gz
x11-3d467cbd51b422dc8c6cdb6fb3ac5eb801a5183d.tar.bz2
x11-3d467cbd51b422dc8c6cdb6fb3ac5eb801a5183d.zip
Add live ebuild for x11-misc/xcb-demo
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xcb-demo/Manifest8
-rw-r--r--x11-misc/xcb-demo/xcb-demo-9999.ebuild13
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-misc/xcb-demo/Manifest b/x11-misc/xcb-demo/Manifest
index 80aa9595..f8468f05 100644
--- a/x11-misc/xcb-demo/Manifest
+++ b/x11-misc/xcb-demo/Manifest
@@ -1,5 +1,3 @@
-DIST xcb-demo-0.1.tar.bz2 80289 RMD160 2f76ad4b6d7d9b40d7142cc27ab314cc584794e4 SHA1 b580e9940cb9a2393cdc1d01ea2077c2d93845a4 SHA256 20753bb59558dc00311a5a296fc6c4b3fcff04b86b2579fcb459c89b17d733a4 size 80289
-EBUILD xcb-demo-0.1.ebuild 569 RMD160 c2d5583471ef9567e7bc5bfed13ba2e3547ecb29 SHA1 e2ddfa12326d7972fdd84105417664b64a985e43 SHA256 e16a2dfcbf67efd046410246009b66069b26be57d25130047744f2ba41bd7829 size 569
-MD5 96e6258d87b693eb52198bbd6ae0cfef xcb-demo-0.1.ebuild 569
-RMD160 c2d5583471ef9567e7bc5bfed13ba2e3547ecb29 xcb-demo-0.1.ebuild 569
-SHA256 e16a2dfcbf67efd046410246009b66069b26be57d25130047744f2ba41bd7829 xcb-demo-0.1.ebuild 569
+DIST xcb-demo-0.1.tar.bz2 80289 RMD160 2f76ad4b6d7d9b40d7142cc27ab314cc584794e4 SHA1 b580e9940cb9a2393cdc1d01ea2077c2d93845a4 SHA256 20753bb59558dc00311a5a296fc6c4b3fcff04b86b2579fcb459c89b17d733a4
+EBUILD xcb-demo-0.1.ebuild 569 RMD160 c2d5583471ef9567e7bc5bfed13ba2e3547ecb29 SHA1 e2ddfa12326d7972fdd84105417664b64a985e43 SHA256 e16a2dfcbf67efd046410246009b66069b26be57d25130047744f2ba41bd7829
+EBUILD xcb-demo-9999.ebuild 430 RMD160 4f5d85c47c948fa573951457180838295bf70b4c SHA1 d3727db5b419b26b6f6a54e64eafbca80109c91b SHA256 2a18a20f68de83f5574f3fec57fb42b974dd544ec731d09b4f7da3422e7b0b69
diff --git a/x11-misc/xcb-demo/xcb-demo-9999.ebuild b/x11-misc/xcb-demo/xcb-demo-9999.ebuild
new file mode 100644
index 00000000..e8a9fc41
--- /dev/null
+++ b/x11-misc/xcb-demo/xcb-demo-9999.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit x-modular
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/demo"
+
+DESCRIPTION="X C-language Bindings demos"
+HOMEPAGE="http://xcb.freedesktop.org"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+RDEPEND="x11-libs/libxcb
+ x11-libs/xcb-util"
+DEPEND="${RDEPEND}"