diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-31 11:56:18 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-31 11:58:56 -0500 |
commit | b17d1563a0c8cb83ffea9520558f238d017c7622 (patch) | |
tree | 61a9b3687445ec5235c52a51f7bc541aa6a4a8d2 /x11-libs/libX11 | |
parent | x11-base/xcb-proto: Drop old versions (diff) | |
download | gentoo-b17d1563a0c8cb83ffea9520558f238d017c7622.tar.gz gentoo-b17d1563a0c8cb83ffea9520558f238d017c7622.tar.bz2 gentoo-b17d1563a0c8cb83ffea9520558f238d017c7622.zip |
x11-libs/libX11: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libX11')
-rw-r--r-- | x11-libs/libX11/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-1.6.12.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest index a9c7f15d3c64..e3fb1475398a 100644 --- a/x11-libs/libX11/Manifest +++ b/x11-libs/libX11/Manifest @@ -1,2 +1 @@ -DIST libX11-1.6.12.tar.bz2 2376498 BLAKE2B a2c6c76d5d4a15073f7837e6a72ecd8b7711dfcec48c54da538a6100a4afa01334a9456376633f1a2365717e03231c6b777c5683e462d10564065dc2437da39a SHA512 79df7d61d9009b0dd3b65f67a62189aa0a43799c01026b3d2d534092596a0b67f246af5e398a89eb1ccc61a27335f81be8262b8a39768a76f62d862cd7415a47 DIST libX11-1.7.0.tar.bz2 2409144 BLAKE2B 1eb6aa8f2fe50ddb2f6d324429b3d9cecfb48833c3f52f22ae8e32846be614c8db63c57d25e2b1c46612b6b333ff61ceab8ac0b605b117bcea1224f918af8e6d SHA512 f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb diff --git a/x11-libs/libX11/libX11-1.6.12.ebuild b/x11-libs/libX11/libX11-1.6.12.ebuild deleted file mode 100644 index de549060b4c6..000000000000 --- a/x11-libs/libX11/libX11-1.6.12.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_DOC=doc -XORG_MULTILIB=yes -inherit toolchain-funcs xorg-3 - -DESCRIPTION="X.Org X11 library" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="ipv6 test" -RESTRICT="!test? ( test )" - -RDEPEND=">=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}] - !<x11-base/xorg-proto-2019.2" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/xtrans" -BDEPEND="test? ( dev-lang/perl )" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc xmlto) - $(use_enable doc specs) - $(use_enable ipv6) - --without-fop - CPP="$(tc-getPROG CPP cpp)" - ) -} |