public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-11-22 21:16 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2020-11-22 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     96df73c751c675389842e539643e930969db06e2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 02:14:59 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 21:15:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96df73c7

x11-misc/compose-tables: Add split package

Closes: https://bugs.gentoo.org/749576
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.7.0.ebuild     | 41 ++++++++++++++++++++++
 x11-misc/compose-tables/metadata.xml               | 11 ++++++
 3 files changed, 53 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
new file mode 100644
index 00000000000..e3fb1475398
--- /dev/null
+++ b/x11-misc/compose-tables/Manifest
@@ -0,0 +1 @@
+DIST libX11-1.7.0.tar.bz2 2409144 BLAKE2B 1eb6aa8f2fe50ddb2f6d324429b3d9cecfb48833c3f52f22ae8e32846be614c8db63c57d25e2b1c46612b6b333ff61ceab8ac0b605b117bcea1224f918af8e6d SHA512 f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
new file mode 100644
index 00000000000..680f8d2f524
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_STATIC=no
+XORG_MULTILIB=no
+inherit xorg-3
+
+# 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}/"
+
+DESCRIPTION="X.Org Compose Key tables from libX11"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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_install() {
+	emake DESTDIR="${D}" -C nls install
+}
+
+src_test() {
+	:;
+}

diff --git a/x11-misc/compose-tables/metadata.xml b/x11-misc/compose-tables/metadata.xml
new file mode 100644
index 00000000000..e1e8e6f760c
--- /dev/null
+++ b/x11-misc/compose-tables/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+  <email>x11@gentoo.org</email>
+  <name>X11</name>
+</maintainer>
+<upstream>
+  <remote-id type="cpe">cpe:/a:x.org:libx11</remote-id>
+</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-11-22 22:24 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2020-11-22 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     604087aac5755d6a0e5a360eb6c4dcd1afbaac52
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 22:24:15 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 22:24:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604087aa

x11-misc/compose-tables: Change from hard to soft blocker

Bug: https://bugs.gentoo.org/749576
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 680f8d2f524..252ac5809af 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -19,7 +19,7 @@ DEPEND="
 	x11-base/xorg-proto
 	>=x11-libs/libxcb-1.11.1
 	x11-libs/xtrans"
-RDEPEND="!!<x11-libs/libX11-1.7.0"
+RDEPEND="!<x11-libs/libX11-1.7.0"
 
 XORG_CONFIGURE_OPTIONS=(
 	--without-xmlto


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-06 20:48 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2020-12-06 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b9269580f67b56f9bb8fe576dc117058cd38ee16
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 20:42:47 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 20:48:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9269580

x11-misc/compose-tables: Stabilize 1.7.0 amd64, #758461

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 252ac5809af..73e016e53e3 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-07  5:23 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2020-12-07  5:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd045a13d488d3d00904c0e8b050f492107f498
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 05:12:29 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 05:12:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd045a1

x11-misc/compose-tables: Stabilize 1.7.0 arm64, #758461

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 73e016e53e3..f86d5c6b554 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-07 15:27 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2020-12-07 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     dea4e446dd3af042d560260a7a54431adf9da8e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 15:23:53 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 15:23:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea4e446

x11-misc/compose-tables: arm stable (bug #758461)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index f86d5c6b554..3897323ede6 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-09 22:38 Sergei Trofimovich
  0 siblings, 0 replies; 116+ messages in thread
From: Sergei Trofimovich @ 2020-12-09 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     02308d0213b277ce08b2bf3767a29d6f1aba1b16
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Dec  9 21:47:50 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 22:38:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02308d02

x11-misc/compose-tables: stable 1.7.0 for sparc, bug #758461

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 3897323ede6..029fa93bd7f 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-13 23:30 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2020-12-13 23:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2723fa3c50254922a544356d3bfedf3272300d74
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 23:30:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 23:30:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2723fa3c

x11-misc/compose-tables: Stabilize 1.7.0 ppc64, #758461

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index f527c33839b..5c5eca7a991 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-19 15:08 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2020-12-19 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bc0645b4b8d5895201d84c9d037d2b85a7ced09c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 15:08:12 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 15:08:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0645b4

x11-misc/compose-tables: Stabilize 1.7.0 ppc, #758461

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 5c5eca7a991..c65786f9dd6 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-20 11:46 Mikle Kolyada
  0 siblings, 0 replies; 116+ messages in thread
From: Mikle Kolyada @ 2020-12-20 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3a56cb3adb7051b9e848a57919ec663fa5b30bc2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 11:46:28 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 11:46:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a56cb3a

x11-misc/compose-tables: Keyword 1.7.0 riscv, #758458

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index c65786f9dd6..8058b6d4cd5 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2020-12-20 19:17 Thomas Deutschmann
  0 siblings, 0 replies; 116+ messages in thread
From: Thomas Deutschmann @ 2020-12-20 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6b9c91690035758a67668bee5935a402af4b38b5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 19:14:55 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 19:17:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9c9169

x11-misc/compose-tables: x86 stable (bug #758461)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 8058b6d4cd5..8d2cd5fa5f9 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-01-06 12:05 Fabian Groffen
  0 siblings, 0 replies; 116+ messages in thread
From: Fabian Groffen @ 2021-01-06 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     190e532968ace81ac3ce7167a4552ca02404c51d
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 12:02:00 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 12:02:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190e5329

x11-misc/compose-tables: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 8d2cd5fa5f9..448e65eba22 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-04-05 22:19 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-04-05 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3c504fe37993487d0930c4d5832b971090763a6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 20:50:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 22:18:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c504fe3

x11-misc/compose-tables: drop s390 to ~s390 (unstable)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 3df2e244891..7e7d9e2e412 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}
 S="${WORKDIR}/libX11-${PV}/"
 
 DESCRIPTION="X.Org Compose Key tables from libX11"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-02 15:25 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2021-05-02 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     170c4ba528dfb6a9685f8abcf2ca82eeac6f0329
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 23:55:07 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:24:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170c4ba5

x11-misc/compose-tables: sort src_* phase functions

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
index 7e7d9e2e412..0a4741cd8b4 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.0.ebuild
@@ -6,11 +6,11 @@ EAPI=7
 XORG_MULTILIB=no
 inherit xorg-3
 
+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}/"
 
-DESCRIPTION="X.Org Compose Key tables from libX11"
 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
@@ -31,10 +31,10 @@ src_compile() {
 	emake -C nls
 }
 
-src_install() {
-	emake DESTDIR="${D}" -C nls install
-}
-
 src_test() {
 	:;
 }
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-18 16:59 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2021-05-18 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     007a6797c2510ee797db4bb8e4219470b418bb21
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 16:55:41 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 18 16:59:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007a6797

x11-misc/compose-tables: Version bump to 1.7.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.7.1.ebuild     | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index e3fb1475398..8f1e6329f9f 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.7.0.tar.bz2 2409144 BLAKE2B 1eb6aa8f2fe50ddb2f6d324429b3d9cecfb48833c3f52f22ae8e32846be614c8db63c57d25e2b1c46612b6b333ff61ceab8ac0b605b117bcea1224f918af8e6d SHA512 f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb
+DIST libX11-1.7.1.tar.bz2 2426509 BLAKE2B 18db9146f1d1907bccc4c5a48c8d6707b070b8b76703ece1948f53a0307996ba3e538e429df6ea0d9c32f577f9d019ba8a1ae63ab28f840d2c35ee9aa01b6748 SHA512 a76f0a82fce6f9b50646a7cd7ec5ee046650f225816050226068a7548fa083ef07d146d40faaf44e033c59c17b0fda5ffdee3a127dac3ab56cee02133819aa3d

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
new file mode 100644
index 00000000000..988bb2a0f33
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_MULTILIB=no
+inherit xorg-3
+
+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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-18 17:20 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-05-18 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f5e7a370827449053f35eb7d03c355bb73f9c18d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 17:19:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 18 17:19:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e7a370

x11-misc/compose-tables: add note to bump with x11-libs/libX11

They're from the same tarball.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 988bb2a0f33..759d3b58ed5 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 XORG_MULTILIB=no
 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}"


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-21 20:36 Sergei Trofimovich
  0 siblings, 0 replies; 116+ messages in thread
From: Sergei Trofimovich @ 2021-05-21 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     245818f4461c4d14aafefdeaa262e9144c958f4a
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri May 21 19:38:50 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri May 21 20:36:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245818f4

x11-misc/compose-tables: stable 1.7.1 for sparc, bug #790824

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 759d3b58ed5..80079e52e01 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-22  1:32 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-05-22  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ba2f6c4d9943c4911bc78da11574b4351bc3e2c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 01:29:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 22 01:29:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2f6c4d

x11-misc/compose-tables: Stabilize 1.7.1 amd64, #790824

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 80079e52e01..712cf489a8a 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-22  1:32 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-05-22  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4af2f376d660d46e43e8e0601ed6ae723f52c1c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 01:30:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 22 01:30:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af2f376

x11-misc/compose-tables: Stabilize 1.7.1 x86, #790824

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 712cf489a8a..3373a136fe4 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-22  1:32 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-05-22  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     8deec7f5b1c4c709649780ad6b3a710c78810def
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 01:30:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 22 01:30:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8deec7f5

x11-misc/compose-tables: Stabilize 1.7.1 arm64, #790824

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 3373a136fe4..fcb6915fbd0 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-22  1:32 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-05-22  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     983817f5725d011f05cb871109e164d90b585b8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 01:31:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 22 01:31:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983817f5

x11-misc/compose-tables: Stabilize 1.7.1 arm, #790824

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index fcb6915fbd0..f6965e30115 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-25 12:34 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-05-25 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f38267d3aa2d4aeb8674c40513fc6a25a1b928b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 12:33:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 25 12:33:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38267d3

x11-misc/compose-tables: Stabilize 1.7.1 ppc64, #790824

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index f6965e30115..2e26837256f 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-05-27 19:23 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-05-27 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c58632c3e1a20de74d3d2ce06a881737c1e74008
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 19:21:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 27 19:21:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58632c3

x11-misc/compose-tables: Stabilize 1.7.1 ppc, #790824

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 2e26837256f..4b1e8e42f32 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-06-06 22:47 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2021-06-06 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     cabffab7959022c13395aa84fe51a080b3647516
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 22:45:15 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 22:45:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabffab7

x11-misc/compose-tables: Version bump to 1.7.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.7.2.ebuild     | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 8f1e6329f9f..7ff1125d796 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1,3 @@
 DIST libX11-1.7.0.tar.bz2 2409144 BLAKE2B 1eb6aa8f2fe50ddb2f6d324429b3d9cecfb48833c3f52f22ae8e32846be614c8db63c57d25e2b1c46612b6b333ff61ceab8ac0b605b117bcea1224f918af8e6d SHA512 f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb
 DIST libX11-1.7.1.tar.bz2 2426509 BLAKE2B 18db9146f1d1907bccc4c5a48c8d6707b070b8b76703ece1948f53a0307996ba3e538e429df6ea0d9c32f577f9d019ba8a1ae63ab28f840d2c35ee9aa01b6748 SHA512 a76f0a82fce6f9b50646a7cd7ec5ee046650f225816050226068a7548fa083ef07d146d40faaf44e033c59c17b0fda5ffdee3a127dac3ab56cee02133819aa3d
+DIST libX11-1.7.2.tar.bz2 2392982 BLAKE2B ce64bd8172fcf4f5bf0783c4f25f4d220fa0eceb211b7a852802256f7241f543769565f70a59c1ff14e0bb1ae7d3f05914f8f0b1bd423dcb20181cfb2227c70d SHA512 d01e5c1848c76218605e5af2d353de6b301a251555b52a38dbe930e6635d5e8a92d1486eb6d328ad5d42a5939e0d16868ffa19a75e5a7863d1a32e0d0727bdc7

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
new file mode 100644
index 00000000000..759d3b58ed5
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_MULTILIB=no
+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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-07-04 10:29 Sergei Trofimovich
  0 siblings, 0 replies; 116+ messages in thread
From: Sergei Trofimovich @ 2021-07-04 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5e3f1a500af6f7bbba671bcfc65dc19d7699bf49
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jul  4 10:09:48 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 10:28:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3f1a50

x11-misc/compose-tables: stable 1.7.2 for sparc, bug #797562

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index 759d3b58ed5..80079e52e01 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-07-04 22:19 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-07-04 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0c36a1f11fd9a7e08f9ed82eb9ae6293b0b9c82e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 22:19:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 22:19:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c36a1f1

x11-misc/compose-tables: Stabilize 1.7.2 amd64, #797562

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index 80079e52e01..712cf489a8a 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-07-17  5:00 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-07-17  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     248ee1d67b1c5c503c989162815ee65b71de84bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 04:58:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 04:58:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248ee1d6

x11-misc/compose-tables: Stabilize 1.7.2 arm, #797562

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index 712cf489a8a..14fe64261dd 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-07-17  5:00 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-07-17  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     389434638a215e116457478d38fc99fa8ba9177e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 04:59:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 04:59:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38943463

x11-misc/compose-tables: Stabilize 1.7.2 arm64, #797562

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index 14fe64261dd..5b0de90716c 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-07-24 13:43 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-07-24 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c6374f7a7cb3712901a89f57be1f7116d996cb68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 13:43:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 13:43:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6374f7a

x11-misc/compose-tables: Stabilize 1.7.2 x86, #797562

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index 5b0de90716c..f6965e30115 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-07-24 17:08 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-07-24 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2657a61c48ec4b70ee7ba1e5743253fcfbff2b92
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 17:06:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 17:06:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2657a61c

x11-misc/compose-tables: Stabilize 1.7.2 ppc, #797562

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index f6965e30115..fafef2927bc 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-07-25 22:16 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-07-25 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0156f8da76b14cd3dae771b7892f1252349c392d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 22:16:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 22:16:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0156f8da

x11-misc/compose-tables: Stabilize 1.7.2 ppc64, #797562

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index fafef2927bc..4b1e8e42f32 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-09-23 20:13 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-09-23 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     16897fd5d8b8cd8f8d90b28c7290db73a8a4c270
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Sep 23 19:40:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 20:12:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16897fd5

x11-misc/compose-tables: stable 1.7.2 for hppa, bug #813729

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
index 4b1e8e42f32..e6d977c1355 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-10-14 17:19 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2021-10-14 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     713c81a6f76b62ea0f5a6d868c6189a1a438d320
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 17:19:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 17:19:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713c81a6

x11-misc/compose-tables: revbump to force reinstall on musl

It's a tiny package and it'll mean that the locale files
properly get installed following the INSTALL_MASK fix.

Closes: https://bugs.gentoo.org/799437
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{compose-tables-1.7.2.ebuild => compose-tables-1.7.2-r1.ebuild}       | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.2.ebuild b/x11-misc/compose-tables/compose-tables-1.7.2-r1.ebuild
similarity index 100%
rename from x11-misc/compose-tables/compose-tables-1.7.2.ebuild
rename to x11-misc/compose-tables/compose-tables-1.7.2-r1.ebuild


^ permalink raw reply	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2021-12-09 22:02 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2021-12-09 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     fbe665176b65023d122b3a77f67bb24db18cafe0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  9 21:58:02 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec  9 22:02:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe66517

x11-misc/compose-tables: Version bump to 1.7.3

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.7.3.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index b64f51ba668e..9e35ab8f1cdf 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.7.2.tar.bz2 2392982 BLAKE2B ce64bd8172fcf4f5bf0783c4f25f4d220fa0eceb211b7a852802256f7241f543769565f70a59c1ff14e0bb1ae7d3f05914f8f0b1bd423dcb20181cfb2227c70d SHA512 d01e5c1848c76218605e5af2d353de6b301a251555b52a38dbe930e6635d5e8a92d1486eb6d328ad5d42a5939e0d16868ffa19a75e5a7863d1a32e0d0727bdc7
+DIST libX11-1.7.3.tar.xz 1861304 BLAKE2B e0f647ef55567b1d7eff74bc053b8e73f8c696be6f233c2ff6f64dee65c1b40b746683ea7a6fafb4304eba4dec43301b4b3506e2ec6fac1d4c89d664b516bbdd SHA512 abc70837d19f7e104a5db1e6d2cfa1256625332c0b53fec44a0a39916a60a430bb53fd436207892aabe4199ac7a0f9287a06588fcd27e0eed54d45d67bbe1294

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
new file mode 100644
index 000000000000..882a4820315a
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-2021 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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-01-18 12:26 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2022-01-18 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a2adee5afe97583e18645256a0990ed4671ee8cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 12:24:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 12:24:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2adee5a

x11-misc/compose-tables: Stabilize 1.7.3 arm, #831378

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
index 882a4820315a..0cdfbbdc3667 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-01-18 22:16 Jakov Smolić
  0 siblings, 0 replies; 116+ messages in thread
From: Jakov Smolić @ 2022-01-18 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9d6332eac3db122b510950168f26cd8e9378305a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 22:15:38 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 22:15:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6332ea

x11-misc/compose-tables: Stabilize 1.7.3 amd64, #831378

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
index 0cdfbbdc3667..af1e7b0674c7 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-01-18 22:16 Jakov Smolić
  0 siblings, 0 replies; 116+ messages in thread
From: Jakov Smolić @ 2022-01-18 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca9c86f41755cca7ddbf0d35901d46d79f1a271
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 22:15:53 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 22:15:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca9c86f

x11-misc/compose-tables: Stabilize 1.7.3 x86, #831378

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
index af1e7b0674c7..a78a71bd4d1f 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-01-18 23:02 Jakov Smolić
  0 siblings, 0 replies; 116+ messages in thread
From: Jakov Smolić @ 2022-01-18 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     2af6da23496b16ba5185ca47fc3bb75c2add3716
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 23:02:04 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 23:02:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af6da23

x11-misc/compose-tables: Stabilize 1.7.3 arm64, #831378

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
index a78a71bd4d1f..5a595b57c05e 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-01-21 12:25 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2022-01-21 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ac59ff06e56c65f8c293ae12ab22e55c2a183e2b
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Jan 20 17:16:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 12:25:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac59ff06

x11-misc/compose-tables: stable 1.7.3 for hppa/sparc, bug #831378

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
index 5a595b57c05e..1fa1d54ace74 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-02-01 20:59 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2022-02-01 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0d96127dd0597b1af4d7966fa2dcc442dfbed874
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  1 20:59:14 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  1 20:59:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d96127d

x11-misc/compose-tables: Stabilize 1.7.3 ppc, #831378

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
index 1fa1d54ace74..d4f2248ad1dc 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-02-01 21:13 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2022-02-01 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1e2ee3fae4fbb26c5432fc23eed81b088585358e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  1 21:13:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  1 21:13:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2ee3fa

x11-misc/compose-tables: Stabilize 1.7.3 ppc64, #831378

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
index d4f2248ad1dc..884e98ec6339 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-02-07 19:03 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-02-07 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d44f21b2576ee2e1c9b9f4992f0261945e8b802a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 19:02:17 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 19:03:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44f21b2

x11-misc/compose-tables: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 -
 .../compose-tables/compose-tables-1.7.2-r1.ebuild  | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 9e35ab8f1cdf..a285fd2d4009 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1 @@
-DIST libX11-1.7.2.tar.bz2 2392982 BLAKE2B ce64bd8172fcf4f5bf0783c4f25f4d220fa0eceb211b7a852802256f7241f543769565f70a59c1ff14e0bb1ae7d3f05914f8f0b1bd423dcb20181cfb2227c70d SHA512 d01e5c1848c76218605e5af2d353de6b301a251555b52a38dbe930e6635d5e8a92d1486eb6d328ad5d42a5939e0d16868ffa19a75e5a7863d1a32e0d0727bdc7
 DIST libX11-1.7.3.tar.xz 1861304 BLAKE2B e0f647ef55567b1d7eff74bc053b8e73f8c696be6f233c2ff6f64dee65c1b40b746683ea7a6fafb4304eba4dec43301b4b3506e2ec6fac1d4c89d664b516bbdd SHA512 abc70837d19f7e104a5db1e6d2cfa1256625332c0b53fec44a0a39916a60a430bb53fd436207892aabe4199ac7a0f9287a06588fcd27e0eed54d45d67bbe1294

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
deleted file mode 100644
index e6d977c13554..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_MULTILIB=no
-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
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-03-30 21:02 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-03-30 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     75cc4de32de12244927b615f87d5e5a4bcf42573
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 21:01:18 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 21:02:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cc4de3

x11-misc/compose-tables: Version bump to 1.7.4

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.7.4.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index a285fd2d4009..3e839d0160ac 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +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

diff --git a/x11-misc/compose-tables/compose-tables-1.7.4.ebuild b/x11-misc/compose-tables/compose-tables-1.7.4.ebuild
new file mode 100644
index 000000000000..4cdfc490b634
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.7.4.ebuild
@@ -0,0 +1,42 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-04-03 17:20 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-04-03 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     901edf6314d123a33cfb47459c5f2c03c38a050b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 17:19:14 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 17:19:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901edf63

x11-misc/compose-tables: Version bump to 1.7.5

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.7.5.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 3e839d0160ac..756a6a40d66d 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/x11-misc/compose-tables/compose-tables-1.7.5.ebuild b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
new file mode 100644
index 000000000000..4cdfc490b634
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
@@ -0,0 +1,42 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-04-30  0:08 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-04-30  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     60690ccf61dcbcb8b3052b2cc2dfcd1d94efa5a9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 00:05:25 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 00:08:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60690ccf

x11-misc/compose-tables: Version bump to 1.8

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                  |  1 +
 x11-misc/compose-tables/compose-tables-1.8.ebuild | 42 +++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 756a6a40d66d..c311c057cffb 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,3 +1,4 @@
 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.8.ebuild b/x11-misc/compose-tables/compose-tables-1.8.ebuild
new file mode 100644
index 000000000000..4cdfc490b634
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.ebuild
@@ -0,0 +1,42 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-05-08  3:10 WANG Xuerui
  0 siblings, 0 replies; 116+ messages in thread
From: WANG Xuerui @ 2022-05-08  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     919fcf68996dec377924602feb611ca7336dd1f0
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 03:00:16 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun May  8 03:00:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919fcf68

x11-misc/compose-tables: keyword 1.8 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.ebuild b/x11-misc/compose-tables/compose-tables-1.8.ebuild
index 4cdfc490b634..64f043d5d3e9 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-05-08 23:01 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2022-05-08 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a3fae448d29c67bca7c648526716a8b4e97d775c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 23:00:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  8 23:00:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fae448

x11-misc/compose-tables: Stabilize 1.7.5 arm64, #843167

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.5.ebuild b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
index 25cf373e14d8..93992861c39a 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-05-10 16:19 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2022-05-10 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a25c2b6bc6bfc21f192e770af5280d1f75eeb370
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 16:18:39 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 10 16:18:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25c2b6b

x11-misc/compose-tables: Stabilize 1.7.5 hppa, #843167

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.5.ebuild b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
index 93992861c39a..681b98026ecb 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-05-25 17:57 Jakov Smolić
  0 siblings, 0 replies; 116+ messages in thread
From: Jakov Smolić @ 2022-05-25 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b9902f7ee59ec81b2e39d7a85fd0312f7418f420
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 17:57:36 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed May 25 17:57:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9902f7e

x11-misc/compose-tables: Stabilize 1.7.5 ppc, #843167

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.5.ebuild b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
index 681b98026ecb..485723ecfba1 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 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"
+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="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-05-29 15:23 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-05-29 15:23 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-06-12 19:19 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-06-12 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     655f0cd948ea3609c6d4b5686b2600e55029824b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 19:13:07 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 19:13:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655f0cd9

x11-misc/compose-tables: Version bump to 1.8.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.1.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 8f594c24190f..12b6d82b1fd3 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1,3 @@
 DIST libX11-1.7.5.tar.xz 1853152 BLAKE2B 95ceccbfd37d8a749a533bdc03feba94236a47185a2cd7ad6592c534c17636906b735aa5800d810d13d3e342e3dbe281bb1f1f3ecab9d07e6a6a50f33beef8af SHA512 ef33e2f631226cab27657f46e1fd4cfc928f62f928d8297474e7b993017c8f92b60272eed6515990cdf3a9d34581837b7a3896e584f3546dd26f3790034df347
+DIST libX11-1.8.1.tar.xz 1818460 BLAKE2B 7602b4d8c65ea3160f81096b4e022b5462e49d96b36dee70fe06e972329dc9d70bbd462e2079da03ba5647d7a72bf03e29aab23c60bcc206c95d770655622226 SHA512 2e36d2c47519e0cb2697f588c0ccdf73fbe75c2163f0855c78f7052dc9e920bca081f9d5e39c707a14067f101faef74fc758c8862eeba675b1535b43119d533a
 DIST libX11-1.8.tar.xz 1782508 BLAKE2B 15a41cbcdb54d68cd54b6fa4147d55d277a6c091af7d38341ec261b42c547acf981270ceebec5abb3fcc15da5c1e05b7908114e157555f8184234922e3c05fde SHA512 64899ba9efbda00211daf08534a2a98eba86bb377980d21ce319106075cd36b511b17245d02e8ebd1045e7c2147f2c005004bcf579121138be7a7b879eeca83b

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
new file mode 100644
index 000000000000..64f043d5d3e9
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -0,0 +1,42 @@
+# 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 ~loong ~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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-06-24 16:26 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-06-24 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4d21a2ad576059dd79cf99596c73b2d103297c3f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 16:19:13 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 16:25:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d21a2ad

x11-misc/compose-tables: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                  |  1 -
 x11-misc/compose-tables/compose-tables-1.8.ebuild | 42 -----------------------
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 12b6d82b1fd3..7721105b25f4 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,3 +1,2 @@
 DIST libX11-1.7.5.tar.xz 1853152 BLAKE2B 95ceccbfd37d8a749a533bdc03feba94236a47185a2cd7ad6592c534c17636906b735aa5800d810d13d3e342e3dbe281bb1f1f3ecab9d07e6a6a50f33beef8af SHA512 ef33e2f631226cab27657f46e1fd4cfc928f62f928d8297474e7b993017c8f92b60272eed6515990cdf3a9d34581837b7a3896e584f3546dd26f3790034df347
 DIST libX11-1.8.1.tar.xz 1818460 BLAKE2B 7602b4d8c65ea3160f81096b4e022b5462e49d96b36dee70fe06e972329dc9d70bbd462e2079da03ba5647d7a72bf03e29aab23c60bcc206c95d770655622226 SHA512 2e36d2c47519e0cb2697f588c0ccdf73fbe75c2163f0855c78f7052dc9e920bca081f9d5e39c707a14067f101faef74fc758c8862eeba675b1535b43119d533a
-DIST libX11-1.8.tar.xz 1782508 BLAKE2B 15a41cbcdb54d68cd54b6fa4147d55d277a6c091af7d38341ec261b42c547acf981270ceebec5abb3fcc15da5c1e05b7908114e157555f8184234922e3c05fde SHA512 64899ba9efbda00211daf08534a2a98eba86bb377980d21ce319106075cd36b511b17245d02e8ebd1045e7c2147f2c005004bcf579121138be7a7b879eeca83b

diff --git a/x11-misc/compose-tables/compose-tables-1.8.ebuild b/x11-misc/compose-tables/compose-tables-1.8.ebuild
deleted file mode 100644
index 64f043d5d3e9..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.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 ~loong ~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
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-07-26 15:15 Agostino Sarubbo
  0 siblings, 0 replies; 116+ messages in thread
From: Agostino Sarubbo @ 2022-07-26 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6555f8b65daf104a72b7d576e4335281f206361d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 15:15:22 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 15:15:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6555f8b6

x11-misc/compose-tables: amd64 stable wrt bug #861023

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
index 64f043d5d3e9..fc91830787cd 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-07-26 15:24 Agostino Sarubbo
  0 siblings, 0 replies; 116+ messages in thread
From: Agostino Sarubbo @ 2022-07-26 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ab617ae2e6036b5c3740e65092874b501ee62e63
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 15:24:06 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 15:24:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab617ae2

x11-misc/compose-tables: x86 stable wrt bug #861023

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
index fc91830787cd..2cc2a5abaff7 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-08-15 14:33 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2022-08-15 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     520b5a8bc86d111d977b7800d62940321f09477b
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Aug  6 16:42:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 14:33:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520b5a8b

x11-misc/compose-tables: Stabilize 1.8.1 sparc, #861023

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
index 2cc2a5abaff7..0e6ce1f53aa4 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-08-15 18:03 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2022-08-15 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7944a9ebff8457b1b30d79994cff8389632c1838
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 18:03:08 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 18:03:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7944a9eb

x11-misc/compose-tables: Stabilize 1.8.1 arm, #861023

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
index 0e6ce1f53aa4..14d925f40bcd 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-08-15 19:39 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2022-08-15 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     646a3fd56e2f8a6716fc0d69a63995d7a2fbb769
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 19:39:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 19:39:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646a3fd5

x11-misc/compose-tables: Stabilize 1.8.1 ppc, #861023

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
index 5e985e4af485..7b7ba67891d9 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-08-17  5:57 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2022-08-17  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     85e5653a19a60667ed5100b97154332c742ee0c0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 05:56:51 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 05:56:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e5653a

x11-misc/compose-tables: Stabilize 1.8.1 hppa, #861023

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
index 7b7ba67891d9..a1b75b46bf90 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-08-17 16:11 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2022-08-17 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ba0d9631e0e22cb30b327bff7f175ad702ccbb31
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 16:10:47 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 16:10:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0d9631

x11-misc/compose-tables: Stabilize 1.8.1 arm64, #861023

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
index a1b75b46bf90..851f8bce1195 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-10-18  1:08 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-10-18  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e1fa15d16f33c7a9420499c047c167ee105fe030
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 00:52:30 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 00:56:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fa15d1

x11-misc/compose-tables: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/metadata.xml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-misc/compose-tables/metadata.xml b/x11-misc/compose-tables/metadata.xml
index 63a0c8ad1f14..2e0798c98274 100644
--- a/x11-misc/compose-tables/metadata.xml
+++ b/x11-misc/compose-tables/metadata.xml
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-  <email>x11@gentoo.org</email>
-  <name>X11</name>
-</maintainer>
-<upstream>
-  <remote-id type="cpe">cpe:/a:x.org:libx11</remote-id>
-</upstream>
+  <maintainer type="project">
+    <email>x11@gentoo.org</email>
+    <name>X11</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpe">cpe:/a:x.org:libx11</remote-id>
+    <remote-id type="freedesktop-gitlab">xorg/lib/libX11</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-11-10 21:48 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-11-10 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b224e7c06a4e4620258b6157ec3223e1776b7dc0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 21:45:23 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 21:48:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b224e7c0

x11-misc/compose-tables: Version bump to 1.8.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.2.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 5a548468b384..276d1f8339e7 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.8.1.tar.xz 1818460 BLAKE2B 7602b4d8c65ea3160f81096b4e022b5462e49d96b36dee70fe06e972329dc9d70bbd462e2079da03ba5647d7a72bf03e29aab23c60bcc206c95d770655622226 SHA512 2e36d2c47519e0cb2697f588c0ccdf73fbe75c2163f0855c78f7052dc9e920bca081f9d5e39c707a14067f101faef74fc758c8862eeba675b1535b43119d533a
+DIST libX11-1.8.2.tar.xz 1823712 BLAKE2B e504d93ba399301106181a29e6d869e82abe54472ef8d6a8d4d2d7d9cf94f73914a73911fb1ff156a08b852e5592231059f5ee4c64f2c7e8d49df3c532c9da43 SHA512 662ee8043d9ba27df82f647515b701d6f302a52715f21afdaba391f3b70691753e3649e7ff8322e07858be4297df9cbb19227958d676ed6dea198cce64330d1d

diff --git a/x11-misc/compose-tables/compose-tables-1.8.2.ebuild b/x11-misc/compose-tables/compose-tables-1.8.2.ebuild
new file mode 100644
index 000000000000..64f043d5d3e9
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.2.ebuild
@@ -0,0 +1,42 @@
+# 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 ~loong ~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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2022-12-15 23:30 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2022-12-15 23:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c44008174589680b241e3b15c576422e848eace1
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 23:27:23 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 23:30:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4400817

x11-misc/compose-tables: Version bump to 1.8.3

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.3.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 276d1f8339e7..dde15269b31d 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1,3 @@
 DIST libX11-1.8.1.tar.xz 1818460 BLAKE2B 7602b4d8c65ea3160f81096b4e022b5462e49d96b36dee70fe06e972329dc9d70bbd462e2079da03ba5647d7a72bf03e29aab23c60bcc206c95d770655622226 SHA512 2e36d2c47519e0cb2697f588c0ccdf73fbe75c2163f0855c78f7052dc9e920bca081f9d5e39c707a14067f101faef74fc758c8862eeba675b1535b43119d533a
 DIST libX11-1.8.2.tar.xz 1823712 BLAKE2B e504d93ba399301106181a29e6d869e82abe54472ef8d6a8d4d2d7d9cf94f73914a73911fb1ff156a08b852e5592231059f5ee4c64f2c7e8d49df3c532c9da43 SHA512 662ee8043d9ba27df82f647515b701d6f302a52715f21afdaba391f3b70691753e3649e7ff8322e07858be4297df9cbb19227958d676ed6dea198cce64330d1d
+DIST libX11-1.8.3.tar.xz 1811712 BLAKE2B 0adc92c13ba4bdec5d927349ca8c02adbb851eb376f19aa5f39e13caddb36c089be227c1f2dc61b34f882aae794f2b46ae237345c12c8e897be8df01e9fb3ef2 SHA512 bc862338fed855986659e9ffa641db6b36c3ac9abced590d1b164e3cc24446671936e3688cdca18393129c4ea41777977eeb37e87d8edc14d6cc5d194a9c0325

diff --git a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
new file mode 100644
index 000000000000..64f043d5d3e9
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
@@ -0,0 +1,42 @@
+# 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 ~loong ~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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-01-24  1:00 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-01-24  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a0ba38a4ccd5969b85135a863d4264f69a324d9c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 00:59:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 00:59:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ba38a4

x11-misc/compose-tables: Stabilize 1.8.3 arm, #891865

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
index 64fae7882933..09b2092b027f 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-01-24 18:27 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-01-24 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c03c25a6db0667f38945c63545a033858f47053e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 18:26:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 18:26:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03c25a6

x11-misc/compose-tables: Stabilize 1.8.3 amd64, #891865

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
index 09b2092b027f..d811695772ec 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-01-25 19:21 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-01-25 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2a99be6c34d0e9ba7219dd03196b486781121517
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 19:21:10 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 19:21:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a99be6c

x11-misc/compose-tables: Stabilize 1.8.3 sparc, #891865

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
index 5349829288fc..23230b505b42 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-01-26 17:47 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-01-26 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9f1d3e17dc4b04367bc5c4e0da9ed90d5120989b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 17:31:28 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 17:46:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1d3e17

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.8.1.ebuild     | 42 ----------------------
 .../compose-tables/compose-tables-1.8.2.ebuild     | 42 ----------------------
 3 files changed, 86 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index dde15269b31d..fa660d479356 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,3 +1 @@
-DIST libX11-1.8.1.tar.xz 1818460 BLAKE2B 7602b4d8c65ea3160f81096b4e022b5462e49d96b36dee70fe06e972329dc9d70bbd462e2079da03ba5647d7a72bf03e29aab23c60bcc206c95d770655622226 SHA512 2e36d2c47519e0cb2697f588c0ccdf73fbe75c2163f0855c78f7052dc9e920bca081f9d5e39c707a14067f101faef74fc758c8862eeba675b1535b43119d533a
-DIST libX11-1.8.2.tar.xz 1823712 BLAKE2B e504d93ba399301106181a29e6d869e82abe54472ef8d6a8d4d2d7d9cf94f73914a73911fb1ff156a08b852e5592231059f5ee4c64f2c7e8d49df3c532c9da43 SHA512 662ee8043d9ba27df82f647515b701d6f302a52715f21afdaba391f3b70691753e3649e7ff8322e07858be4297df9cbb19227958d676ed6dea198cce64330d1d
 DIST libX11-1.8.3.tar.xz 1811712 BLAKE2B 0adc92c13ba4bdec5d927349ca8c02adbb851eb376f19aa5f39e13caddb36c089be227c1f2dc61b34f882aae794f2b46ae237345c12c8e897be8df01e9fb3ef2 SHA512 bc862338fed855986659e9ffa641db6b36c3ac9abced590d1b164e3cc24446671936e3688cdca18393129c4ea41777977eeb37e87d8edc14d6cc5d194a9c0325

diff --git a/x11-misc/compose-tables/compose-tables-1.8.1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.1.ebuild
deleted file mode 100644
index 851f8bce1195..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.1.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 ~loong ~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.8.2.ebuild b/x11-misc/compose-tables/compose-tables-1.8.2.ebuild
deleted file mode 100644
index 64f043d5d3e9..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.2.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 ~loong ~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
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-02-05 16:45 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-02-05 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     04098152603b81df375043863cdafd08571c5594
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 16:40:31 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 16:45:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04098152

x11-misc/compose-tables: Version bump to 1.8.4

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.4.ebuild     | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index fa660d479356..35077f655e00 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.8.3.tar.xz 1811712 BLAKE2B 0adc92c13ba4bdec5d927349ca8c02adbb851eb376f19aa5f39e13caddb36c089be227c1f2dc61b34f882aae794f2b46ae237345c12c8e897be8df01e9fb3ef2 SHA512 bc862338fed855986659e9ffa641db6b36c3ac9abced590d1b164e3cc24446671936e3688cdca18393129c4ea41777977eeb37e87d8edc14d6cc5d194a9c0325
+DIST libX11-1.8.4.tar.xz 1835316 BLAKE2B f9f5d1b97e8ac6f8f0edc490a270f98ff4fd901c2054c309bce1f1b3eb690704193e18cd470f682c663090210b14a9498b9259b6acc0e902053e7ab0ca9df076 SHA512 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
new file mode 100644
index 000000000000..3b4c2859cf16
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~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=""
+
+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
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-02 19:52 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-02 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8ea6b592ad3874e6d8c325ca45055c2d17b9f408
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 19:52:06 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 19:52:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea6b592

x11-misc/compose-tables: Stabilize 1.8.4 arm, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index 3b4c2859cf16..47f3bd42c5d7 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-03  5:57 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-03  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     adc0a771d85e094c4a5f8015d4b106bf0737a1f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 05:56:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 05:56:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc0a771

x11-misc/compose-tables: Stabilize 1.8.4 arm64, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index 9748b5b9e340..67a7575e28e3 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-03  5:57 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-03  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f6a601a2ebf2840d04e09ba6662337d7085dc1c2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 05:56:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 05:56:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a601a2

x11-misc/compose-tables: Stabilize 1.8.4 hppa, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index 47f3bd42c5d7..9748b5b9e340 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-03 18:42 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-03 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5e17264dcdef99f73243a25b554a5f2d728627fc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 18:41:51 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 18:41:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e17264d

x11-misc/compose-tables: Stabilize 1.8.4 x86, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index 67a7575e28e3..aa2f80a2f066 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-03 18:47 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-03 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b3cda922fd720e5416cd5547696c6357a2685409
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 18:46:19 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 18:46:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cda922

x11-misc/compose-tables: Stabilize 1.8.4 amd64, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index aa2f80a2f066..b05614cb5419 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-04  7:04 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-04  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     927fafb3c70cbccf3c264cf6f6211a48e21f6950
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 07:02:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:02:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927fafb3

x11-misc/compose-tables: Stabilize 1.8.4 ppc, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index b05614cb5419..2ddfe90f3568 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-04 13:51 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-04 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     511d44589cdfb59ae1d8c661aac0f3301cdb5854
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 13:49:10 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 13:49:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511d4458

x11-misc/compose-tables: Stabilize 1.8.4 ppc64, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index 2ddfe90f3568..478b326cd7c4 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-13 19:18 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-03-13 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6e065e3701b114e43507b99d14ecc4310099bfa9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 19:17:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 19:17:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e065e37

x11-misc/compose-tables: Stabilize 1.8.4 sparc, #898950

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
index 478b326cd7c4..f4cb0d243aff 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-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"
+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"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-13 20:07 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-03-13 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     915e7a6d9da0b6d776f51bec54b29bf1fa1845dc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 19:50:15 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 20:07:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915e7a6d

x11-misc/compose-tables: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 -
 .../compose-tables/compose-tables-1.8.3.ebuild     | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 35077f655e00..37308f401e67 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1 @@
-DIST libX11-1.8.3.tar.xz 1811712 BLAKE2B 0adc92c13ba4bdec5d927349ca8c02adbb851eb376f19aa5f39e13caddb36c089be227c1f2dc61b34f882aae794f2b46ae237345c12c8e897be8df01e9fb3ef2 SHA512 bc862338fed855986659e9ffa641db6b36c3ac9abced590d1b164e3cc24446671936e3688cdca18393129c4ea41777977eeb37e87d8edc14d6cc5d194a9c0325
 DIST libX11-1.8.4.tar.xz 1835316 BLAKE2B f9f5d1b97e8ac6f8f0edc490a270f98ff4fd901c2054c309bce1f1b3eb690704193e18cd470f682c663090210b14a9498b9259b6acc0e902053e7ab0ca9df076 SHA512 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e

diff --git a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild b/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
deleted file mode 100644
index 23230b505b42..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2023 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 ~loong ~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
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-03-21 20:30 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-03-21 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ff99b5fb1be5401fa0d01f91a5e40c51b74b28a1
Author:     Raul E Rangel <rrangel <AT> chromium <DOT> org>
AuthorDate: Tue Mar 21 19:20:36 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 20:30:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff99b5fb

x11-misc/compose-tables: Pass keysymdefdir

We don't want to look at the host's keysymdef.h, but the target board's
version.

--with-keysymdefdir=DIR The location of keysymdef.h (defaults to xproto
                        include dir)

Without this change we get the following:

    checking keysym definitions...  /usr/include/X11/keysymdef.h
    /usr/include/X11/XF86keysym.h /usr/include/X11/Sunkeysym.h
    /usr/include/X11/DECkeysym.h /usr/include/X11/HPkeysym.h

With this change:

    checking keysym definitions...
    /build/arm64-generic/usr/include/X11/keysymdef.h
    /build/arm64-generic/usr/include/X11/XF86keysym.h
    /build/arm64-generic/usr/include/X11/Sunkeysym.h
    /build/arm64-generic/usr/include/X11/DECkeysym.h
    /build/arm64-generic/usr/include/X11/HPkeysym.h

Signed-off-by: Raul E Rangel <rrangel <AT> chromium.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../{compose-tables-1.8.4.ebuild => compose-tables-1.8.4-r1.ebuild}      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild
similarity index 94%
rename from x11-misc/compose-tables/compose-tables-1.8.4.ebuild
rename to x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild
index f4cb0d243aff..e2b4da6df860 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild
@@ -27,6 +27,7 @@ XORG_CONFIGURE_OPTIONS=(
 	--without-fop
 	--disable-specs
 	--disable-xkb
+	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
 )
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-01  2:10 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-06-01  2:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3395178a077644e8ba1fecfeedb2cf8b59f9e66b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 02:08:05 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 02:08:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3395178a

x11-misc/compose-tables: Version bump to 1.8.5

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.5.ebuild     | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 37308f401e67..55f94fc7be44 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.8.4.tar.xz 1835316 BLAKE2B f9f5d1b97e8ac6f8f0edc490a270f98ff4fd901c2054c309bce1f1b3eb690704193e18cd470f682c663090210b14a9498b9259b6acc0e902053e7ab0ca9df076 SHA512 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e
+DIST libX11-1.8.5.tar.xz 1811288 BLAKE2B 13ccdcec5d3cd31b8be88402aa7821a1d28520e90e454b816abdf773f21da5cc1690eaa4f17c6f34a3f1254e3b6d21a8a38228428cb113f7198d981f39d1c3eb SHA512 5274f6073ead119c8f915d302f1e2bf9579f88d28a2a2d084a4be2050b14fb605efe91099c89ba55aeb7ad36ae0ecbd519b0808be0e29f56367d5dd8faa063d3

diff --git a/x11-misc/compose-tables/compose-tables-1.8.5.ebuild b/x11-misc/compose-tables/compose-tables-1.8.5.ebuild
new file mode 100644
index 000000000000..07d749e49aed
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
+
+XORG_CONFIGURE_OPTIONS=(
+	--without-xmlto
+	--without-fop
+	--disable-specs
+	--disable-xkb
+	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
+)
+
+src_compile() {
+	emake -C nls
+}
+
+src_test() {
+	:;
+}
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-15 16:35 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-06-15 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fd5eae4f3e3e1574ceaa17becb656a38f04799d9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 16:33:22 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 16:35:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5eae4f

x11-misc/compose-tables: Version bump to 1.8.6

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.6.ebuild     | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 55f94fc7be44..91326b8fff9a 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1,3 @@
 DIST libX11-1.8.4.tar.xz 1835316 BLAKE2B f9f5d1b97e8ac6f8f0edc490a270f98ff4fd901c2054c309bce1f1b3eb690704193e18cd470f682c663090210b14a9498b9259b6acc0e902053e7ab0ca9df076 SHA512 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e
 DIST libX11-1.8.5.tar.xz 1811288 BLAKE2B 13ccdcec5d3cd31b8be88402aa7821a1d28520e90e454b816abdf773f21da5cc1690eaa4f17c6f34a3f1254e3b6d21a8a38228428cb113f7198d981f39d1c3eb SHA512 5274f6073ead119c8f915d302f1e2bf9579f88d28a2a2d084a4be2050b14fb605efe91099c89ba55aeb7ad36ae0ecbd519b0808be0e29f56367d5dd8faa063d3
+DIST libX11-1.8.6.tar.xz 1859460 BLAKE2B 81af515e70e013e14c07f4ead34d130477b10e93f3b057cacac77991f9db488f9821b5473a28d141ffb8ddd4a4a77303bef1a748820ccfdebd7935b528223471 SHA512 b94a578003078a42cea43d80fae2c54a3aaa30f706088bb3546331e9abfc180131cafb37887117abcc5b6116992e299974981eef96ecfcf883cc8a1aba4d1ade

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
new file mode 100644
index 000000000000..07d749e49aed
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
+
+XORG_CONFIGURE_OPTIONS=(
+	--without-xmlto
+	--without-fop
+	--disable-specs
+	--disable-xkb
+	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
+)
+
+src_compile() {
+	emake -C nls
+}
+
+src_test() {
+	:;
+}
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-23 20:03 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-06-23 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a47f5cde57d4663fcd9d271a354e7689d4c57fc5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 20:03:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 20:03:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47f5cde

x11-misc/compose-tables: Stabilize 1.8.6 arm, #909043

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index 1c532d4a78e4..34f6f633d518 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-23 20:03 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-06-23 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d610d733b5a67ba1f72c4e31917cf3bde6bde5a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 20:03:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 20:03:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d610d733

x11-misc/compose-tables: Stabilize 1.8.6 ppc64, #909043

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index 64be8faecd0c..1c532d4a78e4 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-23 20:03 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-06-23 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6e46edc127ef44629051d6903c5be3f973a4fc83
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 20:03:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 20:03:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e46edc1

x11-misc/compose-tables: Stabilize 1.8.6 arm64, #909043

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index 07d749e49aed..64be8faecd0c 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-23 20:16 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-06-23 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ff83895f4f22bc771a276087cc9babed8d4a03f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 20:15:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 20:15:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff83895f

x11-misc/compose-tables: Stabilize 1.8.6 sparc, #909043

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index 34f6f633d518..5a6cd0fbe0dd 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-23 20:28 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-06-23 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     43e4f46d6ace09719b5b7c19956da8ff6b439c39
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 20:28:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 20:28:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e4f46d

x11-misc/compose-tables: Stabilize 1.8.6 x86, #909043

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index 5c835d5660f3..77ac6390a80c 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-23 20:28 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-06-23 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2d914f14ca9a71853f85b6544449fdc29f78dda7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 20:28:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 20:28:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d914f14

x11-misc/compose-tables: Stabilize 1.8.6 ppc, #909043

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index 5a6cd0fbe0dd..5c835d5660f3 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-23 21:48 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-06-23 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7d04fd9bf58eb8544fc6f62451c8e3a8236ac77f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 21:48:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 21:48:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d04fd9b

x11-misc/compose-tables: Stabilize 1.8.6 hppa, #909043

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index 77ac6390a80c..e6a2104c40e7 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-24  6:48 Jakov Smolić
  0 siblings, 0 replies; 116+ messages in thread
From: Jakov Smolić @ 2023-06-24  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1b22d352984a719ea8ae248fe999c1a89b37395e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 06:48:36 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 06:48:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b22d352

x11-misc/compose-tables: Stabilize 1.8.6 amd64, #909043

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
index e6a2104c40e7..f8356e0b46b9 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-06-27 23:55 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-06-27 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c1ed6ca3ba9274fdfe4f541e39e3f3f03d1f5a05
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 23:54:55 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 23:55:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ed6ca3

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.8.4-r1.ebuild  | 43 ----------------------
 .../compose-tables/compose-tables-1.8.5.ebuild     | 43 ----------------------
 3 files changed, 88 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 91326b8fff9a..c97d7a096c7a 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,3 +1 @@
-DIST libX11-1.8.4.tar.xz 1835316 BLAKE2B f9f5d1b97e8ac6f8f0edc490a270f98ff4fd901c2054c309bce1f1b3eb690704193e18cd470f682c663090210b14a9498b9259b6acc0e902053e7ab0ca9df076 SHA512 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e
-DIST libX11-1.8.5.tar.xz 1811288 BLAKE2B 13ccdcec5d3cd31b8be88402aa7821a1d28520e90e454b816abdf773f21da5cc1690eaa4f17c6f34a3f1254e3b6d21a8a38228428cb113f7198d981f39d1c3eb SHA512 5274f6073ead119c8f915d302f1e2bf9579f88d28a2a2d084a4be2050b14fb605efe91099c89ba55aeb7ad36ae0ecbd519b0808be0e29f56367d5dd8faa063d3
 DIST libX11-1.8.6.tar.xz 1859460 BLAKE2B 81af515e70e013e14c07f4ead34d130477b10e93f3b057cacac77991f9db488f9821b5473a28d141ffb8ddd4a4a77303bef1a748820ccfdebd7935b528223471 SHA512 b94a578003078a42cea43d80fae2c54a3aaa30f706088bb3546331e9abfc180131cafb37887117abcc5b6116992e299974981eef96ecfcf883cc8a1aba4d1ade

diff --git a/x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild
deleted file mode 100644
index f8356e0b46b9..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~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=""
-
-XORG_CONFIGURE_OPTIONS=(
-	--without-xmlto
-	--without-fop
-	--disable-specs
-	--disable-xkb
-	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
-)
-
-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.8.5.ebuild b/x11-misc/compose-tables/compose-tables-1.8.5.ebuild
deleted file mode 100644
index 07d749e49aed..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
-
-XORG_CONFIGURE_OPTIONS=(
-	--without-xmlto
-	--without-fop
-	--disable-specs
-	--disable-xkb
-	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
-)
-
-src_compile() {
-	emake -C nls
-}
-
-src_test() {
-	:;
-}
-
-src_install() {
-	emake DESTDIR="${D}" -C nls install
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-03 18:06 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-10-03 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     854b279c6a33f7cf5424e11ebedf53af20c6b8b7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 17:58:57 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 18:06:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854b279c

x11-misc/compose-tables: Version bump to 1.8.7

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.7.ebuild     | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index c97d7a096c7a..a1d5dbc479ee 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.8.6.tar.xz 1859460 BLAKE2B 81af515e70e013e14c07f4ead34d130477b10e93f3b057cacac77991f9db488f9821b5473a28d141ffb8ddd4a4a77303bef1a748820ccfdebd7935b528223471 SHA512 b94a578003078a42cea43d80fae2c54a3aaa30f706088bb3546331e9abfc180131cafb37887117abcc5b6116992e299974981eef96ecfcf883cc8a1aba4d1ade
+DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792 SHA512 d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
new file mode 100644
index 000000000000..07d749e49aed
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
+
+XORG_CONFIGURE_OPTIONS=(
+	--without-xmlto
+	--without-fop
+	--disable-specs
+	--disable-xkb
+	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
+)
+
+src_compile() {
+	emake -C nls
+}
+
+src_test() {
+	:;
+}
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  4:47 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-10-05  4:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7b775c5ec2a31a76260a0d52bac370eb69f95155
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 04:46:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 04:46:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b775c5e

x11-misc/compose-tables: Stabilize 1.8.7 amd64, #915193

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index 7c4df2e8c172..b5562546bd7f 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  4:47 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-10-05  4:47 UTC (permalink / raw
  To: gentoo-commits

commit:     74a343bbaa65152abd5d014a73d79f9aa2c90086
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 04:46:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 04:46:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a343bb

x11-misc/compose-tables: Stabilize 1.8.7 ppc, #915193

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index 07d749e49aed..d5a4d8bcd927 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  4:47 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-10-05  4:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f7b2b1b38301e1d3e190e42313b2ed0d3afb8f30
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 04:46:45 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 04:46:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b2b1b3

x11-misc/compose-tables: Stabilize 1.8.7 x86, #915193

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index d5a4d8bcd927..7c4df2e8c172 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  5:02 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-10-05  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3f3c5b6c77fad12dfc37e98dddc0bf746915328b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 05:02:03 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 05:02:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3c5b6c

x11-misc/compose-tables: Stabilize 1.8.7 arm, #915193

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index 9c567740b55a..38ce781f3959 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  5:02 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2023-10-05  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a4397c20d9e0046af38cdf29924e4c1040ae76eb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 05:02:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 05:02:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4397c20

x11-misc/compose-tables: Stabilize 1.8.7 arm64, #915193

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index b5562546bd7f..9c567740b55a 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  8:55 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-10-05  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8bf5039cde6097a932d3d725e0e6cb5b6d61f1e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 08:55:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 08:55:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf5039c

x11-misc/compose-tables: Stabilize 1.8.7 hppa, #915193

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index acc3a15aacd6..7146e07b1aae 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  8:55 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-10-05  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9cb590f1c4f9316be9d43ef8a704d8fb4662f3d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 08:55:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 08:55:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb590f1

x11-misc/compose-tables: Stabilize 1.8.7 ppc64, #915193

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index 7146e07b1aae..f8356e0b46b9 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05  8:55 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2023-10-05  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9953bb7115c491c0daa018eb1b9cab8857697dd8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 08:55:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 08:55:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9953bb71

x11-misc/compose-tables: Stabilize 1.8.7 sparc, #915193

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
index 38ce781f3959..acc3a15aacd6 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2023-10-05 12:38 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2023-10-05 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     884d3561e421f186bfdfd094bfe521ae3c18443a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 12:36:41 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 12:37:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884d3561

x11-misc/compose-tables: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 -
 .../compose-tables/compose-tables-1.8.6.ebuild     | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index a1d5dbc479ee..bcb5b71df2fe 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1 @@
-DIST libX11-1.8.6.tar.xz 1859460 BLAKE2B 81af515e70e013e14c07f4ead34d130477b10e93f3b057cacac77991f9db488f9821b5473a28d141ffb8ddd4a4a77303bef1a748820ccfdebd7935b528223471 SHA512 b94a578003078a42cea43d80fae2c54a3aaa30f706088bb3546331e9abfc180131cafb37887117abcc5b6116992e299974981eef96ecfcf883cc8a1aba4d1ade
 DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792 SHA512 d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6

diff --git a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild b/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
deleted file mode 100644
index f8356e0b46b9..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~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=""
-
-XORG_CONFIGURE_OPTIONS=(
-	--without-xmlto
-	--without-fop
-	--disable-specs
-	--disable-xkb
-	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
-)
-
-src_compile() {
-	emake -C nls
-}
-
-src_test() {
-	:;
-}
-
-src_install() {
-	emake DESTDIR="${D}" -C nls install
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-03-25 15:33 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2024-03-25 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4916e49cc0442ca5c8a18dfb48a6bcde7768fa8a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 15:28:08 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 15:33:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4916e49c

x11-misc/compose-tables: Version bump to 1.8.8

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.8.ebuild     | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index bcb5b71df2fe..323078f4bdf6 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792 SHA512 d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6
+DIST libX11-1.8.8.tar.xz 1872808 BLAKE2B d180932c65c565d113ae768bb0035aa98ff7dd265de9a7907f54f994b1520d7fc67699032450afc5d8f9427247f73dcf71259ff6a3f734d71f6e8b6181c6891b SHA512 4e7ce8f2d88b9475f960ea1d5730ece8953509e0c057cf2d0a2f5fa6a36e6577b0dcd7f16ac91b8fdd804aabec6d7e8f3067a3a8667bd2e41d72dd68ab70ef82

diff --git a/x11-misc/compose-tables/compose-tables-1.8.8.ebuild b/x11-misc/compose-tables/compose-tables-1.8.8.ebuild
new file mode 100644
index 000000000000..ade5421accec
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
+
+src_configure() {
+	local XORG_CONFIGURE_OPTIONS=(
+		--without-xmlto
+		--without-fop
+		--disable-specs
+		--disable-xkb
+		--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
+	)
+	xorg-3_src_configure
+}
+
+src_compile() {
+	emake -C nls
+}
+
+src_test() {
+	:;
+}
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-04-06  3:17 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2024-04-06  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2e815b654c67e15511b0c7bc633132b69124953b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 03:16:30 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 03:17:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e815b65

x11-misc/compose-tables: Version bump to 1.8.9

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.9.ebuild     | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 323078f4bdf6..8c3df55e4480 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1,3 @@
 DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792 SHA512 d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6
 DIST libX11-1.8.8.tar.xz 1872808 BLAKE2B d180932c65c565d113ae768bb0035aa98ff7dd265de9a7907f54f994b1520d7fc67699032450afc5d8f9427247f73dcf71259ff6a3f734d71f6e8b6181c6891b SHA512 4e7ce8f2d88b9475f960ea1d5730ece8953509e0c057cf2d0a2f5fa6a36e6577b0dcd7f16ac91b8fdd804aabec6d7e8f3067a3a8667bd2e41d72dd68ab70ef82
+DIST libX11-1.8.9.tar.xz 1811900 BLAKE2B 8858157ac490d65e19500bfbb2ab773a3a30041f8a757ff22fff8fb0124044b8bb826f6dff4115230c757a175b61a3f7d596d976d98be760085749878d64f871 SHA512 737af91818537295ac86be601b1e3d7e37d150716ec549580913b7cc9a44fee7a6ce9dbc3d46167eed91f23fe857c4dd355ed8f8440fe5fbbf8e9ebe47091b96

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
new file mode 100644
index 000000000000..ade5421accec
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
+
+src_configure() {
+	local XORG_CONFIGURE_OPTIONS=(
+		--without-xmlto
+		--without-fop
+		--disable-specs
+		--disable-xkb
+		--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
+	)
+	xorg-3_src_configure
+}
+
+src_compile() {
+	emake -C nls
+}
+
+src_test() {
+	:;
+}
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-04-21 21:09 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2024-04-21 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a31cad75504968caf7d9ba27aa8f273bf7499992
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 21:05:06 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 21:07:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31cad75

x11-misc/compose-tables: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 -
 .../compose-tables/compose-tables-1.8.8.ebuild     | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 8c3df55e4480..cbcce5636e7c 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,3 +1,2 @@
 DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792 SHA512 d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6
-DIST libX11-1.8.8.tar.xz 1872808 BLAKE2B d180932c65c565d113ae768bb0035aa98ff7dd265de9a7907f54f994b1520d7fc67699032450afc5d8f9427247f73dcf71259ff6a3f734d71f6e8b6181c6891b SHA512 4e7ce8f2d88b9475f960ea1d5730ece8953509e0c057cf2d0a2f5fa6a36e6577b0dcd7f16ac91b8fdd804aabec6d7e8f3067a3a8667bd2e41d72dd68ab70ef82
 DIST libX11-1.8.9.tar.xz 1811900 BLAKE2B 8858157ac490d65e19500bfbb2ab773a3a30041f8a757ff22fff8fb0124044b8bb826f6dff4115230c757a175b61a3f7d596d976d98be760085749878d64f871 SHA512 737af91818537295ac86be601b1e3d7e37d150716ec549580913b7cc9a44fee7a6ce9dbc3d46167eed91f23fe857c4dd355ed8f8440fe5fbbf8e9ebe47091b96

diff --git a/x11-misc/compose-tables/compose-tables-1.8.8.ebuild b/x11-misc/compose-tables/compose-tables-1.8.8.ebuild
deleted file mode 100644
index ade5421accec..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
-
-src_configure() {
-	local XORG_CONFIGURE_OPTIONS=(
-		--without-xmlto
-		--without-fop
-		--disable-specs
-		--disable-xkb
-		--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
-	)
-	xorg-3_src_configure
-}
-
-src_compile() {
-	emake -C nls
-}
-
-src_test() {
-	:;
-}
-
-src_install() {
-	emake DESTDIR="${D}" -C nls install
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-07 18:05 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-05-07 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     95d67bd785f7db4cb7741e1f1ad000cf2ade335a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 18:05:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:05:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d67bd7

x11-misc/compose-tables: Stabilize 1.8.9 arm, #931498

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 8beeed2bdcbd..adad8071f0be 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-07 18:05 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-05-07 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2d890f57a1af2c63db3cbddbb333b69b8c78fee1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 18:05:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:05:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d890f57

x11-misc/compose-tables: Stabilize 1.8.9 amd64, #931498

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 3c8085b13146..fa28a7e28842 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-07 18:05 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-05-07 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5cd4f4227646f5fa90120b7443c0e5d80aee3dd1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 18:05:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:05:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd4f422

x11-misc/compose-tables: Stabilize 1.8.9 ppc64, #931498

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index adad8071f0be..3c8085b13146 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-07 18:05 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-05-07 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e65f587fc70583e8ab774a4de50b689b8a21c3a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 18:04:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:04:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65f587f

x11-misc/compose-tables: Stabilize 1.8.9 sparc, #931498

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 84a413c2e1b1..4f233c3a2016 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-07 18:05 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-05-07 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     20c78e8771219beca45604b04594d5e3a564d591
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 18:04:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:04:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c78e87

x11-misc/compose-tables: Stabilize 1.8.9 arm64, #931498

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index ade5421accec..84a413c2e1b1 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-07 18:05 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-05-07 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c4167afed3c476c31ab43cf034c25077c201c194
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 18:05:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:05:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4167afe

x11-misc/compose-tables: Stabilize 1.8.9 x86, #931498

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 0a87d359ab42..8beeed2bdcbd 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-07 18:05 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-05-07 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a01f8e314a3173916225c0558f11ae93e27ea0e3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 18:05:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  7 18:05:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01f8e31

x11-misc/compose-tables: Stabilize 1.8.9 ppc, #931498

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 4f233c3a2016..0a87d359ab42 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-05-17  0:24 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2024-05-17  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     207e92d51233b97898e3aba6adb5bfefdb3f8d30
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu May 16 18:35:16 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 17 00:24:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207e92d5

x11-misc/compose-tables: Stabilize 1.8.9 hppa, #931498

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index fa28a7e28842..11cdbcaf86bd 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-06-09 18:54 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2024-06-09 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     507bd4c64c9afab8a90fd5f54ac06851d312a194
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 18:45:53 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 18:54:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507bd4c6

x11-misc/compose-tables: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 -
 .../compose-tables/compose-tables-1.8.7.ebuild     | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index cbcce5636e7c..25b09129264c 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1,2 +1 @@
-DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792 SHA512 d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6
 DIST libX11-1.8.9.tar.xz 1811900 BLAKE2B 8858157ac490d65e19500bfbb2ab773a3a30041f8a757ff22fff8fb0124044b8bb826f6dff4115230c757a175b61a3f7d596d976d98be760085749878d64f871 SHA512 737af91818537295ac86be601b1e3d7e37d150716ec549580913b7cc9a44fee7a6ce9dbc3d46167eed91f23fe857c4dd355ed8f8440fe5fbbf8e9ebe47091b96

diff --git a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild b/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
deleted file mode 100644
index f8356e0b46b9..000000000000
--- a/x11-misc/compose-tables/compose-tables-1.8.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~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=""
-
-XORG_CONFIGURE_OPTIONS=(
-	--without-xmlto
-	--without-fop
-	--disable-specs
-	--disable-xkb
-	--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
-)
-
-src_compile() {
-	emake -C nls
-}
-
-src_test() {
-	:;
-}
-
-src_install() {
-	emake DESTDIR="${D}" -C nls install
-}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-07-29  1:47 Matt Turner
  0 siblings, 0 replies; 116+ messages in thread
From: Matt Turner @ 2024-07-29  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ef5d077455bbdfa85e459fcc2ea298de1928fed7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 01:34:07 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 01:47:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5d0774

x11-misc/compose-tables: Version bump to 1.8.10

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.10.ebuild    | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index 25b09129264c..3803f6c183ed 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
+DIST libX11-1.8.10.tar.xz 1839380 BLAKE2B 72ff400e1aad5bcb04e5dd3fb43f7767fad47e38cf628382cd5ffd5a204efc4de4f626027dddbbc7e10f80f8eaee0bcdf9792d9d012256366920f7ae0cffcb15 SHA512 f801f5b77cbc55074f73dc95b29fff7b5e1b13b99641f6e397788ad9f31a29793ed4e8e5bd373122c790ef90627e8f9d6d5e271051c1767a479a85c55cd82bc1
 DIST libX11-1.8.9.tar.xz 1811900 BLAKE2B 8858157ac490d65e19500bfbb2ab773a3a30041f8a757ff22fff8fb0124044b8bb826f6dff4115230c757a175b61a3f7d596d976d98be760085749878d64f871 SHA512 737af91818537295ac86be601b1e3d7e37d150716ec549580913b7cc9a44fee7a6ce9dbc3d46167eed91f23fe857c4dd355ed8f8440fe5fbbf8e9ebe47091b96

diff --git a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
new file mode 100644
index 000000000000..ade5421accec
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~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=""
+
+src_configure() {
+	local XORG_CONFIGURE_OPTIONS=(
+		--without-xmlto
+		--without-fop
+		--disable-specs
+		--disable-xkb
+		--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
+	)
+	xorg-3_src_configure
+}
+
+src_compile() {
+	emake -C nls
+}
+
+src_test() {
+	:;
+}
+
+src_install() {
+	emake DESTDIR="${D}" -C nls install
+}


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-09-01  2:18 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-09-01  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8dddaa4cbabc891456d0c0582b55170c2d368219
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 02:17:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 02:17:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dddaa4c

x11-misc/compose-tables: Stabilize 1.8.10 amd64, #938855

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
index ade5421accec..bbd27ba339ee 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-09-01  2:18 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-09-01  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d541ebeb952fa64db466eee3c6df8657ab942467
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 02:17:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 02:17:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d541ebeb

x11-misc/compose-tables: Stabilize 1.8.10 arm, #938855

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
index bbd27ba339ee..13c01968f5a8 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-09-01  2:18 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-09-01  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f263c28a58278609097e676744a31bf62cee2207
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 02:17:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 02:17:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f263c28a

x11-misc/compose-tables: Stabilize 1.8.10 x86, #938855

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
index 13c01968f5a8..2c8053a06afe 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-09-01 21:27 Sam James
  0 siblings, 0 replies; 116+ messages in thread
From: Sam James @ 2024-09-01 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     da474b720bdb0f6be2254ac3091abc4e96e36281
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:26:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:26:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da474b72

x11-misc/compose-tables: Stabilize 1.8.10 sparc, #938855

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
index 2c8053a06afe..d790ea142e57 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-09-02  7:29 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2024-09-02  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1af7cef774a59cdec0cb695f9bd62f0ee8932cbb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 07:29:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 07:29:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af7cef7

x11-misc/compose-tables: Stabilize 1.8.10 arm64, #938855

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
index d790ea142e57..7bbed1913eb7 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/
@ 2024-09-12 16:56 Arthur Zamarin
  0 siblings, 0 replies; 116+ messages in thread
From: Arthur Zamarin @ 2024-09-12 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f82f4094988fc0a3363716d9bffc4768f5c2b97a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 16:56:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 16:56:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82f4094

x11-misc/compose-tables: Stabilize 1.8.10 ppc64, #938855

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-misc/compose-tables/compose-tables-1.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
index 79e49f5807a2..fa28a7e28842 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.10.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="


^ permalink raw reply related	[flat|nested] 116+ messages in thread

end of thread, other threads:[~2024-09-12 16:56 UTC | newest]

Thread overview: 116+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02  7:29 [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 16:56 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-29 15:23 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox