diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-22 19:15:15 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-22 19:16:24 -0800 |
commit | c9289b2ea557bf7731f6f81d6d45759e84c93fc5 (patch) | |
tree | aac614972b24ff20c31100e60932e9cb68bfa36e /x11-libs | |
parent | x11-base/xorg-drivers: Remove references to dead ati-drivers (diff) | |
download | gentoo-c9289b2ea557bf7731f6f81d6d45759e84c93fc5.tar.gz gentoo-c9289b2ea557bf7731f6f81d6d45759e84c93fc5.tar.bz2 gentoo-c9289b2ea557bf7731f6f81d6d45759e84c93fc5.zip |
x11-libs/libXfont: Drop old version
Was only in the tree for old xorg-server versions, which were in turn
only in the tree for old nvidia-drivers versions. All have been removed.
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfont/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.4.9.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-libs/libXfont/Manifest b/x11-libs/libXfont/Manifest index 29beb284b414..be8cb27ee8a2 100644 --- a/x11-libs/libXfont/Manifest +++ b/x11-libs/libXfont/Manifest @@ -1,3 +1,2 @@ -DIST libXfont-1.4.9.tar.bz2 495464 SHA256 6c6b061a3aa44f0ac95785f9579f6427080c60ae6948b49bcc8d44f63942ad89 SHA512 d541dac1c8639578a122eaa61c3df1cd180f820609a02897baf1f1e45f49109b3a755a7f3b5f284716f5e6f494a829aa86be1c730156eb82db11b1551a320654 WHIRLPOOL 4c3e71025da5688ab594569557abcff714f423406409800e419a3d1b7898135ce36f6f9aa31f17613f82fe5cee9fe8e36da5b5a46529ff7203eeb5dfc07a25df DIST libXfont-1.5.2.tar.bz2 530367 SHA256 02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71 SHA512 6f2005eb07afe6ea39b0be035cebdf3492b60758b7b9bed9e226280e370c15883ce6e2f72d1faa006968a0d9b3b649d3b80fcdaa3f7e01a71abcae88d99c7a41 WHIRLPOOL 5175dae63b4bde3959cecc018daca94d42ff023d439d43a8470a5a8ade9eff60dd753fc18a0b6525fb6feb16d03f023abd0353ac12d6907d2c6672adc346b5a3 DIST libXfont-1.5.3.tar.bz2 519793 SHA256 ab85c10fd2683481dfef672a77fe60e6a2039558cbc0e9bf56b5e1df471c93d0 SHA512 e7c8a09c4d174129e5d550194d3c3dc2b4abf797e52fe588c6002920727c52cf33b7db8d07fc69c2987e766d3af2d6ddda72f0c70eb21b135c691c97656a81b4 WHIRLPOOL 956af4caed82144124499f7d132a7dde21d738c3048e124b3007be65be6e093cb1247a4af24c36a1c6ef1cca52e96756c95d0b3db1940efd147fe8499378311b diff --git a/x11-libs/libXfont/libXfont-1.4.9.ebuild b/x11-libs/libXfont/libXfont-1.4.9.ebuild deleted file mode 100644 index 7423b0831d72..000000000000 --- a/x11-libs/libXfont/libXfont-1.4.9.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 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 -} |