diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-11-25 12:11:33 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-11-25 12:31:01 -0500 |
commit | 7f84905249d9741c30e3fdfdf5cde3b12ae10021 (patch) | |
tree | 52730230cbb43f8b30e9807442924e6393411340 /x11-apps | |
parent | media-libs/waffle: Drop old versions (diff) | |
download | gentoo-7f84905249d9741c30e3fdfdf5cde3b12ae10021.tar.gz gentoo-7f84905249d9741c30e3fdfdf5cde3b12ae10021.tar.bz2 gentoo-7f84905249d9741c30e3fdfdf5cde3b12ae10021.zip |
x11-apps/fonttosfnt: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/fonttosfnt/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest index 7a4e5ecc8ae7..ac916366ade5 100644 --- a/x11-apps/fonttosfnt/Manifest +++ b/x11-apps/fonttosfnt/Manifest @@ -1,2 +1 @@ -DIST fonttosfnt-1.2.2.tar.bz2 146855 BLAKE2B 167db11bd49675d411ec06f5581edd7a87d0518755aba05b330db8d24ec1b5f142228c3b3a0be6a740fee8835a25523cd9fc4d7b8e915cc9d51fb95786254770 SHA512 ceac6ccb064043d46f9f16f31fb89c6cbf7f026d049f7b5325d6af97e809b4cd068e6149413bb328c0af601a98b5070e21d469888a6853f6cabecd5b46f60240 DIST fonttosfnt-1.2.3.tar.xz 140068 BLAKE2B 62f3e332ce598cdf22e0db18e109ec9e7a425448697f18ef948cf6cafd2129a7fb44f251e7d43b76186d5b84cecf0fd58518a332a81d0a514c62ab2f57d28cc0 SHA512 9464ef05f3ff7dddfd7a4f0d46a6cc5bb79cf8e019824c2d40164cd18025cd9ed33b31d7b808b4c289af58f09be0be7591f6dfab5624aab1931e4c6a7da68463 diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild deleted file mode 100644 index f0d18fdf3c01..000000000000 --- a/x11-apps/fonttosfnt/fonttosfnt-1.2.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit xorg-3 - -DESCRIPTION="X.Org fonttosfnt application" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" -RDEPEND="media-libs/freetype:2 - x11-libs/libX11 - x11-libs/libfontenc" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |