public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:master commit in: x11-libs/xcb-util-cursor/, profiles/
@ 2013-10-04 15:43 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen @ 2013-10-04 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     fdb17c294eb6fafa41a43aafb29c99dad455e3dc
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 15:42:47 2013 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Fri Oct  4 15:42:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=fdb17c29

x11-libs/xcb-util-cursor: initial commit

---
 profiles/package.mask                              |  1 +
 x11-libs/xcb-util-cursor/metadata.xml              |  5 ++++
 .../xcb-util-cursor/xcb-util-cursor-9999.ebuild    | 34 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index b61c086..323b25b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -81,6 +81,7 @@
 =x11-libs/pixman-9999
 =x11-libs/startup-notification-9999
 =x11-libs/xcb-util-9999
+=x11-libs/xcb-util-cursor-9999
 =x11-libs/xcb-util-image-9999
 =x11-libs/xcb-util-keysyms-9999
 =x11-libs/xcb-util-renderutil-9999

diff --git a/x11-libs/xcb-util-cursor/metadata.xml b/x11-libs/xcb-util-cursor/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/x11-libs/xcb-util-cursor/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-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild
new file mode 100644
index 0000000..2a97dea
--- /dev/null
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+XORG_MODULE=/
+XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist
+XORG_DOC=doc
+inherit xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-cursor"
+EGIT_HAS_SUBMODULES=yes
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="http://xcb.freedesktop.org/"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="test"
+
+RDEPEND=">=x11-libs/xcb-util-${PV}
+	x11-proto/xcb-proto
+	x11-proto/xproto"
+DEPEND="${RDEPEND}
+	>=dev-util/gperf-3.0.1
+	test? ( >=dev-libs/check-0.9.4 )"
+
+pkg_setup() {
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_with doc doxygen)
+	)
+
+	xorg-2_pkg_setup
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-04 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 15:43 [gentoo-commits] proj/x11:master commit in: x11-libs/xcb-util-cursor/, profiles/ Chi-Thanh Christopher Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox