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/
Date: Mon, 17 Aug 2020 00:09:20
Message-Id: 1597622936.0b794fa254a116008dc76a9a2a6188433988a814.mattst88@gentoo
1 commit: 0b794fa254a116008dc76a9a2a6188433988a814
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 15 19:53:44 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=0b794fa2
7
8 x11-libs/xcb-util: 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 gperf dependency since it was removed in 2012.
19
20 Add xorg-proto as a build-time dependency.
21
22 Package-Manager: Portage-2.3.103, Repoman-2.3.23
23 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
24 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
25
26 x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild | 24 ++++++++++++++++++++++++
27 1 file changed, 24 insertions(+)
28
29 diff --git a/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild b/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
30 new file mode 100644
31 index 00000000000..8a42590c5db
32 --- /dev/null
33 +++ b/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
34 @@ -0,0 +1,24 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +XORG_MULTILIB=yes
41 +inherit xorg-3
42 +
43 +DESCRIPTION="X C-language Bindings sample implementations"
44 +HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-util"
45 +
46 +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"
47 +
48 +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
49 +DEPEND="${RDEPEND}
50 + x11-base/xorg-proto"
51 +
52 +PDEPEND="
53 + >=x11-libs/xcb-util-cursor-0.1.1:=[${MULTILIB_USEDEP}]
54 + >=x11-libs/xcb-util-image-${PV}:=[${MULTILIB_USEDEP}]
55 + >=x11-libs/xcb-util-keysyms-${PV}:=[${MULTILIB_USEDEP}]
56 + >=x11-libs/xcb-util-renderutil-0.3.9:=[${MULTILIB_USEDEP}]
57 + >=x11-libs/xcb-util-wm-${PV}:=[${MULTILIB_USEDEP}]
58 +"