From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
Date: Sun, 29 May 2022 15:23:28 +0000 (UTC) [thread overview]
Message-ID: <1653837798.b7d0be1f56c71c522bc01370eb0fb20f0653accd.mattst88@gentoo> (raw)
commit: b7d0be1f56c71c522bc01370eb0fb20f0653accd
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 15:19:55 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 29 15:23:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d0be1f
x11-misc/compose-tables: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-misc/compose-tables/Manifest | 2 --
.../compose-tables/compose-tables-1.7.3.ebuild | 42 ----------------------
.../compose-tables/compose-tables-1.7.4.ebuild | 42 ----------------------
3 files changed, 86 deletions(-)
diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index c311c057cffb..8f594c24190f 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,4 +1,2 @@
-DIST libX11-1.7.3.tar.xz 1861304 BLAKE2B e0f647ef55567b1d7eff74bc053b8e73f8c696be6f233c2ff6f64dee65c1b40b746683ea7a6fafb4304eba4dec43301b4b3506e2ec6fac1d4c89d664b516bbdd SHA512 abc70837d19f7e104a5db1e6d2cfa1256625332c0b53fec44a0a39916a60a430bb53fd436207892aabe4199ac7a0f9287a06588fcd27e0eed54d45d67bbe1294
-DIST libX11-1.7.4.tar.xz 1872992 BLAKE2B 6a25e5008ead53be5af7411f51711789eb410473f9aefc49fb4d0bf7227b89c5fd71f0f61fef9bc3f83e585e4815644f42884d5e5cf0bdcdd120abe6fe8a741b SHA512 8bfaaf9fc3081c47152d533d30cdc0b2521bfeb088ff813b041c08ffd518c80ba3725bb68cac7c21b521a4bace546f99424700fe21955b498015d14c2f7f9a57
DIST libX11-1.7.5.tar.xz 1853152 BLAKE2B 95ceccbfd37d8a749a533bdc03feba94236a47185a2cd7ad6592c534c17636906b735aa5800d810d13d3e342e3dbe281bb1f1f3ecab9d07e6a6a50f33beef8af SHA512 ef33e2f631226cab27657f46e1fd4cfc928f62f928d8297474e7b993017c8f92b60272eed6515990cdf3a9d34581837b7a3896e584f3546dd26f3790034df347
DIST libX11-1.8.tar.xz 1782508 BLAKE2B 15a41cbcdb54d68cd54b6fa4147d55d277a6c091af7d38341ec261b42c547acf981270ceebec5abb3fcc15da5c1e05b7908114e157555f8184234922e3c05fde SHA512 64899ba9efbda00211daf08534a2a98eba86bb377980d21ce319106075cd36b511b17245d02e8ebd1045e7c2147f2c005004bcf579121138be7a7b879eeca83b
diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
deleted file mode 100644
index 884e98ec6339..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_MULTILIB=no
-XORG_TARBALL_SUFFIX=xz
-inherit xorg-3
-
-# Note: please bump this with x11-libs/libX11
-DESCRIPTION="X.Org Compose Key tables from libX11"
-# xorg-3.eclass would attempt to fetch a tarball with a matching name to this package
-SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
-S="${WORKDIR}/libX11-${PV}/"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-# Only needed by configure
-DEPEND="
- x11-base/xorg-proto
- >=x11-libs/libxcb-1.11.1
- x11-libs/xtrans"
-RDEPEND="!<x11-libs/libX11-1.7.0"
-
-XORG_CONFIGURE_OPTIONS=(
- --without-xmlto
- --without-fop
- --disable-specs
- --disable-xkb
-)
-
-src_compile() {
- emake -C nls
-}
-
-src_test() {
- :;
-}
-
-src_install() {
- emake DESTDIR="${D}" -C nls install
-}
diff --git a/x11-misc/compose-tables/compose-tables-1.7.4.ebuild b/x11-misc/compose-tables/compose-tables-1.7.4.ebuild
deleted file mode 100644
index 4cdfc490b634..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.7.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_MULTILIB=no
-XORG_TARBALL_SUFFIX=xz
-inherit xorg-3
-
-# Note: please bump this with x11-libs/libX11
-DESCRIPTION="X.Org Compose Key tables from libX11"
-# xorg-3.eclass would attempt to fetch a tarball with a matching name to this package
-SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
-S="${WORKDIR}/libX11-${PV}/"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-# Only needed by configure
-DEPEND="
- x11-base/xorg-proto
- >=x11-libs/libxcb-1.11.1
- x11-libs/xtrans"
-RDEPEND="!<x11-libs/libX11-1.7.0"
-
-XORG_CONFIGURE_OPTIONS=(
- --without-xmlto
- --without-fop
- --disable-specs
- --disable-xkb
-)
-
-src_compile() {
- emake -C nls
-}
-
-src_test() {
- :;
-}
-
-src_install() {
- emake DESTDIR="${D}" -C nls install
-}
next reply other threads:[~2022-05-29 15:23 UTC|newest]
Thread overview: 117+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-29 15:23 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-24 0:36 [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/ Matt Turner
2024-09-12 16:56 Arthur Zamarin
2024-09-02 7:29 Arthur Zamarin
2024-09-01 21:27 Sam James
2024-09-01 2:18 Sam James
2024-09-01 2:18 Sam James
2024-09-01 2:18 Sam James
2024-07-29 1:47 Matt Turner
2024-06-09 18:54 Matt Turner
2024-05-17 0:24 Matt Turner
2024-05-07 18:05 Sam James
2024-05-07 18:05 Sam James
2024-05-07 18:05 Sam James
2024-05-07 18:05 Sam James
2024-05-07 18:05 Sam James
2024-05-07 18:05 Sam James
2024-05-07 18:05 Sam James
2024-04-21 21:09 Matt Turner
2024-04-06 3:17 Matt Turner
2024-03-25 15:33 Matt Turner
2023-10-05 12:38 Matt Turner
2023-10-05 8:55 Sam James
2023-10-05 8:55 Sam James
2023-10-05 8:55 Sam James
2023-10-05 5:02 Arthur Zamarin
2023-10-05 5:02 Arthur Zamarin
2023-10-05 4:47 Arthur Zamarin
2023-10-05 4:47 Arthur Zamarin
2023-10-05 4:47 Arthur Zamarin
2023-10-03 18:06 Matt Turner
2023-06-27 23:55 Matt Turner
2023-06-24 6:48 Jakov Smolić
2023-06-23 21:48 Sam James
2023-06-23 20:28 Sam James
2023-06-23 20:28 Sam James
2023-06-23 20:16 Sam James
2023-06-23 20:03 Sam James
2023-06-23 20:03 Sam James
2023-06-23 20:03 Sam James
2023-06-15 16:35 Matt Turner
2023-06-01 2:10 Matt Turner
2023-03-21 20:30 Matt Turner
2023-03-13 20:07 Matt Turner
2023-03-13 19:18 Arthur Zamarin
2023-03-04 13:51 Arthur Zamarin
2023-03-04 7:04 Arthur Zamarin
2023-03-03 18:47 Arthur Zamarin
2023-03-03 18:42 Arthur Zamarin
2023-03-03 5:57 Arthur Zamarin
2023-03-03 5:57 Arthur Zamarin
2023-03-02 19:52 Arthur Zamarin
2023-02-05 16:45 Matt Turner
2023-01-26 17:47 Matt Turner
2023-01-25 19:21 Arthur Zamarin
2023-01-24 18:27 Arthur Zamarin
2023-01-24 1:00 Sam James
2022-12-15 23:30 Matt Turner
2022-11-10 21:48 Matt Turner
2022-10-18 1:08 Matt Turner
2022-08-17 16:11 Arthur Zamarin
2022-08-17 5:57 Arthur Zamarin
2022-08-15 19:39 Arthur Zamarin
2022-08-15 18:03 Arthur Zamarin
2022-08-15 14:33 Sam James
2022-07-26 15:24 Agostino Sarubbo
2022-07-26 15:15 Agostino Sarubbo
2022-06-24 16:26 Matt Turner
2022-06-12 19:19 Matt Turner
2022-05-25 17:57 Jakov Smolić
2022-05-10 16:19 Arthur Zamarin
2022-05-08 23:01 Sam James
2022-05-08 3:10 WANG Xuerui
2022-04-30 0:08 Matt Turner
2022-04-03 17:20 Matt Turner
2022-03-30 21:02 Matt Turner
2022-02-07 19:03 Matt Turner
2022-02-01 21:13 Arthur Zamarin
2022-02-01 20:59 Arthur Zamarin
2022-01-21 12:25 Sam James
2022-01-18 23:02 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 12:26 Sam James
2021-12-09 22:02 Matt Turner
2021-10-14 17:19 Sam James
2021-09-23 20:13 Sam James
2021-07-25 22:16 Sam James
2021-07-24 17:08 Sam James
2021-07-24 13:43 Sam James
2021-07-17 5:00 Sam James
2021-07-17 5:00 Sam James
2021-07-04 22:19 Sam James
2021-07-04 10:29 Sergei Trofimovich
2021-06-06 22:47 Matt Turner
2021-05-27 19:23 Sam James
2021-05-25 12:34 Sam James
2021-05-22 1:32 Sam James
2021-05-22 1:32 Sam James
2021-05-22 1:32 Sam James
2021-05-22 1:32 Sam James
2021-05-21 20:36 Sergei Trofimovich
2021-05-18 17:20 Sam James
2021-05-18 16:59 Matt Turner
2021-05-02 15:25 Matt Turner
2021-04-05 22:19 Sam James
2021-01-06 12:05 Fabian Groffen
2020-12-20 19:17 Thomas Deutschmann
2020-12-20 11:46 Mikle Kolyada
2020-12-19 15:08 Sam James
2020-12-13 23:30 Sam James
2020-12-09 22:38 Sergei Trofimovich
2020-12-07 15:27 Sam James
2020-12-07 5:23 Sam James
2020-12-06 20:48 Sam James
2020-11-22 22:24 Matt Turner
2020-11-22 21:16 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1653837798.b7d0be1f56c71c522bc01370eb0fb20f0653accd.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox