Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/
Date: Fri, 05 Jan 2018 15:30:15
Message-Id: 1515166199.679466474ee4f6448fa2a8b706aef63c3d321e8d.leio@gentoo
1 commit: 679466474ee4f6448fa2a8b706aef63c3d321e8d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 15:25:21 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 15:29:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67946647
7
8 x11-libs/libXfont2: security cleanup
9
10 Bug: https://bugs.gentoo.org/639064
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 x11-libs/libXfont2/Manifest | 1 -
14 x11-libs/libXfont2/libXfont2-2.0.2.ebuild | 33 -------------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/x11-libs/libXfont2/Manifest b/x11-libs/libXfont2/Manifest
18 index d7e857a9e15..aba9fbc949c 100644
19 --- a/x11-libs/libXfont2/Manifest
20 +++ b/x11-libs/libXfont2/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXfont2-2.0.2.tar.bz2 476173 BLAKE2B 12a6e4b8e475d35866507e8dcf622b2727f64658cecc8e819f1d5443de6be2bd26f57588ec21dcb725b9e2e7f550800e672a5c120937cde5304a2b81758f6903 SHA512 d62b0c3d663a2c668796cca8c6c2a90f83feeae1253b7d946668d33502cd8099c963285b88db4f745efb0d4ff783c118eb3d84cb8e6e1724586e1ef2be23e593
23 DIST libXfont2-2.0.3.tar.bz2 497085 BLAKE2B 91780c245d5e08b45fca6e940b0fe910b43417b2bed77fa600e0b8ab2b2c5a423b8a1c680349b95592a77f5bac45b1f5a7991d05df699aad080e8c3cf4d614cf SHA512 648b664e2aa58cbc7366a1b05873aa06bd4a38060f64085783043388244af8ceced77b29a22c3ac8b6d34cd226e093bbbcc785ea1748ea65720fe7ea05b4b44b
24
25 diff --git a/x11-libs/libXfont2/libXfont2-2.0.2.ebuild b/x11-libs/libXfont2/libXfont2-2.0.2.ebuild
26 deleted file mode 100644
27 index 333ec175f52..00000000000
28 --- a/x11-libs/libXfont2/libXfont2-2.0.2.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_DOC=doc
37 -inherit xorg-2
38 -
39 -DESCRIPTION="X.Org Xfont library"
40 -
41 -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"
42 -IUSE="bzip2 ipv6 truetype"
43 -
44 -RDEPEND="x11-libs/xtrans
45 - x11-libs/libfontenc
46 - sys-libs/zlib
47 - truetype? ( >=media-libs/freetype-2 )
48 - bzip2? ( app-arch/bzip2 )
49 - x11-proto/xproto
50 - >=x11-proto/fontsproto-2.1.3"
51 -DEPEND="${RDEPEND}"
52 -
53 -src_configure() {
54 - XORG_CONFIGURE_OPTIONS=(
55 - $(use_enable ipv6)
56 - $(use_enable doc devel-docs)
57 - $(use_with doc xmlto)
58 - $(use_with bzip2)
59 - $(use_enable truetype freetype)
60 - --without-fop
61 - )
62 - xorg-2_src_configure
63 -}