diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest index 7acd571f5f46e..3236413f8a9d9 100644 --- a/x11-libs/libfontenc/Manifest +++ b/x11-libs/libfontenc/Manifest @@ -1,2 +1 @@ -DIST libfontenc-1.1.8.tar.xz 274176 BLAKE2B b8bae8a25df2480281b00608998db59fb736b74cd5965958642036b16c5c4348c8bc6ccd65a8b784ef17650ddbb7635a728eb9dadd3b9c5cdad712ebfeb5df30 SHA512 c9ddea9c0c6c6f4933b5b8ed2044e3dc259a9edbb3070a32f0335a6ad4d47b1858cefc01fa2dff9f29808bee311e9c677b05861200d2f2c4552c92b33fe027e2 DIST libfontenc-1.1.9.tar.xz 280828 BLAKE2B f8a7ae8e3fa954d3cdddbbdba197e9bef3887faafcffa49d137924f88b494914326238ffda425176187dc75c9ccb152ff6bc4d4074e31b1995f455707a9c2ea8 SHA512 19050c4c9ea1143b555b92faec641fd6b4976de463ad1fb67d20a7bf2f610bbc3debd3c65925cd8329691a9fb0435d004a05b6486e1dc600719e8c479812b912 diff --git a/x11-libs/libfontenc/libfontenc-1.1.8.ebuild b/x11-libs/libfontenc/libfontenc-1.1.8.ebuild deleted file mode 100644 index d60c36b3dede9..0000000000000 --- a/x11-libs/libfontenc/libfontenc-1.1.8.ebuild +++ /dev/null @@ -1,18 +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 fontenc library" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" - -RDEPEND="virtual/zlib:=" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -XORG_CONFIGURE_OPTIONS=( - --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings" -)