x11-libs/libXfont2: Drop old versions

Bug: https://bugs.gentoo.org/978970
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2026-07-10 15:19:36 -04:00
parent e15f2c437a
commit 2b97de3637
2 changed files with 0 additions and 35 deletions

View File

@@ -1,2 +1 @@
DIST libXfont2-2.0.7.tar.xz 453012 BLAKE2B d20001c0e7ce90e0efea25f17d09d5671b0dafacfe7d34dfd3eabe377d75899f3eea6e266d043e8d917ff38585e778ddcb4179f0cbfe15845e4d8584f154eaad SHA512 f703127df5d5b1093c9b73e019153ed7799523573d52e61d344209f0acfd4df42e11be12bdd1880479c47c2b70de581a4f2ef74e199e9b1ac438f426593d56b0
DIST libXfont2-2.0.8.tar.xz 474560 BLAKE2B 9764ea6307c1e92a2187b6b2db07aee276e9df4120f05d72a0733607ae19bf968b31a1918c94c01fbf80642f8e55ffbc31c33c96a90f67474a7d0086914d98ff SHA512 e14cc3fa03d7baa4554ee5754ab33f69ac1da3d509c686a5f705fde8cd07772be564d68cc18d9fd0beb5ed7b2f864fcd7f6bf4983f5c0db08a9c747d0e001531

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XORG_DOC=doc
XORG_PACKAGE_NAME=libxfont
inherit xorg-3
DESCRIPTION="X.Org Xfont library"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
IUSE="bzip2 truetype"
RDEPEND="virtual/zlib:=
elibc_glibc? ( || ( >=sys-libs/glibc-2.38 dev-libs/libbsd ) )
x11-libs/libfontenc
bzip2? ( app-arch/bzip2 )
truetype? ( >=media-libs/freetype-2 )"
DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/xtrans"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
--enable-ipv6
$(use_enable doc devel-docs)
$(use_with doc xmlto)
$(use_with bzip2)
$(use_enable truetype freetype)
--without-fop
)
xorg-3_src_configure
}