diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-11-08 11:10:40 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-11-08 11:10:40 +0100 |
commit | ca36447ba83d5ad09187ac757cd5dd197281d0a2 (patch) | |
tree | 9bda1a6026f7ab8f0baf4508a098cefef1de5118 /x11-apps/xkbcomp | |
parent | Merge remote-tracking branch 'github/pr/332' (diff) | |
download | gentoo-ca36447ba83d5ad09187ac757cd5dd197281d0a2.tar.gz gentoo-ca36447ba83d5ad09187ac757cd5dd197281d0a2.tar.bz2 gentoo-ca36447ba83d5ad09187ac757cd5dd197281d0a2.zip |
x11-apps/xkbcomp: Version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest index 8e245c09d6a8..14ff58b03351 100644 --- a/x11-apps/xkbcomp/Manifest +++ b/x11-apps/xkbcomp/Manifest @@ -1,2 +1,3 @@ DIST xkbcomp-1.2.4.tar.bz2 242185 SHA256 91d0c9ab445d21dfe1892dbae5ae5264f39bae68223dd092ffc547c9450b5a2d SHA512 51d6ba1dc4d9c4b8f52320990326f50ac4cc4fb45a939875308d23fe366dc287cbd252759a839a4780c165fc1e972b8cf031cd26622a10a19cb190e38d1d68c4 WHIRLPOOL 2151f5348758226badedef332183cfcfb5d4d50013a665c22f84bcf84ebce5e5ea41a6342816edab7f34392bb11e724bae5e7713e50f2f796bb6766b97f5c00b 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 diff --git a/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild new file mode 100644 index 000000000000..c6b6721e21cb --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.3.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~x86-interix ~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" |