summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2013-06-11 19:11:12 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2013-06-11 19:11:12 +0000
commit8571d4b445919e14e4556e8c25c6919b135e661e (patch)
tree1f890d785b09c16ea31c76984831cb5cafba95e4 /x11-libs/libxkbcommon
parentKeyword amd64-linux and x86-linux (diff)
downloadgentoo-2-8571d4b445919e14e4556e8c25c6919b135e661e.tar.gz
gentoo-2-8571d4b445919e14e4556e8c25c6919b135e661e.tar.bz2
gentoo-2-8571d4b445919e14e4556e8c25c6919b135e661e.zip
Version bump wrt #470076 by Nikoli <nikoli@lavabit.com>
(Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'x11-libs/libxkbcommon')
-rw-r--r--x11-libs/libxkbcommon/ChangeLog8
-rw-r--r--x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild34
2 files changed, 41 insertions, 1 deletions
diff --git a/x11-libs/libxkbcommon/ChangeLog b/x11-libs/libxkbcommon/ChangeLog
index 870cf6f6a656..ceaac840b9fd 100644
--- a/x11-libs/libxkbcommon/ChangeLog
+++ b/x11-libs/libxkbcommon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libxkbcommon
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.2 2013/04/21 19:25:45 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.3 2013/06/11 19:11:12 xarthisius Exp $
+
+*libxkbcommon-0.3.1 (11 Jun 2013)
+
+ 11 Jun 2013; Kacper Kowalik <xarthisius@gentoo.org>
+ +libxkbcommon-0.3.1.ebuild:
+ Version bump wrt #470076 by Nikoli <nikoli@lavabit.com>
21 Apr 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
libxkbcommon-0.2.0.ebuild:
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild
new file mode 100644
index 000000000000..8c3727a8b39f
--- /dev/null
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild,v 1.1 2013/06/11 19:11:12 xarthisius Exp $
+
+EAPI=5
+XORG_EAUTORECONF="yes"
+
+if [[ ${PV} = *9999* ]]; then
+ GIT_ECLASS="git-2"
+ EXPERIMENTAL="true"
+ EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
+ KEYWORDS=""
+else
+ XORG_BASE_INDIVIDUAL_URI=""
+ SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit xorg-2 ${GIT_ECLASS}
+
+DESCRIPTION="X.Org xkbcommon library"
+
+IUSE="doc"
+
+DEPEND="sys-devel/bison
+ sys-devel/flex
+ x11-proto/xproto
+ >=x11-proto/kbproto-1.0.5
+ doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb" $(use_with doc doxygen)
+)