From 6a01345ec5dc673d0ebd4653ceb063eafa7fcf65 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 17 Apr 2025 08:45:48 +0100 Subject: gentoo auto-resync : 17:04:2025 - 08:45:48 --- x11-libs/Manifest.gz | Bin 17643 -> 17638 bytes x11-libs/xcb-util-errors/Manifest | 2 +- .../xcb-util-errors-1.0.1-r1.ebuild | 30 --------------------- .../xcb-util-errors-1.0.1-r2.ebuild | 30 +++++++++++++++++++++ 4 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild create mode 100644 x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild (limited to 'x11-libs') diff --git a/x11-libs/Manifest.gz b/x11-libs/Manifest.gz index 55b1ec2e9994..bc4ce9e94403 100644 Binary files a/x11-libs/Manifest.gz and b/x11-libs/Manifest.gz differ diff --git a/x11-libs/xcb-util-errors/Manifest b/x11-libs/xcb-util-errors/Manifest index d0bf2ace654a..5d8d1c01ce7d 100644 --- a/x11-libs/xcb-util-errors/Manifest +++ b/x11-libs/xcb-util-errors/Manifest @@ -1,3 +1,3 @@ DIST xcb-util-errors-1.0.1.tar.xz 268052 BLAKE2B cdcac4234110441e4a115e339fcf3462cb0aa75297c8eb1bdf5c6bf9305996dd2021321e40a274c369191dc68de9f0fa8f42a919c80307c2aa10e856e073cf01 SHA512 e883e178921a6f783e0100acae66eaf0ed13fc169fd21b0c313d7a70c9358c129b01b117675eda50e258e8b3b27ff7b21aa4d15c4da69249ffc6bbc7dcf87d4a -EBUILD xcb-util-errors-1.0.1-r1.ebuild 762 BLAKE2B 463af34b5a98b3449444cd9b551f56f7184f094aa24b0f2ff6d903282996d8080240168d0e1bd4f31f329de26f081ed6cdeaf0c69e4db59d97cabf52ebe512e9 SHA512 f9d85bfe997d6b7aea2f2d1b4675f9a2d60a54081eeec2ad9f3f41527429fe7fe026da51ec967b801f83003aba5fe55c6d7146ec2af7e1c299d3aa981542253c +EBUILD xcb-util-errors-1.0.1-r2.ebuild 762 BLAKE2B 463af34b5a98b3449444cd9b551f56f7184f094aa24b0f2ff6d903282996d8080240168d0e1bd4f31f329de26f081ed6cdeaf0c69e4db59d97cabf52ebe512e9 SHA512 f9d85bfe997d6b7aea2f2d1b4675f9a2d60a54081eeec2ad9f3f41527429fe7fe026da51ec967b801f83003aba5fe55c6d7146ec2af7e1c299d3aa981542253c MISC metadata.xml 344 BLAKE2B 1ed0ef33171aa6498955055746b397efa40a5516745cf6a298a72d3b6353c1321f6785fb899041d339ad8ba6b7746a01850f39a22138b92cde12307fa4a14ba5 SHA512 a98be13312d19c6d2ad1c371a86e25c8b250171eab66c228e05e2501ddaed9f69db86e495a4d25bda4401a50384864c9e67cc99f8876edff8a4a07bd0c242279 diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild deleted file mode 100644 index c08b815ef67f..000000000000 --- a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) - -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="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -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 -} diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild new file mode 100644 index 000000000000..c08b815ef67f --- /dev/null +++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r2.ebuild @@ -0,0 +1,30 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) + +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="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +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 +} -- cgit v1.2.3