diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-02-10 15:06:33 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-02-10 15:08:58 -0800 |
commit | d2797a7240ce54c2f915b371e3e07752b07d6cc3 (patch) | |
tree | b2524842f7de180c46761a6fa3022cb61e093089 /x11-libs/libXau | |
parent | x11-apps/bitmap: Version bump to 1.0.9 (diff) | |
download | gentoo-d2797a7240ce54c2f915b371e3e07752b07d6cc3.tar.gz gentoo-d2797a7240ce54c2f915b371e3e07752b07d6cc3.tar.bz2 gentoo-d2797a7240ce54c2f915b371e3e07752b07d6cc3.zip |
x11-libs/libXau: Version bump to 1.0.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXau')
-rw-r--r-- | x11-libs/libXau/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXau/libXau-1.0.9.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest index ee71dda79450..ee6cf0c8443c 100644 --- a/x11-libs/libXau/Manifest +++ b/x11-libs/libXau/Manifest @@ -1 +1,2 @@ DIST libXau-1.0.8.tar.bz2 295297 BLAKE2B 46c0cdf3382a75e197e48d556d44494dc8a91483fa27c86ae1b4264deb63320637232fe94d1286b38ba8f4efa5405f4b5c476266963ee3ee43b934af2e0a0e53 SHA512 9f933d22f8f2411ae770094589cbe170c631a1437d572664e0fa6b9608e6ec39deef752f2dd6408ab45acdf01bf1827ef3ced640a33da787d9cfb546f12397b5 +DIST libXau-1.0.9.tar.bz2 322650 BLAKE2B 0bc9eb01b99f13a8f978edd7ff63d76f89071ac27f1cd946f9ebc96165a892e7ba7cdcdc52f73e8ed6d5b3d672f8a29a24582195fe14d1d24730a797a592cdd3 SHA512 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562 diff --git a/x11-libs/libXau/libXau-1.0.9.ebuild b/x11-libs/libXau/libXau-1.0.9.ebuild new file mode 100644 index 000000000000..a75660eb26fd --- /dev/null +++ b/x11-libs/libXau/libXau-1.0.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org X authorization library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-base/xorg-proto" +DEPEND="${RDEPEND}" |