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: Fri, 24 Jun 2022 16:26:36
Message-Id: 1656087957.4d21a2ad576059dd79cf99596c73b2d103297c3f.mattst88@gentoo
1 commit: 4d21a2ad576059dd79cf99596c73b2d103297c3f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 16:19:13 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 16:25:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d21a2ad
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 x11-misc/compose-tables/compose-tables-1.8.ebuild | 42 -----------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
17 index 12b6d82b1fd3..7721105b25f4 100644
18 --- a/x11-misc/compose-tables/Manifest
19 +++ b/x11-misc/compose-tables/Manifest
20 @@ -1,3 +1,2 @@
21 DIST libX11-1.7.5.tar.xz 1853152 BLAKE2B 95ceccbfd37d8a749a533bdc03feba94236a47185a2cd7ad6592c534c17636906b735aa5800d810d13d3e342e3dbe281bb1f1f3ecab9d07e6a6a50f33beef8af SHA512 ef33e2f631226cab27657f46e1fd4cfc928f62f928d8297474e7b993017c8f92b60272eed6515990cdf3a9d34581837b7a3896e584f3546dd26f3790034df347
22 DIST libX11-1.8.1.tar.xz 1818460 BLAKE2B 7602b4d8c65ea3160f81096b4e022b5462e49d96b36dee70fe06e972329dc9d70bbd462e2079da03ba5647d7a72bf03e29aab23c60bcc206c95d770655622226 SHA512 2e36d2c47519e0cb2697f588c0ccdf73fbe75c2163f0855c78f7052dc9e920bca081f9d5e39c707a14067f101faef74fc758c8862eeba675b1535b43119d533a
23 -DIST libX11-1.8.tar.xz 1782508 BLAKE2B 15a41cbcdb54d68cd54b6fa4147d55d277a6c091af7d38341ec261b42c547acf981270ceebec5abb3fcc15da5c1e05b7908114e157555f8184234922e3c05fde SHA512 64899ba9efbda00211daf08534a2a98eba86bb377980d21ce319106075cd36b511b17245d02e8ebd1045e7c2147f2c005004bcf579121138be7a7b879eeca83b
24
25 diff --git a/x11-misc/compose-tables/compose-tables-1.8.ebuild b/x11-misc/compose-tables/compose-tables-1.8.ebuild
26 deleted file mode 100644
27 index 64f043d5d3e9..000000000000
28 --- a/x11-misc/compose-tables/compose-tables-1.8.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 2020-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -XORG_MULTILIB=no
37 -XORG_TARBALL_SUFFIX=xz
38 -inherit xorg-3
39 -
40 -# Note: please bump this with x11-libs/libX11
41 -DESCRIPTION="X.Org Compose Key tables from libX11"
42 -# xorg-3.eclass would attempt to fetch a tarball with a matching name to this package
43 -SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
44 -S="${WORKDIR}/libX11-${PV}/"
45 -
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
47 -
48 -# Only needed by configure
49 -DEPEND="
50 - x11-base/xorg-proto
51 - >=x11-libs/libxcb-1.11.1
52 - x11-libs/xtrans"
53 -RDEPEND="!<x11-libs/libX11-1.7.0"
54 -
55 -XORG_CONFIGURE_OPTIONS=(
56 - --without-xmlto
57 - --without-fop
58 - --disable-specs
59 - --disable-xkb
60 -)
61 -
62 -src_compile() {
63 - emake -C nls
64 -}
65 -
66 -src_test() {
67 - :;
68 -}
69 -
70 -src_install() {
71 - emake DESTDIR="${D}" -C nls install
72 -}