diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-03 20:22:02 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-03 21:36:04 -0500 |
commit | eeeec6480f1098e9393b5a706def54335a2ea14a (patch) | |
tree | 1b15a5b6468874478f67c02b98b5033e8394c5dc /x11-apps/x11perf | |
parent | x11-apps/viewres: Drop old versions (diff) | |
download | gentoo-eeeec6480f1098e9393b5a706def54335a2ea14a.tar.gz gentoo-eeeec6480f1098e9393b5a706def54335a2ea14a.tar.bz2 gentoo-eeeec6480f1098e9393b5a706def54335a2ea14a.zip |
x11-apps/x11perf: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r-- | x11-apps/x11perf/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.6.1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest index f16f638d0dfb..5af02ee5fbf1 100644 --- a/x11-apps/x11perf/Manifest +++ b/x11-apps/x11perf/Manifest @@ -1,2 +1 @@ -DIST x11perf-1.6.1.tar.bz2 189446 BLAKE2B 2a36bea5e1c9a414d9a1ce798e4f0481aeab86522c5924fb7520c0bc917b832f3e4c63c70a5430cd3fd92cac4374691a64db4542180e0917a0617bae7f783a6f SHA512 b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b DIST x11perf-1.6.2.tar.xz 173800 BLAKE2B daccac808d62b8b3d423c34faa00e41e4e259ac7bf7a1f6d337602d60c31b63db1b332f2b0eca368c3b2fb91486882e8a90ee8d1aaa20a0e10a747eae5faa34c SHA512 5be9e601071a42d103adbab5f30c1900a3779a5b2c06c709df99a85487c9790d36b835d43f5c6d74cc7d950cc3ad06927210d7b1f58939cfd0b4a6f3e5e32112 diff --git a/x11-apps/x11perf/x11perf-1.6.1.ebuild b/x11-apps/x11perf/x11perf-1.6.1.ebuild deleted file mode 100644 index 63af041b6162..000000000000 --- a/x11-apps/x11perf/x11perf-1.6.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="X rendering operation stress test utility" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXft - x11-libs/libXrender - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |