From 23b767af73549eeb4dd3069e09d0f2fcb88669a8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Mar 2023 00:41:01 +0000 Subject: gentoo auto-resync : 22:03:2023 - 00:41:01 --- x11-misc/Manifest.gz | Bin 47047 -> 47043 bytes x11-misc/compose-tables/Manifest | 2 +- .../compose-tables/compose-tables-1.8.4-r1.ebuild | 43 +++++++++++++++++++++ .../compose-tables/compose-tables-1.8.4.ebuild | 42 -------------------- 4 files changed, 44 insertions(+), 43 deletions(-) create mode 100644 x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild delete mode 100644 x11-misc/compose-tables/compose-tables-1.8.4.ebuild (limited to 'x11-misc') diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index abe92730cc19..1d4ab074d6ee 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest index 5620182603f6..39c1bc262884 100644 --- a/x11-misc/compose-tables/Manifest +++ b/x11-misc/compose-tables/Manifest @@ -1,3 +1,3 @@ DIST libX11-1.8.4.tar.xz 1835316 BLAKE2B f9f5d1b97e8ac6f8f0edc490a270f98ff4fd901c2054c309bce1f1b3eb690704193e18cd470f682c663090210b14a9498b9259b6acc0e902053e7ab0ca9df076 SHA512 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e -EBUILD compose-tables-1.8.4.ebuild 927 BLAKE2B 029154fb3e5e7b06a1e8d2580140e87199073904c5e7e50c97ff1892b0e5769e4c11600d7151be22678e40dbd3986d52a2813bb316fab4779364ad80f3337630 SHA512 26295cefc044ebfa24c2477dcf77aec61df311fdfd6fe44d3c2fc1c6e085de0198a499077dc3e20f1ef5f88473a1de60dee9ef34bd363078a47cf5f4d3f06262 +EBUILD compose-tables-1.8.4-r1.ebuild 978 BLAKE2B 56f20b4de1bb76874bd1451d7c8cd27df4aaddc41a4209d3477c4b152f56ef3bd78b0b9d37888e3fbfe008d1f037c7f5517ce298630f6fcb8d03e68a25d53184 SHA512 3e0df6d5001f11315b9adf9b13c9a3299a40ac37feb961f1d69c73500deeb7d0c69134e2be6f7f46d9f56501de181628de028f994a973c221e64cca888abf113 MISC metadata.xml 395 BLAKE2B 7912fcccfd8d8a4c9c1e5601783a0668679506638511ee719bf7bb95f99415fe95a417343060cf5ca3fe918ab1f9847f74861af36d3c712afa321272cd13cf66 SHA512 c2956ef519fe59d0f713732059224568b9d7c34579654b71993b02227a512c1ac3057dc7f81c6bc93834fd4fee212f1ae26f4055ea92f3eb7524da7d9e690f8f 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 new file mode 100644 index 000000000000..e2b4da6df860 --- /dev/null +++ b/x11-misc/compose-tables/compose-tables-1.8.4-r1.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 ~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 + --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.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4.ebuild deleted file mode 100644 index f4cb0d243aff..000000000000 --- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild +++ /dev/null @@ -1,42 +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 ~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 -} -- cgit v1.2.3