diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-08 11:11:07 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-08 11:11:07 -0500 |
commit | d4ab77f95124a203fe3bf1af264dd592df24ffc5 (patch) | |
tree | bf3639535bd3c6ab4425c1633f386bc99b43e70a /x11-libs | |
parent | x11-apps/xkbcomp: Version bump to 1.4.6 (diff) | |
download | gentoo-d4ab77f95124a203fe3bf1af264dd592df24ffc5.tar.gz gentoo-d4ab77f95124a203fe3bf1af264dd592df24ffc5.tar.bz2 gentoo-d4ab77f95124a203fe3bf1af264dd592df24ffc5.zip |
x11-libs/libXau: Version bump to 1.0.11
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXau/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXau/libXau-1.0.11.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest index cf0c7754fbfb..076d38cd39bd 100644 --- a/x11-libs/libXau/Manifest +++ b/x11-libs/libXau/Manifest @@ -1 +1,2 @@ DIST libXau-1.0.10.tar.xz 271724 BLAKE2B 391296f1a59ab6cf93323bbd6e297c88ace6bc769eaed1d9ed3047ac8ab49498c7e9022708597e071da342fc3581de37f347d1049dce9c80c3191a89e2f147c1 SHA512 e56a862a7bbccb108c9683eeb8b643d2587a121dd96982e1e7edc5bd0b676302d244bfaa750afc7fb2ad31df8b825095d779b6e2ab2c76f94e47095d90071ebb +DIST libXau-1.0.11.tar.xz 274108 BLAKE2B ffd037d6a5bd8bbf10d15747469c5277b3061b87793d8acf095f60aa121bdc0831da9d3e6c369846fd40d2ba03ef209e1e8febff64736d4ececd135a8fabb0a3 SHA512 f56abba3bef3fdd4739dfa69367a4251b5fab7c89194c9aece9efa66b9ebbf0736690cc9bd654aab19d9db377e4b9a5268c9c020b3d293bb5351bff5fe75a4dd diff --git a/x11-libs/libXau/libXau-1.0.11.ebuild b/x11-libs/libXau/libXau-1.0.11.ebuild new file mode 100644 index 000000000000..43f66ed82b4f --- /dev/null +++ b/x11-libs/libXau/libXau-1.0.11.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +DEPEND="x11-base/xorg-proto" |