diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:31:25 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:46:11 -0500 |
commit | 274a9f4a4e8a21e8f2a75bacdfbe2ddfc4074938 (patch) | |
tree | 04e52cce2eb657cb4cda085f34589a6b1443457e /x11-libs/xcb-util | |
parent | x11-libs/libxshmfence: Drop old versions (diff) | |
download | gentoo-274a9f4a4e8a21e8f2a75bacdfbe2ddfc4074938.tar.gz gentoo-274a9f4a4e8a21e8f2a75bacdfbe2ddfc4074938.tar.bz2 gentoo-274a9f4a4e8a21e8f2a75bacdfbe2ddfc4074938.zip |
x11-libs/xcb-util: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r-- | x11-libs/xcb-util/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-libs/xcb-util/Manifest b/x11-libs/xcb-util/Manifest index 378259592d29..a0db880a16e0 100644 --- a/x11-libs/xcb-util/Manifest +++ b/x11-libs/xcb-util/Manifest @@ -1,2 +1 @@ -DIST xcb-util-0.4.0.tar.bz2 297412 BLAKE2B 55970cddd8d4bfb313f5d6e4ea82a169a90311c1c0bb5ebf796ac1ceb1d1e1baea4268dc37bd8adf557514a752eec9f957ad3e3e0747384f2cf6e1985f26247f SHA512 e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e DIST xcb-util-0.4.1.tar.xz 267396 BLAKE2B bcde73073590c56771af6233f1a04a692197a756ef9ce70b6e0bd3625ad6d61f99f4c671dcfae39c8dd66e3225f40f7e9b42dd115ffe83a561e48a9808bf00e3 SHA512 da67f2f017d2a1788dcf35f28d6956e171303a622a1dd085cd3d69fdb2ed77965d83c557cc926ebf9b32e905eb2cbb5921987250192d78a2f5edc4d437ed7d2b 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 deleted file mode 100644 index 67c40842fbb6..000000000000 --- a/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-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}] -" |