summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-04-27 18:18:47 -0700
committerMatt Turner <mattst88@gentoo.org>2018-04-27 18:24:42 -0700
commit8b947fccea19649488315d65d8fb59cf389e44c2 (patch)
tree2d1343bfad96d13a34fcc471d4db6cc87236003a /x11-libs/libfontenc
parentx11-libs/libFS: Drop unnecessary x11-proto dep (diff)
downloadgentoo-8b947fccea19649488315d65d8fb59cf389e44c2.tar.gz
gentoo-8b947fccea19649488315d65d8fb59cf389e44c2.tar.bz2
gentoo-8b947fccea19649488315d65d8fb59cf389e44c2.zip
x11-libs/libfontenc: Drop old versions
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r--x11-libs/libfontenc/Manifest1
-rw-r--r--x11-libs/libfontenc/libfontenc-1.1.2.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-libs/libfontenc/Manifest b/x11-libs/libfontenc/Manifest
index 5cd7ebe04826..8e4501f048ef 100644
--- a/x11-libs/libfontenc/Manifest
+++ b/x11-libs/libfontenc/Manifest
@@ -1,2 +1 @@
-DIST libfontenc-1.1.2.tar.bz2 294884 BLAKE2B dee29ab3c7f6ce4369d511cf9716f137a036932b4743842dcc4ea36ac093af43a6f274cded2ff9970626cf328e45cbddb8fdc996e706fd154f5bf83647cfcb20 SHA512 e0905592b7ef65acb8298b9807f90e68d18eddf3112c6232c1c774603c95ca7ec7f6db161e133dadc00d8791c5f76d4c3d65aa95544a1500c0767b88fdb52f45
DIST libfontenc-1.1.3.tar.bz2 301494 BLAKE2B 1d9d5387cd11820b1d458cab8de26fbaebeb2d0b5c6197a455b0261e53004e6d8eb9cea7dab27ad163c8897237a864075f981ec3a740cf8056c3f15be23ecd3d SHA512 7346079a6980464f57f5da0e96025bbf4b13fbb7ed976b58d9c54b78525d9d0b4174b4783326a12048971cf5d05221bafe2f41c6b02931743913719cde21740c
diff --git a/x11-libs/libfontenc/libfontenc-1.1.2.ebuild b/x11-libs/libfontenc/libfontenc-1.1.2.ebuild
deleted file mode 100644
index 7a8e143c3581..000000000000
--- a/x11-libs/libfontenc/libfontenc-1.1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org fontenc library"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="sys-libs/zlib
- x11-proto/xproto"
-DEPEND="${RDEPEND}"
-
-XORG_CONFIGURE_OPTIONS=(
- --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
-)