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: Wed, 01 May 2019 20:47:38
Message-Id: 1556743264.79590be1dd5942afd682ce854bfe88af36e450fc.mattst88@gentoo
1 commit: 79590be1dd5942afd682ce854bfe88af36e450fc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:41:04 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:41:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79590be1
7
8 x11-libs/libXft: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libXft/Manifest | 1 -
14 x11-libs/libXft/libXft-2.3.2-r1.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/x11-libs/libXft/Manifest b/x11-libs/libXft/Manifest
18 index 29391f8cb22..1f2f4e37e90 100644
19 --- a/x11-libs/libXft/Manifest
20 +++ b/x11-libs/libXft/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXft-2.3.2.tar.bz2 335495 BLAKE2B 9592e82449d3253fc71cb93866275bfbea37988ad7bf05c1d17de14038e48099cbc2569e329daba9354bab1d522dac03077d94e82f561e0747f08bbc08f6a737 SHA512 eb2e0c46b4434198690a3ca2b613df14ad599c860b47d10a1e8efe3b4e812a78460f9f414eaf89db21d605613a4e18324dcb8a22928609c6bc15178330a05398
23 DIST libXft-2.3.3.tar.bz2 353465 BLAKE2B 05a91225d09b5e1800a8272c72f7220d9987e3828591bf73d8307a9c4fca1ce7c4c62b36805f44e385c3a4269ebaafdaed70d3b2006208e860f8e982b53c975f SHA512 28fdaf3baa3b156a4a7fdd6e39c4d8026d7d21eaa9be27c9797c8d329dab691a1bc82ea6042f9d4729a9343d93787536fb7e4b606f722f33cbe608b2e79910e8
24
25 diff --git a/x11-libs/libXft/libXft-2.3.2-r1.ebuild b/x11-libs/libXft/libXft-2.3.2-r1.ebuild
26 deleted file mode 100644
27 index e93d08c43e2..00000000000
28 --- a/x11-libs/libXft/libXft-2.3.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_MULTILIB=yes
37 -inherit xorg-2 flag-o-matic
38 -
39 -DESCRIPTION="X.Org Xft library"
40 -
41 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
42 -IUSE=""
43 -
44 -RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
45 - >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]
46 - virtual/ttf-fonts
47 - x11-base/xorg-proto
48 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
49 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
50 - >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]"
51 -DEPEND="${RDEPEND}"