commit: a40b5aff13a0ae36bb1d38aade015042c2c8e3f3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 01:20:15 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 01:24:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40b5aff
x11-libs/libXft: Drop old versions
x11-libs/libXft/Manifest | 1 -
x11-libs/libXft/libXft-2.3.1-r1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/x11-libs/libXft/Manifest b/x11-libs/libXft/Manifest
index ab64d9fe953..08d03a180e8 100644
--- a/x11-libs/libXft/Manifest
+++ b/x11-libs/libXft/Manifest
@@ -1,2 +1 @@
-DIST libXft-2.3.1.tar.bz2 311556 BLAKE2B
4f2bfb4b85f8a459c6723483a9eb955826ca4be09fb1a712ab00e72c66ba96ecea90ff8f259374796fa39706275790fe160564f7283f647c9e2ec2f619b151c3
SHA512
737d6ab892daf829da8b2fed954b31b2657d29033f35e806599cd67c6e044ab94b0f035804a1c4c9e3e0cbdc74a117cd274128a57f4b2cf81383561d62eb9f1f
DIST libXft-2.3.2.tar.bz2 335495 BLAKE2B
9592e82449d3253fc71cb93866275bfbea37988ad7bf05c1d17de14038e48099cbc2569e329daba9354bab1d522dac03077d94e82f561e0747f08bbc08f6a737
SHA512
eb2e0c46b4434198690a3ca2b613df14ad599c860b47d10a1e8efe3b4e812a78460f9f414eaf89db21d605613a4e18324dcb8a22928609c6bc15178330a05398
diff --git a/x11-libs/libXft/libXft-2.3.1-r1.ebuild
b/x11-libs/libXft/libXft-2.3.1-r1.ebuild
deleted file mode 100644
index eccb6f06fad..00000000000
--- a/x11-libs/libXft/libXft-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2 flag-o-matic
-
-DESCRIPTION="X.Org Xft library"
-
-KEYWORDS="alpha amd64 arm 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
- >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
- >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
- >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
- virtual/ttf-fonts"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-2.3.1-compile_fix.patch" )