commit: 35f2d1a7c6edf410468f9d3c996d359ffbcae539 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Dec 14 02:12:49 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Dec 14 02:19:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f2d1a7
x11-libs/libXau: Version bump to 1.0.12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-libs/libXau/Manifest | 1 + x11-libs/libXau/libXau-1.0.12.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest index 564f4c325e6e..f1fc9d3f0e50 100644 --- a/x11-libs/libXau/Manifest +++ b/x11-libs/libXau/Manifest @@ -1 +1,2 @@ DIST libXau-1.0.11.tar.xz 274108 BLAKE2B ffd037d6a5bd8bbf10d15747469c5277b3061b87793d8acf095f60aa121bdc0831da9d3e6c369846fd40d2ba03ef209e1e8febff64736d4ececd135a8fabb0a3 SHA512 f56abba3bef3fdd4739dfa69367a4251b5fab7c89194c9aece9efa66b9ebbf0736690cc9bd654aab19d9db377e4b9a5268c9c020b3d293bb5351bff5fe75a4dd +DIST libXau-1.0.12.tar.xz 282624 BLAKE2B 739c1ed5cc86eaf6116bb324808e442ee485fb81bc882f873d924302494e93c3eae1a2ad3f92e115faf72e647578e7b9501c73ac18db1839edc2fb69a143a834 SHA512 4bbe8796f4a14340499d5f75046955905531ea2948944dfc3d6069f8b86c1710042bfc7918d459320557883e6631359d48e6173c69c62ff572314e864ff97c5e diff --git a/x11-libs/libXau/libXau-1.0.12.ebuild b/x11-libs/libXau/libXau-1.0.12.ebuild new file mode 100644 index 000000000000..d7c44a050dc0 --- /dev/null +++ b/x11-libs/libXau/libXau-1.0.12.ebuild @@ -0,0 +1,15 @@ +# 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 authorization 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" + +DEPEND="x11-base/xorg-proto"