diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-05-01 13:32:22 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-05-01 13:32:22 -0700 |
commit | 89963bb5a59679e211e23a5ea004cf64fa6e5b7c (patch) | |
tree | c7ad2ad0250c51a4eb832908b7872806762445e1 /x11-apps/x11perf | |
parent | x11-apps/mkfontscale: Drop old versions (diff) | |
download | gentoo-89963bb5a59679e211e23a5ea004cf64fa6e5b7c.tar.gz gentoo-89963bb5a59679e211e23a5ea004cf64fa6e5b7c.tar.bz2 gentoo-89963bb5a59679e211e23a5ea004cf64fa6e5b7c.zip |
x11-apps/x11perf: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r-- | x11-apps/x11perf/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.6.0.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest index de1ad51f32af..0bf68a6358fe 100644 --- a/x11-apps/x11perf/Manifest +++ b/x11-apps/x11perf/Manifest @@ -1,2 +1 @@ -DIST x11perf-1.6.0.tar.bz2 191086 BLAKE2B accdbc4899a28a76bc1487d2f6fa04f5309337eee5e650455c9c3bd4a5187cd7ad42565bb2713c7f5974542bf8b9a2297db0ada81659479487b4a1a2e6227f25 SHA512 a9508c9dd6db2663b5bd30f5e1f5f80b1d22ce5221ae3dc292e746f8e554fda2d3130f7311f2545e20244dceb51e867fe80fec82c9ac5911dcdc90a73b231623 DIST x11perf-1.6.1.tar.bz2 189446 BLAKE2B 2a36bea5e1c9a414d9a1ce798e4f0481aeab86522c5924fb7520c0bc917b832f3e4c63c70a5430cd3fd92cac4374691a64db4542180e0917a0617bae7f783a6f SHA512 b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b diff --git a/x11-apps/x11perf/x11perf-1.6.0.ebuild b/x11-apps/x11perf/x11perf-1.6.0.ebuild deleted file mode 100644 index 1ce4d3573d1c..000000000000 --- a/x11-apps/x11perf/x11perf-1.6.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X rendering operation stress test utility" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXft - x11-libs/libXrender - x11-libs/libXext" -DEPEND="${RDEPEND}" |