diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-05 17:25:21 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-05 17:29:59 +0200 |
commit | 679466474ee4f6448fa2a8b706aef63c3d321e8d (patch) | |
tree | bf89517d94f8609c75ae020bcd1f82046d354cbe | |
parent | x11-libs/libXfont: security cleanup (diff) | |
download | gentoo-679466474ee4f6448fa2a8b706aef63c3d321e8d.tar.gz gentoo-679466474ee4f6448fa2a8b706aef63c3d321e8d.tar.bz2 gentoo-679466474ee4f6448fa2a8b706aef63c3d321e8d.zip |
x11-libs/libXfont2: security cleanup
Bug: https://bugs.gentoo.org/639064
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | x11-libs/libXfont2/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXfont2/libXfont2-2.0.2.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-libs/libXfont2/Manifest b/x11-libs/libXfont2/Manifest index d7e857a9e154..aba9fbc949cd 100644 --- a/x11-libs/libXfont2/Manifest +++ b/x11-libs/libXfont2/Manifest @@ -1,2 +1 @@ -DIST libXfont2-2.0.2.tar.bz2 476173 BLAKE2B 12a6e4b8e475d35866507e8dcf622b2727f64658cecc8e819f1d5443de6be2bd26f57588ec21dcb725b9e2e7f550800e672a5c120937cde5304a2b81758f6903 SHA512 d62b0c3d663a2c668796cca8c6c2a90f83feeae1253b7d946668d33502cd8099c963285b88db4f745efb0d4ff783c118eb3d84cb8e6e1724586e1ef2be23e593 DIST libXfont2-2.0.3.tar.bz2 497085 BLAKE2B 91780c245d5e08b45fca6e940b0fe910b43417b2bed77fa600e0b8ab2b2c5a423b8a1c680349b95592a77f5bac45b1f5a7991d05df699aad080e8c3cf4d614cf SHA512 648b664e2aa58cbc7366a1b05873aa06bd4a38060f64085783043388244af8ceced77b29a22c3ac8b6d34cd226e093bbbcc785ea1748ea65720fe7ea05b4b44b diff --git a/x11-libs/libXfont2/libXfont2-2.0.2.ebuild b/x11-libs/libXfont2/libXfont2-2.0.2.ebuild deleted file mode 100644 index 333ec175f52e..000000000000 --- a/x11-libs/libXfont2/libXfont2-2.0.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_DOC=doc -inherit xorg-2 - -DESCRIPTION="X.Org Xfont library" - -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" -IUSE="bzip2 ipv6 truetype" - -RDEPEND="x11-libs/xtrans - x11-libs/libfontenc - sys-libs/zlib - truetype? ( >=media-libs/freetype-2 ) - bzip2? ( app-arch/bzip2 ) - x11-proto/xproto - >=x11-proto/fontsproto-2.1.3" -DEPEND="${RDEPEND}" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - $(use_enable doc devel-docs) - $(use_with doc xmlto) - $(use_with bzip2) - $(use_enable truetype freetype) - --without-fop - ) - xorg-2_src_configure -} |