From 2ced7e07ab74be5802d4ab8ad0423e3ed361e06f Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 21 May 2018 20:56:51 +0200 Subject: x11-libs/xcb-util-keysyms: Update x11-proto/xproto dependency to x11-base/xorg-proto and drop it from RDEPEND. --- .../xcb-util-keysyms-0.4.0-r1.ebuild | 31 ++++++++++++++++++++++ .../xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild | 31 ---------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild delete mode 100644 x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild new file mode 100644 index 000000000000..8fc2eab4ebbf --- /dev/null +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +XORG_MODULE=/ +XORG_BASE_INDIVIDUAL_URI=https://xcb.freedesktop.org/dist +XORG_DOC=doc +XORG_MULTILIB=yes +inherit xorg-2 + +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-keysyms.git" + +DESCRIPTION="X C-language Bindings sample implementations" +HOMEPAGE="https://xcb.freedesktop.org/" + +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 ~x64-solaris" +IUSE="test" + +RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + >=dev-util/gperf-3.0.1 + x11-base/xorg-proto + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_with doc doxygen) + ) + xorg-2_src_configure +} diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild deleted file mode 100644 index ac33aa169bb9..000000000000 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_MODULE=/ -XORG_BASE_INDIVIDUAL_URI=https://xcb.freedesktop.org/dist -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-2 - -EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-keysyms.git" - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="https://xcb.freedesktop.org/" - -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 ~x64-solaris" -IUSE="test" - -RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - xorg-2_src_configure -} -- cgit v1.2.3-65-gdbad