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-xrm/
Date: Mon, 17 Aug 2020 00:09:22
Message-Id: 1597622937.519e66cd19eee5488190e4d8cf8807e57ff6f22d.mattst88@gentoo
1 commit: 519e66cd19eee5488190e4d8cf8807e57ff6f22d
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 15 20:12:34 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 00:08:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519e66cd
7
8 x11-libs/xcb-util-xrm: EAPI 7
9
10 Drop the eclass URI definition since it gets overridden anyway.
11
12 Drop the doc USE flag since it has no effect. (There is a Doxyfile
13 in the repo that is not included in the release archive.)
14
15 Drop the test USE flag since there are no dependencies.
16
17 Rebuild on libxcb slot changes like every other xcb-util package.
18
19 Add xorg-proto as a build-time dependency.
20
21 Package-Manager: Portage-2.3.103, Repoman-2.3.23
22 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
23 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
24
25 x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild | 19 +++++++++++++++++++
26 1 file changed, 19 insertions(+)
27
28 diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
29 new file mode 100644
30 index 00000000000..d442dae0683
31 --- /dev/null
32 +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild
33 @@ -0,0 +1,19 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +XORG_MULTILIB=yes
40 +inherit xorg-3
41 +
42 +DESCRIPTION="X C-language Bindings sample implementations"
43 +HOMEPAGE="https://xcb.freedesktop.org/"
44 +SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
45 +
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
47 +
48 +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
49 + x11-libs/xcb-util[${MULTILIB_USEDEP}]"
50 +DEPEND="${RDEPEND}
51 + x11-base/xorg-proto
52 + x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it