commit:     3dead4b266a89656609470d7741e3cd283ac535a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 17:40:53 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 23:18:54 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3dead4b2

x11-libs/libxkbcommon: 0.4.1 → 0.4.3

---
 x11-libs/libxkbcommon/libxkbcommon-0.4.3.ebuild | 39 +++++++++++++++++++++++++
 x11-libs/libxkbcommon/metadata.xml              |  5 ++++
 2 files changed, 44 insertions(+)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.4.3.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.4.3.ebuild
new file mode 100644
index 0000000..c7891ac
--- /dev/null
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.4.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+XORG_EAUTORECONF="yes"
+XORG_MULTILIB="yes"
+
+if [[ ${PV} = *9999* ]]; then
+       GIT_ECLASS="git-r3"
+       EXPERIMENTAL="true"
+       EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
+else
+       XORG_BASE_INDIVIDUAL_URI=""
+       SRC_URI="http://xkbcommon.org/download/${P}.tar.xz";
+fi
+
+inherit xorg-2 ${GIT_ECLASS}
+
+DESCRIPTION="X.Org xkbcommon library"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="X doc"
+
+DEPEND="sys-devel/bison
+       sys-devel/flex
+       X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
+       >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+       >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
+       doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+pkg_setup() {
+       XORG_CONFIGURE_OPTIONS=(
+               --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
+               $(use X || use_enable X x11)
+               $(use_with doc doxygen)
+       )
+       xorg-2_pkg_setup
+}

diff --git a/x11-libs/libxkbcommon/metadata.xml 
b/x11-libs/libxkbcommon/metadata.xml
new file mode 100644
index 0000000..6cc3982
--- /dev/null
+++ b/x11-libs/libxkbcommon/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>

Reply via email to