From 7bcfea9c5e79a425a62a66bba477b9d3c0d7fdd0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 May 2024 00:00:56 +0100 Subject: gentoo auto-resync : 07:05:2024 - 00:00:56 --- x11-libs/xcb-util-errors/Manifest | 2 +- .../xcb-util-errors-1.0.1-r1.ebuild | 31 ++++++++++++++++++++++ .../xcb-util-errors/xcb-util-errors-1.0.1.ebuild | 31 ---------------------- 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild delete mode 100644 x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild (limited to 'x11-libs/xcb-util-errors') diff --git a/x11-libs/xcb-util-errors/Manifest b/x11-libs/xcb-util-errors/Manifest index 03a3e0c43536..dd75b251f700 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.ebuild 787 BLAKE2B d3b985b4bc59fbd9d03940176d03357c62c9905b6a06f86a3a9b0fd4924687f3d8eadc50a5e51054ed7e060dfc2317f1050564d2850d898e08c1d48e3de793c5 SHA512 c020af89fbf744453b2b49fb6f7a428cf2fafed2d738ec2dfded5a9bb16a2772c31b13353806d7165dce156edf7686f10bc35fb4c3de2e25809d3812ec9226d0 +EBUILD xcb-util-errors-1.0.1-r1.ebuild 793 BLAKE2B b97ec3b6ecfd8b4060c4c0970c3c8992ee1f898fd11b7b5b4872d6bb5bf839d2940f4e7c85007a2e3a5d28beb74fa175be3b9612165592b502531971bebe0509 SHA512 20e2aa8f13b6e4eee6c71bf1c977d6f6fa4704ca330da7171df78a833e4a0f12535b939af1a1c35e24c27f65f1fcd7be752b979af029fb574d0c0fd5336d0edf 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 new file mode 100644 index 000000000000..5d519c7d5a3f --- /dev/null +++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) + +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="~alpha amd64 arm arm64 ~hppa ~ia64 ~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.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild deleted file mode 100644 index e8c8289e8f87..000000000000 --- a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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="~alpha amd64 arm arm64 ~hppa ~ia64 ~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