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-libs/xcb-util-keysyms/
Date: Mon, 17 Aug 2020 00:09:20
Message-Id: 1597622936.973c2f9428eee640d6f381c865504e5195d5da0f.mattst88@gentoo
1 commit: 973c2f9428eee640d6f381c865504e5195d5da0f
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 15 20:07:10 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 00:08:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973c2f94
7
8 x11-libs/xcb-util-keysyms: EAPI 7
9
10 Drop the SRC_URI definitions since the eclass automates it.
11
12 Drop the git eclass variables since there is no live ebuild.
13
14 Drop the doc USE flag since it has no effect.
15
16 Drop the test flag since there are no tests.
17
18 Drop the unused gperf dependency.
19
20 Package-Manager: Portage-2.3.103, Repoman-2.3.23
21 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
22 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
23
24 .../xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild | 16 ++++++++++++++++
25 1 file changed, 16 insertions(+)
26
27 diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild
28 new file mode 100644
29 index 00000000000..937b98cd265
30 --- /dev/null
31 +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild
32 @@ -0,0 +1,16 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +XORG_MULTILIB=yes
39 +inherit xorg-3
40 +
41 +DESCRIPTION="X C-language Bindings sample implementations"
42 +HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms"
43 +
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
45 +
46 +RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]"
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"