summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-09 19:47:19 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-09 22:34:07 -0400
commit0299f176b6d862dd11e3c8ab35612aa6069868ee (patch)
tree24ecb081487aad489f975bb90c274682d526e787
parentx11-libs/libXft: Drop old versions (diff)
downloadgentoo-0299f176b6d862dd11e3c8ab35612aa6069868ee.tar.gz
gentoo-0299f176b6d862dd11e3c8ab35612aa6069868ee.tar.bz2
gentoo-0299f176b6d862dd11e3c8ab35612aa6069868ee.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.5.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
index fc01d06aa82b..e34aefbb3a46 100644
--- a/x11-libs/libfontenc/Manifest
+++ b/x11-libs/libfontenc/Manifest
@@ -1,3 +1,2 @@
DIST libfontenc-1.1.4.tar.bz2 320492 BLAKE2B 34da17e220789f5078e870329390c0e3ee665598db3432ef5a33e78d1db4b12460c7467bcbcc1dad67e9f6ade0173f9fad915a2fbbee51f0be23feedc242e7bd SHA512 76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582
-DIST libfontenc-1.1.5.tar.xz 270848 BLAKE2B 27580286e48cc1703222a34e1a15cfa5ce9ac06d9c1c9322639d723d0436240fddd052a7e50c0b93e4ffd38c75f8196069593e6d0383b80fffe07b62c59932f6 SHA512 1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4
DIST libfontenc-1.1.6.tar.xz 272520 BLAKE2B ccfe4f9524655862e2e5ceed8edccd7da8ec1872b3a8166803540b69fe4f42f1b5b6f2128a00b702368f9009e1bb1edcec5d28c36815abd6d591dc9fc46cd291 SHA512 524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683
diff --git a/x11-libs/libfontenc/libfontenc-1.1.5.ebuild b/x11-libs/libfontenc/libfontenc-1.1.5.ebuild
deleted file mode 100644
index 9cf4b9200756..000000000000
--- a/x11-libs/libfontenc/libfontenc-1.1.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-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"
-)