From ba1e4a3dad09369fcd47c2ab892c44a83283f420 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 30 Apr 2026 16:38:37 -0400 Subject: [PATCH] x11-apps/xfd: Drop old versions Signed-off-by: Matt Turner --- x11-apps/xfd/Manifest | 1 - x11-apps/xfd/xfd-1.1.4.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 x11-apps/xfd/xfd-1.1.4.ebuild diff --git a/x11-apps/xfd/Manifest b/x11-apps/xfd/Manifest index b7810d71ab643..ce6b5008d1450 100644 --- a/x11-apps/xfd/Manifest +++ b/x11-apps/xfd/Manifest @@ -1,2 +1 @@ -DIST xfd-1.1.4.tar.xz 134648 BLAKE2B d87d7c7f290147c2584b797dc807e11613efc506de08e56b2c756130d0b156f5f7a375515df80867b97834cf3c5f6d372541d507e164adb83f0f594397a5cd05 SHA512 fa1f8a7b5d89be20fb2b1e3e0e8f4d7f9463e91fd385d21e1403a398c2e263112043b568417c420c5ee33bec60e06658498dd55df6d7ac19da3af0844f932209 DIST xfd-1.1.5.tar.xz 140548 BLAKE2B ebb6de261219e75ad5305ab201ac7a7ce2ee1615b62ed04b280ba21c89bcbb63f77ec4ca2d2705d52ee0c6edda39d2631e42eda906fcf5c70a7e77cb64424169 SHA512 6a8838e90c4751ae357832da7856d65d2cc65f3626655e24d22b25e7623f1a47d41dea0d093c0f250ceee2651214a746b3e7bd7f152c5b1718ce28aa5f217fa4 diff --git a/x11-apps/xfd/xfd-1.1.4.ebuild b/x11-apps/xfd/xfd-1.1.4.ebuild deleted file mode 100644 index beda0da1e077e..0000000000000 --- a/x11-apps/xfd/xfd-1.1.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xorg-3 - -DESCRIPTION="X.Org xfd application" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86" - -RDEPEND=" - media-libs/fontconfig - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXt - x11-libs/libXmu - x11-libs/libXrender - x11-libs/libXaw - x11-libs/libxkbfile" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND="sys-devel/gettext"