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/libX11/
Date: Mon, 07 Feb 2022 19:03:40
Message-Id: 1644260601.e29f04702841964286a6da28fe0c26bb690a4f04.mattst88@gentoo
1 commit: e29f04702841964286a6da28fe0c26bb690a4f04
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 19:01:57 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 19:03:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29f0470
7
8 x11-libs/libX11: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libX11/Manifest | 1 -
13 x11-libs/libX11/libX11-1.7.2.ebuild | 40 -------------------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
17 index 9e35ab8f1cdf..a285fd2d4009 100644
18 --- a/x11-libs/libX11/Manifest
19 +++ b/x11-libs/libX11/Manifest
20 @@ -1,2 +1 @@
21 -DIST libX11-1.7.2.tar.bz2 2392982 BLAKE2B ce64bd8172fcf4f5bf0783c4f25f4d220fa0eceb211b7a852802256f7241f543769565f70a59c1ff14e0bb1ae7d3f05914f8f0b1bd423dcb20181cfb2227c70d SHA512 d01e5c1848c76218605e5af2d353de6b301a251555b52a38dbe930e6635d5e8a92d1486eb6d328ad5d42a5939e0d16868ffa19a75e5a7863d1a32e0d0727bdc7
22 DIST libX11-1.7.3.tar.xz 1861304 BLAKE2B e0f647ef55567b1d7eff74bc053b8e73f8c696be6f233c2ff6f64dee65c1b40b746683ea7a6fafb4304eba4dec43301b4b3506e2ec6fac1d4c89d664b516bbdd SHA512 abc70837d19f7e104a5db1e6d2cfa1256625332c0b53fec44a0a39916a60a430bb53fd436207892aabe4199ac7a0f9287a06588fcd27e0eed54d45d67bbe1294
23
24 diff --git a/x11-libs/libX11/libX11-1.7.2.ebuild b/x11-libs/libX11/libX11-1.7.2.ebuild
25 deleted file mode 100644
26 index c50508e8170d..000000000000
27 --- a/x11-libs/libX11/libX11-1.7.2.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -XORG_DOC=doc
36 -XORG_MULTILIB=yes
37 -inherit toolchain-funcs xorg-3
38 -
39 -# Note: please bump this with x11-misc/compose-tables
40 -DESCRIPTION="X.Org X11 library"
41 -
42 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
43 -IUSE="ipv6 test"
44 -RESTRICT="!test? ( test )"
45 -
46 -RDEPEND="
47 - >=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]
48 - !<x11-base/xorg-proto-2019.2
49 - x11-misc/compose-tables"
50 -DEPEND="${RDEPEND}
51 - x11-base/xorg-proto
52 - x11-libs/xtrans"
53 -BDEPEND="test? ( dev-lang/perl )"
54 -
55 -src_configure() {
56 - local XORG_CONFIGURE_OPTIONS=(
57 - $(use_with doc xmlto)
58 - $(use_enable doc specs)
59 - $(use_enable ipv6)
60 - --without-fop
61 - CPP="$(tc-getPROG CPP cpp)"
62 - )
63 - xorg-3_src_configure
64 -}
65 -
66 -src_install() {
67 - xorg-3_src_install
68 - rm -rf "${ED}"/usr/share/X11/locale || die
69 -}