summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSardem FF7 <sardemff7.pub@gmail.com>2011-03-20 13:20:41 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-28 12:13:19 +0200
commit1a7e668d53c81420372f7a88ffaa3cd9a1b41e7f (patch)
treedf9cc4c9eaaa9a2c0c054a589daf0d312dde6bf0 /x11-apps
parentmask xf86-video-glint-9999 (diff)
downloadx11-1a7e668d53c81420372f7a88ffaa3cd9a1b41e7f.tar.gz
x11-1a7e668d53c81420372f7a88ffaa3cd9a1b41e7f.tar.bz2
x11-1a7e668d53c81420372f7a88ffaa3cd9a1b41e7f.zip
x11-apps/xlsclients: Add SCM version
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xlsclients/Manifest2
-rw-r--r--x11-apps/xlsclients/metadata.xml5
-rw-r--r--x11-apps/xlsclients/xlsclients-9999.ebuild17
3 files changed, 24 insertions, 0 deletions
diff --git a/x11-apps/xlsclients/Manifest b/x11-apps/xlsclients/Manifest
new file mode 100644
index 00000000..da667dde
--- /dev/null
+++ b/x11-apps/xlsclients/Manifest
@@ -0,0 +1,2 @@
+MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
+EBUILD xlsclients-9999.ebuild 468 RMD160 477969829231f3de04931e4efaa8132f427018ee SHA1 aa95954390cd4192faf2b84dcef73240da69d0a8 SHA256 2b2acb280b41b54c2d5c86f830ff6a0dfe288c66c6cec8994f170fe371b9b012
diff --git a/x11-apps/xlsclients/metadata.xml b/x11-apps/xlsclients/metadata.xml
new file mode 100644
index 00000000..01c4c004
--- /dev/null
+++ b/x11-apps/xlsclients/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-apps/xlsclients/xlsclients-9999.ebuild b/x11-apps/xlsclients/xlsclients-9999.ebuild
new file mode 100644
index 00000000..d942f31c
--- /dev/null
+++ b/x11-apps/xlsclients/xlsclients-9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/xlsclients-1.1.1.ebuild,v 1.10 2011/02/14 18:43:22 xarthisius Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xlsclients application"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ ~x11-libs/libxcb-9999
+ ~x11-libs/xcb-util-9999
+"
+DEPEND="${RDEPEND}"