summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-07 02:50:14 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-07 02:50:14 +0200
commit92a04500f636f56ceec7087ca5c248f4d2017a67 (patch)
tree16d022691ef802f3427d22fbf9f935b745378060 /x11-apps
parentdev-libs/libevdev: Version bump to 1.5.7 (diff)
downloadgentoo-92a04500f636f56ceec7087ca5c248f4d2017a67.tar.gz
gentoo-92a04500f636f56ceec7087ca5c248f4d2017a67.tar.bz2
gentoo-92a04500f636f56ceec7087ca5c248f4d2017a67.zip
x11-apps/xkbcomp: Version bump to 1.4.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbcomp/Manifest1
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 12b43bf21ab2..285680341a73 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,2 +1,3 @@
DIST xkbcomp-1.3.0.tar.bz2 246389 SHA256 cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a SHA512 c1661a97ff1ca054647486de33c430dd44f18168074e636dd5acefd324834ec3098f91930329734303c3e9fdde56ea1f5953702e91601db6642a18d21c955184 WHIRLPOOL f811b75d4d480b68bd519df20dc4f81c3275a2a247ac7d272e0d145907bd878704ffb8f780cab4f303ebb213db27dbfdcaf1bd4e1aafb1724fb2786a8cc6908f
DIST xkbcomp-1.3.1.tar.bz2 246963 SHA256 0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d SHA512 03ee4cad3ef0295b57eda25eec2c301baf04beaea8936baff5ae87e3eb41ace3095ce3fc80a55cd1c4f58581ed23bc0acfbe38879fce27e2a6f6cd647ec6bae7 WHIRLPOOL 3f0c2aeef8959a4c886b5b1c7ffef56fb21b414d8d3193b2ecad6757d7d86eec7d12eb43b53c07f685267c11e00b6aa8f302d483b18175a80e24aa31869dea72
+DIST xkbcomp-1.4.0.tar.bz2 243774 SHA256 bc69c8748c03c5ad9afdc8dff9db11994dd871b614c65f8940516da6bf61ce6b SHA512 c96a63fc2d9a6ac17123297574966c45d0dcfd4ae3d4073ce863c7738d453f4c0a5f7a87c06efdec19f0b270207a7170fe1aa72a73ef1b50f95c7ca262f4882e WHIRLPOOL 27a6172260e9ec0bdb22c88344855e001b5dc476d61e64927b1cd28fa6df18d59a8eb4fe85ccee02dc80a690b220081e33c25f61f24b1c5246463e27baa39dc4
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
new file mode 100644
index 000000000000..bed62e70cc0d
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="compile XKB keyboard description"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ sys-devel/bison"