Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/
Date: Sun, 07 May 2017 00:51:10
Message-Id: 1494118214.92a04500f636f56ceec7087ca5c248f4d2017a67.mrueg@gentoo
1 commit: 92a04500f636f56ceec7087ca5c248f4d2017a67
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 00:50:14 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 00:50:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a04500
7
8 x11-apps/xkbcomp: Version bump to 1.4.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 x11-apps/xkbcomp/Manifest | 1 +
13 x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
17 index 12b43bf21ab..285680341a7 100644
18 --- a/x11-apps/xkbcomp/Manifest
19 +++ b/x11-apps/xkbcomp/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xkbcomp-1.3.0.tar.bz2 246389 SHA256 cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a SHA512 c1661a97ff1ca054647486de33c430dd44f18168074e636dd5acefd324834ec3098f91930329734303c3e9fdde56ea1f5953702e91601db6642a18d21c955184 WHIRLPOOL f811b75d4d480b68bd519df20dc4f81c3275a2a247ac7d272e0d145907bd878704ffb8f780cab4f303ebb213db27dbfdcaf1bd4e1aafb1724fb2786a8cc6908f
22 DIST xkbcomp-1.3.1.tar.bz2 246963 SHA256 0304dc9e0d4ac10831a9ef5d5419722375ddbc3eac3ff4413094d57bc1f1923d SHA512 03ee4cad3ef0295b57eda25eec2c301baf04beaea8936baff5ae87e3eb41ace3095ce3fc80a55cd1c4f58581ed23bc0acfbe38879fce27e2a6f6cd647ec6bae7 WHIRLPOOL 3f0c2aeef8959a4c886b5b1c7ffef56fb21b414d8d3193b2ecad6757d7d86eec7d12eb43b53c07f685267c11e00b6aa8f302d483b18175a80e24aa31869dea72
23 +DIST xkbcomp-1.4.0.tar.bz2 243774 SHA256 bc69c8748c03c5ad9afdc8dff9db11994dd871b614c65f8940516da6bf61ce6b SHA512 c96a63fc2d9a6ac17123297574966c45d0dcfd4ae3d4073ce863c7738d453f4c0a5f7a87c06efdec19f0b270207a7170fe1aa72a73ef1b50f95c7ca262f4882e WHIRLPOOL 27a6172260e9ec0bdb22c88344855e001b5dc476d61e64927b1cd28fa6df18d59a8eb4fe85ccee02dc80a690b220081e33c25f61f24b1c5246463e27baa39dc4
24
25 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
26 new file mode 100644
27 index 00000000000..bed62e70cc0
28 --- /dev/null
29 +++ b/x11-apps/xkbcomp/xkbcomp-1.4.0.ebuild
30 @@ -0,0 +1,14 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +inherit xorg-2
37 +
38 +DESCRIPTION="compile XKB keyboard description"
39 +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"
40 +IUSE=""
41 +RDEPEND="x11-libs/libX11
42 + x11-libs/libxkbfile"
43 +DEPEND="${RDEPEND}
44 + sys-devel/bison"