diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 20:24:33 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:36:48 -0500 |
commit | d7f54bd7adab94a3c44741ffd1c9fcc432aa4bc8 (patch) | |
tree | 2f53a4a505827afc6357dc6a6e5c03730e52beab /x11-libs | |
parent | x11-libs/xcb-util-cursor: Drop old versions (diff) | |
download | gentoo-d7f54bd7adab94a3c44741ffd1c9fcc432aa4bc8.tar.gz gentoo-d7f54bd7adab94a3c44741ffd1c9fcc432aa4bc8.tar.bz2 gentoo-d7f54bd7adab94a3c44741ffd1c9fcc432aa4bc8.zip |
x11-libs/xcb-util-image: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util-image/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-libs/xcb-util-image/Manifest b/x11-libs/xcb-util-image/Manifest index c846753c1d3a..20ad5ca8b31e 100644 --- a/x11-libs/xcb-util-image/Manifest +++ b/x11-libs/xcb-util-image/Manifest @@ -1,2 +1 @@ -DIST xcb-util-image-0.4.0.tar.bz2 327891 BLAKE2B 022536e7b7410ba1ed129f9efc2ad48fda26d9a69e79e54fe6fd4510df38d1e957289d249dc1a5beb4385116b0808f3282ad496b3f2a246bc6f5762bbe8c7e36 SHA512 9b7202c054e1160f9ca97a86be1210d9fb47f2119f89ca85f15f20909cca884bfe0cb88e3e71c75b65e1a0a72b980066ccac810e41a91db895c74dde77440d4f DIST xcb-util-image-0.4.1.tar.xz 289016 BLAKE2B 7f1c7c3da950604adf4a22146e9bd3b77fb3b0d35f0a1bb17a1eefeb1ba5546d58a3e40ac0c130d67ebcbc8bdaf40ef734ff19434f66bd57bc4a4a849a88cf82 SHA512 9b47ba38b91196d76541b6ccabeaf291d3b91036f15422909cd6a79b3fd1a9786d5b1728e411bc41cfdf3d60a253485f4ef7c65ffa6ae646fa93439ec782746e diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild b/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild deleted file mode 100644 index a4d59bd27cef..000000000000 --- a/x11-libs/xcb-util-image/xcb-util-image-0.4.0-r2.ebuild +++ /dev/null @@ -1,17 +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-image" - -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}] - >=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |