From 519e66cd19eee5488190e4d8cf8807e57ff6f22d Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 15 Aug 2020 16:12:34 -0400 Subject: x11-libs/xcb-util-xrm: EAPI 7 Drop the eclass URI definition since it gets overridden anyway. Drop the doc USE flag since it has no effect. (There is a Doxyfile in the repo that is not included in the release archive.) Drop the test USE flag since there are no dependencies. Rebuild on libxcb slot changes like every other xcb-util package. Add xorg-proto as a build-time dependency. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: David Michael Signed-off-by: Matt Turner --- x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild (limited to 'x11-libs') 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 new file mode 100644 index 000000000000..d442dae06839 --- /dev/null +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_MULTILIB=yes +inherit xorg-3 + +DESCRIPTION="X C-language Bindings sample implementations" +HOMEPAGE="https://xcb.freedesktop.org/" +SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2" + +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] + x11-libs/xcb-util[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto + x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it -- cgit v1.2.3-65-gdbad