Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/
Date: Thu, 01 Feb 2018 13:11:10
Message-Id: 1517488627.bdce769a1ffc9ec23d1d5b37ebf8da45499a2f05.chithanh@gentoo
1 commit: bdce769a1ffc9ec23d1d5b37ebf8da45499a2f05
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 1 12:37:07 2018 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 12:37:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdce769a
7
8 x11-misc/xkeyboard-config: version bump to 2.23.1
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-misc/xkeyboard-config/Manifest | 1 +
13 .../xkeyboard-config-2.23.1.ebuild | 40 ++++++++++++++++++++++
14 2 files changed, 41 insertions(+)
15
16 diff --git a/x11-misc/xkeyboard-config/Manifest b/x11-misc/xkeyboard-config/Manifest
17 index fd06dc80306..813914ce45f 100644
18 --- a/x11-misc/xkeyboard-config/Manifest
19 +++ b/x11-misc/xkeyboard-config/Manifest
20 @@ -1,3 +1,4 @@
21 DIST xkeyboard-config-2.20.tar.bz2 978275 BLAKE2B 5d24adb829057f9600c7de0dd028af067d23a9138de87438fcc03936e48c1908fc4740f41c8f87be90ec0edbadd20735859a7fe184f5c4704ee819a1c248a091 SHA512 29584096874cf8f1444ed00374150fb186e9a74221b384d779bcf01c0762977f8a6a1b3dfa37acd560667a79cc80d4c0d39729b7dc21809520a7254026439db4
22 DIST xkeyboard-config-2.21.tar.bz2 994972 BLAKE2B d6810fce00cad5fc296bd744831a13e797d8e03dada40445cf4a81b328470517f0ced8d9d0e734d9d8d35da4727ac9ff74488e118a8b7fe8c2e9cd6d364854f0 SHA512 c8c3da9d78365878b051bcfecc7c51e89c5aa15e6e3ba5e8c84612eaca4ca7741702c023f9571ac04c865f2951a7ca33f4fbbedb3baf6c76441ebf59c4e41068
23 DIST xkeyboard-config-2.22.tar.bz2 1046333 BLAKE2B 5a869154be04a84c57bd93896e0ada5598b1aa788a10952e5432820d5511c3d9fb101f995248115affb4c3270754b05757af4c91c4273f16299eaba6db5fb285 SHA512 1697cc1a49625eb608d8ab1f54f9f37e37facc482fc8bae5ebff9e3336efdd2f57e0ed95db0a9745d49f1bc21e2cfa792d0849f4057745d8be8f7abac4893f97
24 +DIST xkeyboard-config-2.23.1.tar.bz2 1053991 BLAKE2B c5551eb39f4cb240d36943d1e2fd3f9156bada61bb33013f6c43d036fb55aef5332fdb133ab6cfb03ebdbc68dcb3df7d974e3972904936b1e6dd89eafc4ec647 SHA512 d651bb89c265e58abe8bba4af6683364a8023cb73af7d00f401f33960e44fa94a7d8a8fdd2483d6703d1c261ca72ae5f2b53f543cfb70b2f571cfe9dcb80c3ba
25
26 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
27 new file mode 100644
28 index 00000000000..40b72722a50
29 --- /dev/null
30 +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.23.1.ebuild
31 @@ -0,0 +1,40 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +
37 +XORG_STATIC=no
38 +inherit xorg-2
39 +
40 +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git"
41 +
42 +DESCRIPTION="X keyboard configuration database"
43 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
44 +[[ ${PV} == *9999* ]] || SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2"
45 +
46 +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"
47 +IUSE=""
48 +
49 +LICENSE="MIT"
50 +SLOT="0"
51 +
52 +RDEPEND="!<x11-apps/xkbcomp-1.2.3
53 + !<x11-libs/libX11-1.4.3"
54 +DEPEND="
55 + sys-devel/gettext
56 + dev-util/intltool"
57 +
58 +XORG_CONFIGURE_OPTIONS=(
59 + --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
60 + --enable-compat-rules
61 + # do not check for runtime deps
62 + --disable-runtime-deps
63 + --with-xkb-rules-symlink=xorg
64 +)
65 +
66 +src_prepare() {
67 + xorg-2_src_prepare
68 + if [[ ${XORG_EAUTORECONF} != no ]]; then
69 + intltoolize --copy --automake || die
70 + fi
71 +}