public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chi-Thanh Christopher Nguyen" <chithanh@cs.tu-berlin.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/xcb-util-cursor/, profiles/
Date: Fri,  4 Oct 2013 15:43:41 +0000 (UTC)	[thread overview]
Message-ID: <1380901367.fdb17c294eb6fafa41a43aafb29c99dad455e3dc.chithead@gentoo> (raw)

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
+}


                 reply	other threads:[~2013-10-04 15:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1380901367.fdb17c294eb6fafa41a43aafb29c99dad455e3dc.chithead@gentoo \
    --to=chithanh@cs.tu-berlin.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox