From 48399192c11b47e7a56deb77fd6d2d26f7812f85 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 30 Apr 2026 16:38:37 -0400 Subject: [PATCH] x11-apps/xkill: Drop old versions Signed-off-by: Matt Turner --- x11-apps/xkill/Manifest | 1 - x11-apps/xkill/xkill-1.0.6.ebuild | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 x11-apps/xkill/xkill-1.0.6.ebuild diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest index 784c14934026..cd38a7341ce1 100644 --- a/x11-apps/xkill/Manifest +++ b/x11-apps/xkill/Manifest @@ -1,2 +1 @@ -DIST xkill-1.0.6.tar.xz 121900 BLAKE2B 405e78388359d7a6ee66e3f2039b37422a09995fcad56f637e1f8c63679504857512e7f7d9a88790522d183a71c98821e7c3a2e34314ff27c978d125651431ed SHA512 a755a8db51d7860b9942161776390007b9b530c2f7fcf8ddb3383311d36d185a6f08a44c5f6f7735576b146902e66aca21cbd7e746c1289d035e79332e8173b6 DIST xkill-1.0.7.tar.xz 127388 BLAKE2B b7b4afddc988e7e5ee958ab3de9370da22fff931f945bf2aa07358e4425cbdc03a52da6b8442f0d2aae79a80e905634b1e1623f8199dbeb864113c892ce54e19 SHA512 af5444da74b2af45dabd093e74b4c2e906c4742593067b6fecced6593a27b2b493e868e91672ffc17571851621b4e6716741d2eb91c5459c5bcf9867d4812d9a diff --git a/x11-apps/xkill/xkill-1.0.6.ebuild b/x11-apps/xkill/xkill-1.0.6.ebuild deleted file mode 100644 index 203df3415e98..000000000000 --- a/x11-apps/xkill/xkill-1.0.6.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xorg-3 - -DESCRIPTION="kill a client by its X resource" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu" -DEPEND="${RDEPEND} - x11-base/xorg-proto"