diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 20:24:14 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:36:36 -0500 |
commit | d36780b7ffb6401cbbba3d38d7bd77ea6d3d0f12 (patch) | |
tree | 1bd32f0f5f891e2e7fdfcb0f6d561201f0bfd06a | |
parent | x11-libs/libXrender: Drop old versions (diff) | |
download | gentoo-d36780b7ffb6401cbbba3d38d7bd77ea6d3d0f12.tar.gz gentoo-d36780b7ffb6401cbbba3d38d7bd77ea6d3d0f12.tar.bz2 gentoo-d36780b7ffb6401cbbba3d38d7bd77ea6d3d0f12.zip |
x11-libs/libXtst: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | x11-libs/libXtst/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXtst/libXtst-1.2.3-r2.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-libs/libXtst/Manifest b/x11-libs/libXtst/Manifest index 81e0079e233f..1361afb91270 100644 --- a/x11-libs/libXtst/Manifest +++ b/x11-libs/libXtst/Manifest @@ -1,2 +1 @@ -DIST libXtst-1.2.3.tar.bz2 321819 BLAKE2B 92a75d6ea9000fa7736093ce479d275c57a4a5bf849df2d6afae9478a53a07ba395013ba6676c2ea7dcb6a1f34475967ed6508b7c304b887f83ec44a611b8e6c SHA512 6f6741fd3596775eaa056465319f78c29c91b3893a851a4899df651a2023a4d762497b112a33d7d3e8865fe85d173d03e4b49daef76a66af1ae1eaab82a12765 DIST libXtst-1.2.4.tar.xz 287636 BLAKE2B 6c3e6154f221530158b8275ee638934c633f2e812333df0093a01663c416ded0b6be509578cca78d51c6b540ab17379e1e0503bf296abe3112f1afeda12e4af9 SHA512 f2f4e01239b892b8e26284cede90feb4fe7738beb243bca0f6adb349029f8bf87b5a482911edcd2401733c92ef78eec07fcd455b92e5b8c4828374769e60098d diff --git a/x11-libs/libXtst/libXtst-1.2.3-r2.ebuild b/x11-libs/libXtst/libXtst-1.2.3-r2.ebuild deleted file mode 100644 index df0de07bcb8a..000000000000 --- a/x11-libs/libXtst/libXtst-1.2.3-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_DOC=doc -XORG_MULTILIB=yes -inherit xorg-3 - -DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |