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, 20 Feb 2020 17:52:33
Message-Id: 1582221135.86fd5d6254543b7b85f06adeb7d096f554fba94c.mattst88@gentoo
1 commit: 86fd5d6254543b7b85f06adeb7d096f554fba94c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 20 17:51:00 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 20 17:52:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fd5d62
7
8 x11-apps/xkbcomp: Version bump to 1.4.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xkbcomp/Manifest | 1 +
13 x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
17 index 3645a87ef33..8770b6a2012 100644
18 --- a/x11-apps/xkbcomp/Manifest
19 +++ b/x11-apps/xkbcomp/Manifest
20 @@ -1 +1,2 @@
21 DIST xkbcomp-1.4.2.tar.bz2 248399 BLAKE2B dcc09823fdf8a62451a1daf8dc56adbd1713b56ac7343b9edb8b3aef8b527ab8443a056ae6b4f8c21051ce5aa4764c9b198c9a5cd0e929f52e9a3e191b950334 SHA512 b00d1eb08c19be86044418c8ea3bfc3c3973406c481878270138a70ed9dab348acb8e4d0af8678879598ffbd7df1c640a63d0abad3d7481758be99af8dd7734e
22 +DIST xkbcomp-1.4.3.tar.bz2 245658 BLAKE2B 306e30789bdbf6b5863252aa1f73c96f88c4086989eb5529dbde1e3f1f9e11200f67ad6446dfe912129acc1071074d2addf776a97d9d42a840eb62320ae47cf2 SHA512 827713c0413aecdcad2b61edb7b8c7c7a002e18505b9041f570e2f680907193cb5ff8a5b424695e21110b2d06c145cbf0e397e52347421ee946f06e2a51f135d
23
24 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
25 new file mode 100644
26 index 00000000000..afd3bdd5568
27 --- /dev/null
28 +++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="XKB keyboard description compiler"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
39 +IUSE=""
40 +DEPEND="
41 + x11-libs/libX11
42 + x11-libs/libxkbfile"
43 +RDEPEND="${DEPEND}"
44 +BDEPEND="sys-devel/bison"