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/libXfont/
Date: Thu, 23 Nov 2017 05:11:22
Message-Id: 1511406984.c9289b2ea557bf7731f6f81d6d45759e84c93fc5.mattst88@gentoo
1 commit: c9289b2ea557bf7731f6f81d6d45759e84c93fc5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 03:15:15 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 03:16:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9289b2e
7
8 x11-libs/libXfont: Drop old version
9
10 Was only in the tree for old xorg-server versions, which were in turn
11 only in the tree for old nvidia-drivers versions. All have been removed.
12
13 x11-libs/libXfont/Manifest | 1 -
14 x11-libs/libXfont/libXfont-1.4.9.ebuild | 33 ---------------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/x11-libs/libXfont/Manifest b/x11-libs/libXfont/Manifest
18 index 29beb284b41..be8cb27ee8a 100644
19 --- a/x11-libs/libXfont/Manifest
20 +++ b/x11-libs/libXfont/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST libXfont-1.4.9.tar.bz2 495464 SHA256 6c6b061a3aa44f0ac95785f9579f6427080c60ae6948b49bcc8d44f63942ad89 SHA512 d541dac1c8639578a122eaa61c3df1cd180f820609a02897baf1f1e45f49109b3a755a7f3b5f284716f5e6f494a829aa86be1c730156eb82db11b1551a320654 WHIRLPOOL 4c3e71025da5688ab594569557abcff714f423406409800e419a3d1b7898135ce36f6f9aa31f17613f82fe5cee9fe8e36da5b5a46529ff7203eeb5dfc07a25df
23 DIST libXfont-1.5.2.tar.bz2 530367 SHA256 02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71 SHA512 6f2005eb07afe6ea39b0be035cebdf3492b60758b7b9bed9e226280e370c15883ce6e2f72d1faa006968a0d9b3b649d3b80fcdaa3f7e01a71abcae88d99c7a41 WHIRLPOOL 5175dae63b4bde3959cecc018daca94d42ff023d439d43a8470a5a8ade9eff60dd753fc18a0b6525fb6feb16d03f023abd0353ac12d6907d2c6672adc346b5a3
24 DIST libXfont-1.5.3.tar.bz2 519793 SHA256 ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0 SHA512 e7c8a09c4d174129e5d550194d3c3dc2b4abf797e52fe588c6002920727c52cf33b7db8d07fc69c2987e766d3af2d6ddda72f0c70eb21b135c691c97656a81b4 WHIRLPOOL 956af4caed82144124499f7d132a7dde21d738c3048e124b3007be65be6e093cb1247a4af24c36a1c6ef1cca52e96756c95d0b3db1940efd147fe8499378311b
25
26 diff --git a/x11-libs/libXfont/libXfont-1.4.9.ebuild b/x11-libs/libXfont/libXfont-1.4.9.ebuild
27 deleted file mode 100644
28 index 7423b0831d7..00000000000
29 --- a/x11-libs/libXfont/libXfont-1.4.9.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -XORG_DOC=doc
38 -inherit xorg-2
39 -
40 -DESCRIPTION="X.Org Xfont library"
41 -
42 -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 ~x64-solaris ~x86-solaris"
43 -IUSE="bzip2 ipv6 truetype"
44 -
45 -RDEPEND="x11-libs/xtrans
46 - x11-libs/libfontenc
47 - sys-libs/zlib
48 - truetype? ( >=media-libs/freetype-2 )
49 - bzip2? ( app-arch/bzip2 )
50 - x11-proto/xproto
51 - <x11-proto/fontsproto-2.1.3"
52 -DEPEND="${RDEPEND}"
53 -
54 -src_configure() {
55 - XORG_CONFIGURE_OPTIONS=(
56 - $(use_enable ipv6)
57 - $(use_enable doc devel-docs)
58 - $(use_with doc xmlto)
59 - $(use_with bzip2)
60 - $(use_enable truetype freetype)
61 - --without-fop
62 - )
63 - xorg-2_src_configure
64 -}