From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E51215ACFB for ; Mon, 10 Apr 2023 14:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9AFE01B5; Mon, 10 Apr 2023 14:11:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53243E01B5 for ; Mon, 10 Apr 2023 14:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FF06340DA4 for ; Mon, 10 Apr 2023 14:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF643A39 for ; Mon, 10 Apr 2023 14:11:29 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1681135886.089218976cd46592373de0f9fd6ec617a992a1c6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-errors/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-errors/Manifest x11-libs/xcb-util-errors/metadata.xml x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild X-VCS-Directories: x11-libs/xcb-util-errors/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 089218976cd46592373de0f9fd6ec617a992a1c6 X-VCS-Branch: master Date: Mon, 10 Apr 2023 14:11:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14013062-7298-4b5b-9458-3bb456c37688 X-Archives-Hash: 0ad72ecea275b82b8b2b4a34c9dd158e commit: 089218976cd46592373de0f9fd6ec617a992a1c6 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 10 13:57:55 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 10 14:11:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08921897 x11-libs/xcb-util-errors: Add new package, version 1.0.1 Signed-off-by: Matt Turner gentoo.org> x11-libs/xcb-util-errors/Manifest | 1 + x11-libs/xcb-util-errors/metadata.xml | 11 ++++++++ .../xcb-util-errors/xcb-util-errors-1.0.1.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/x11-libs/xcb-util-errors/Manifest b/x11-libs/xcb-util-errors/Manifest new file mode 100644 index 000000000000..ebc06fda3d0e --- /dev/null +++ b/x11-libs/xcb-util-errors/Manifest @@ -0,0 +1 @@ +DIST xcb-util-errors-1.0.1.tar.xz 268052 BLAKE2B cdcac4234110441e4a115e339fcf3462cb0aa75297c8eb1bdf5c6bf9305996dd2021321e40a274c369191dc68de9f0fa8f42a919c80307c2aa10e856e073cf01 SHA512 e883e178921a6f783e0100acae66eaf0ed13fc169fd21b0c313d7a70c9358c129b01b117675eda50e258e8b3b27ff7b21aa4d15c4da69249ffc6bbc7dcf87d4a diff --git a/x11-libs/xcb-util-errors/metadata.xml b/x11-libs/xcb-util-errors/metadata.xml new file mode 100644 index 000000000000..3f17fbc10883 --- /dev/null +++ b/x11-libs/xcb-util-errors/metadata.xml @@ -0,0 +1,11 @@ + + + + + x11@gentoo.org + X11 + + + xorg/lib/libxcb-errors + + diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild new file mode 100644 index 000000000000..042df044f2f6 --- /dev/null +++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) + +XORG_TARBALL_SUFFIX="xz" +inherit python-any-r1 xorg-3 + +DESCRIPTION="Library that gives human readable names to XCB error, event, & request codes" +HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-errors" + +KEYWORDS="~amd64" + +RDEPEND=">=x11-libs/libxcb-1.9.1:=" +DEPEND="${RDEPEND} + x11-base/xcb-proto" +BDEPEND=" + ${PYTHON_DEPS} + $(python_gen_any_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]') +" + +python_check_deps() { + python_has_version "x11-base/xcb-proto[${PYTHON_USEDEP}]" +} + +pkg_setup() { + python-any-r1_pkg_setup + xorg-3_pkg_setup +}