commit:     a29cc1960a69ae5bbcc93777870fcf1863c7910d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 04:48:01 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 04:51:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29cc196

x11-libs/libXt: Version bump to 1.3.1

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

 x11-libs/libXt/Manifest           |  1 +
 x11-libs/libXt/libXt-1.3.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-libs/libXt/Manifest b/x11-libs/libXt/Manifest
index 3693dc4a2d0b..5f957ec7e405 100644
--- a/x11-libs/libXt/Manifest
+++ b/x11-libs/libXt/Manifest
@@ -1 +1,2 @@
 DIST libXt-1.3.0.tar.xz 688084 BLAKE2B 
e8ac62bee544521471f25d3138b88d8d740bf8701aa7b6c1badcb9f725659c2648f3fd31813e0a05f1091514323bcea0788319cd36dfa945213f83cae87afb7c
 SHA512 
64c5978655135b925c3aaad86b1aa6a3f3b57ad8b3592bf142be616b8aa339a02c2fc7badfab9564ea8076ea8f37acfe31709ed528f5a1d251f2d116aa074118
+DIST libXt-1.3.1.tar.xz 691200 BLAKE2B 
d3ce6475a1d5c87fac635d6b1d644679900b4bec1c3691fb3700bb9fec5009157f0920a567e2715e00792ea292681beb41f6b8950f34bd063e6d60d126cbd034
 SHA512 
c220292f60b0f53134cf9364831a32bbaa9fa6bbb3a7143e917920957b7a48c616e946042747089f29ea9d8a18ecd64de620bcaf56d82462e7107de906f5db38

diff --git a/x11-libs/libXt/libXt-1.3.1.ebuild 
b/x11-libs/libXt/libXt-1.3.1.ebuild
new file mode 100644
index 000000000000..5fd94a46924b
--- /dev/null
+++ b/x11-libs/libXt/libXt-1.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org X Toolkit Intrinsics library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}]
+       >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
+       >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto
+       test? ( dev-libs/glib[${MULTILIB_USEDEP}] )"
+
+src_configure() {
+       local XORG_CONFIGURE_OPTIONS=(
+               $(use_with doc xmlto)
+               $(use_enable doc specs)
+               $(use_enable test unit-tests)
+               --without-fop
+       )
+       xorg-3_src_configure
+}

Reply via email to