From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1197001-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D546E13835B
	for <garchives@archives.gentoo.org>; Mon, 17 Aug 2020 00:09:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ABC73E084A;
	Mon, 17 Aug 2020 00:09:19 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8E67CE0849
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Aug 2020 00:09:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1E99634F241
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Aug 2020 00:09:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CDC8E31C
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Aug 2020 00:09:16 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1597622936.0b794fa254a116008dc76a9a2a6188433988a814.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
X-VCS-Directories: x11-libs/xcb-util/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 0b794fa254a116008dc76a9a2a6188433988a814
X-VCS-Branch: master
Date: Mon, 17 Aug 2020 00:09:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: db0c1241-23ad-416f-89e3-da01fe3776a0
X-Archives-Hash: 25fa51a0097d350ead9a522fc30237ee

commit:     0b794fa254a116008dc76a9a2a6188433988a814
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Aug 15 19:53:44 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 00:08:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b794fa2

x11-libs/xcb-util: EAPI 7

Drop the SRC_URI definitions since the eclass automates it.

Drop the git eclass variables since there is no live ebuild.

Drop the doc USE flag since it has no effect.

Drop the test flag since there are no tests.

Drop the gperf dependency since it was removed in 2012.

Add xorg-proto as a build-time dependency.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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
new file mode 100644
index 00000000000..8a42590c5db
--- /dev/null
+++ b/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
@@ -0,0 +1,24 @@
+# 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/ https://gitlab.freedesktop.org/xorg/lib/libxcb-util"
+
+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"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+PDEPEND="
+	>=x11-libs/xcb-util-cursor-0.1.1:=[${MULTILIB_USEDEP}]
+	>=x11-libs/xcb-util-image-${PV}:=[${MULTILIB_USEDEP}]
+	>=x11-libs/xcb-util-keysyms-${PV}:=[${MULTILIB_USEDEP}]
+	>=x11-libs/xcb-util-renderutil-0.3.9:=[${MULTILIB_USEDEP}]
+	>=x11-libs/xcb-util-wm-${PV}:=[${MULTILIB_USEDEP}]
+"