Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/
Date: Thu, 01 Mar 2018 18:08:36
Message-Id: 1519927701.ddbbb1fd393b5894ad723491d5dee572eeb9a30f.mattst88@gentoo
1 commit: ddbbb1fd393b5894ad723491d5dee572eeb9a30f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 18:08:00 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 18:08:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbbb1fd
7
8 x11-apps/xkbcomp: Version bump to 1.4.1
9
10 x11-apps/xkbcomp/Manifest | 1 +
11 x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild | 14 ++++++++++++++
12 2 files changed, 15 insertions(+)
13
14 diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
15 index f4dc4a6054a..e17ee82b07f 100644
16 --- a/x11-apps/xkbcomp/Manifest
17 +++ b/x11-apps/xkbcomp/Manifest
18 @@ -1,2 +1,3 @@
19 DIST xkbcomp-1.3.1.tar.bz2 246963 BLAKE2B f3cd6e30b61341b2ae29731e97d9e3d833f9f2f12f751664fa0a919ddb06dd8fcce5559107c147b39522970885881512ca0221a5119b06b646456c2f6471fdee SHA512 03ee4cad3ef0295b57eda25eec2c301baf04beaea8936baff5ae87e3eb41ace3095ce3fc80a55cd1c4f58581ed23bc0acfbe38879fce27e2a6f6cd647ec6bae7
20 DIST xkbcomp-1.4.0.tar.bz2 243774 BLAKE2B f6a226abfe555608a898a7db40fd83cac954bce6d688c1e68fa42e94675428f1399ee85764adece215456f9e3103882a83ae218a695bd60f28a0e0dd0e0b3261 SHA512 c96a63fc2d9a6ac17123297574966c45d0dcfd4ae3d4073ce863c7738d453f4c0a5f7a87c06efdec19f0b270207a7170fe1aa72a73ef1b50f95c7ca262f4882e
21 +DIST xkbcomp-1.4.1.tar.bz2 251069 BLAKE2B dd485d2a5c985bace74fb5cc8da64d6b33dc9450c2e98f42e7e82f989faaa724da068799c40d2703da7172d758e67ece633ca47d2fc97342ec7a9aaedd71d201 SHA512 443397e112f67e2ebc5150ec0dbf0f4a072ea39585d964d2c7cbd0569b7e0ce7d8bed0bc2c2d886343fdb060c941e65b42aac16adf189c66e90849029e278f23
22
23 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild
24 new file mode 100644
25 index 00000000000..c3f0fc686a5
26 --- /dev/null
27 +++ b/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild
28 @@ -0,0 +1,14 @@
29 +# Copyright 1999-2018 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=5
33 +
34 +inherit xorg-2
35 +
36 +DESCRIPTION="compile XKB keyboard description"
37 +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"
38 +IUSE=""
39 +RDEPEND="x11-libs/libX11
40 + x11-libs/libxkbfile"
41 +DEPEND="${RDEPEND}
42 + sys-devel/bison"