Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXft/
Date: Sat, 28 Apr 2018 01:25:35
Message-Id: 1524878691.a40b5aff13a0ae36bb1d38aade015042c2c8e3f3.mattst88@gentoo
1 commit: a40b5aff13a0ae36bb1d38aade015042c2c8e3f3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:20:15 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:24:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40b5aff
7
8 x11-libs/libXft: Drop old versions
9
10 x11-libs/libXft/Manifest | 1 -
11 x11-libs/libXft/libXft-2.3.1-r1.ebuild | 23 -----------------------
12 2 files changed, 24 deletions(-)
13
14 diff --git a/x11-libs/libXft/Manifest b/x11-libs/libXft/Manifest
15 index ab64d9fe953..08d03a180e8 100644
16 --- a/x11-libs/libXft/Manifest
17 +++ b/x11-libs/libXft/Manifest
18 @@ -1,2 +1 @@
19 -DIST libXft-2.3.1.tar.bz2 311556 BLAKE2B 4f2bfb4b85f8a459c6723483a9eb955826ca4be09fb1a712ab00e72c66ba96ecea90ff8f259374796fa39706275790fe160564f7283f647c9e2ec2f619b151c3 SHA512 737d6ab892daf829da8b2fed954b31b2657d29033f35e806599cd67c6e044ab94b0f035804a1c4c9e3e0cbdc74a117cd274128a57f4b2cf81383561d62eb9f1f
20 DIST libXft-2.3.2.tar.bz2 335495 BLAKE2B 9592e82449d3253fc71cb93866275bfbea37988ad7bf05c1d17de14038e48099cbc2569e329daba9354bab1d522dac03077d94e82f561e0747f08bbc08f6a737 SHA512 eb2e0c46b4434198690a3ca2b613df14ad599c860b47d10a1e8efe3b4e812a78460f9f414eaf89db21d605613a4e18324dcb8a22928609c6bc15178330a05398
21
22 diff --git a/x11-libs/libXft/libXft-2.3.1-r1.ebuild b/x11-libs/libXft/libXft-2.3.1-r1.ebuild
23 deleted file mode 100644
24 index eccb6f06fad..00000000000
25 --- a/x11-libs/libXft/libXft-2.3.1-r1.ebuild
26 +++ /dev/null
27 @@ -1,23 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -
33 -XORG_MULTILIB=yes
34 -inherit xorg-2 flag-o-matic
35 -
36 -DESCRIPTION="X.Org Xft library"
37 -
38 -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"
39 -IUSE=""
40 -
41 -RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
42 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
43 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
44 - >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
45 - >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
46 - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
47 - virtual/ttf-fonts"
48 -DEPEND="${RDEPEND}"
49 -
50 -PATCHES=( "${FILESDIR}/${PN}-2.3.1-compile_fix.patch" )