summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 20:24:22 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 21:36:37 -0500
commit4b3f7d1c118d5b33be0f885da0f1b5c9b38a73d1 (patch)
treec4a2df49c4ad39c58f9513886834ddc895b6369f
parentx11-libs/libdrm: Drop old versions (diff)
downloadgentoo-4b3f7d1c118d5b33be0f885da0f1b5c9b38a73d1.tar.gz
gentoo-4b3f7d1c118d5b33be0f885da0f1b5c9b38a73d1.tar.bz2
gentoo-4b3f7d1c118d5b33be0f885da0f1b5c9b38a73d1.zip
x11-libs/libfontenc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-libs/libfontenc/Manifest1
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.4.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
index e34aefbb3a46..87420d1e45c8 100644
--- a/x11-libs/libfontenc/Manifest
+++ b/x11-libs/libfontenc/Manifest
@@ -1,2 +1 @@
-DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582
DIST libfontenc-1.1.6.tar.xz 272520 BLAKE2B ccfe4f9524655862e2e5ceed8edccd7da8ec1872b3a8166803540b69fe4f42f1b5b6f2128a00b702368f9009e1bb1edcec5d28c36815abd6d591dc9fc46cd291 SHA512 524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683
diff --git a/x11-libs/libfontenc/libfontenc-1.1.4.ebuild b/x11-libs/libfontenc/libfontenc-1.1.4.ebuild
deleted file mode 100644
index f330039add95..000000000000
--- a/x11-libs/libfontenc/libfontenc-1.1.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="X.Org fontenc library"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
-)