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-misc/compose-tables/
Date: Mon, 07 Feb 2022 19:03:41
Message-Id: 1644260601.d44f21b2576ee2e1c9b9f4992f0261945e8b802a.mattst88@gentoo
1 commit: d44f21b2576ee2e1c9b9f4992f0261945e8b802a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 19:02:17 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=d44f21b2
7
8 x11-misc/compose-tables: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-misc/compose-tables/Manifest | 1 -
13 .../compose-tables/compose-tables-1.7.2-r1.ebuild | 41 ----------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
17 index 9e35ab8f1cdf..a285fd2d4009 100644
18 --- a/x11-misc/compose-tables/Manifest
19 +++ b/x11-misc/compose-tables/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-misc/compose-tables/compose-tables-1.7.2-r1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2-r1.ebuild
25 deleted file mode 100644
26 index e6d977c13554..000000000000
27 --- a/x11-misc/compose-tables/compose-tables-1.7.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 2020-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -XORG_MULTILIB=no
36 -inherit xorg-3
37 -
38 -# Note: please bump this with x11-libs/libX11
39 -DESCRIPTION="X.Org Compose Key tables from libX11"
40 -# xorg-3.eclass would attempt to fetch a tarball with a matching name to this package
41 -SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
42 -S="${WORKDIR}/libX11-${PV}/"
43 -
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
45 -
46 -# Only needed by configure
47 -DEPEND="
48 - x11-base/xorg-proto
49 - >=x11-libs/libxcb-1.11.1
50 - x11-libs/xtrans"
51 -RDEPEND="!<x11-libs/libX11-1.7.0"
52 -
53 -XORG_CONFIGURE_OPTIONS=(
54 - --without-xmlto
55 - --without-fop
56 - --disable-specs
57 - --disable-xkb
58 -)
59 -
60 -src_compile() {
61 - emake -C nls
62 -}
63 -
64 -src_test() {
65 - :;
66 -}
67 -
68 -src_install() {
69 - emake DESTDIR="${D}" -C nls install
70 -}