diff --git a/x11-apps/fstobdf/Manifest b/x11-apps/fstobdf/Manifest index 236b6350a472c..1829c7a93b31c 100644 --- a/x11-apps/fstobdf/Manifest +++ b/x11-apps/fstobdf/Manifest @@ -1,2 +1 @@ -DIST fstobdf-1.0.7.tar.xz 122432 BLAKE2B a7d736a16fb8e7992c46ca2d74ac1897c0e2171d18f56837812f903db7035da5b8aa811ef7be8845717ee5c558bc88434e5f74a848d2d31c91bba5fb507e4ce7 SHA512 b303cc2060e8ccaa139e855a7d377d28877158efa1087eeeebf9f30f7c9962764eceab5c4044b4b508890413cf38546da9b26756dd27a142b806dcd6fdb6ba59 DIST fstobdf-1.0.8.tar.xz 129208 BLAKE2B 7354534c86a7dd0709a123ffd96ebd4bc94d0754529554a6a218e6cdd3fa1012fc0887a2b490ec817398e6a825546d6e51840dafbd53a1270c749ac440721d74 SHA512 7df376d55fef2bb58aa66f792710a6159914ed4f5c60110d5a0daac30a3f4cf8613d1e8058121510e420e67691c428c4bce149f2ff10f64325d5b66191205a84 diff --git a/x11-apps/fstobdf/fstobdf-1.0.7.ebuild b/x11-apps/fstobdf/fstobdf-1.0.7.ebuild deleted file mode 100644 index bf62d508b9899..0000000000000 --- a/x11-apps/fstobdf/fstobdf-1.0.7.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit xorg-3 - -DESCRIPTION="generate BDF font from X font server" -KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~s390 ~sparc x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libFS" -DEPEND="${RDEPEND} - x11-base/xorg-proto"