Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXau/
Date: Sun, 10 Feb 2019 23:10:29
Message-Id: 1549840138.d2797a7240ce54c2f915b371e3e07752b07d6cc3.mattst88@gentoo
1 commit: d2797a7240ce54c2f915b371e3e07752b07d6cc3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 23:06:33 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 23:08:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2797a72
7
8 x11-libs/libXau: Version bump to 1.0.9
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXau/Manifest | 1 +
13 x11-libs/libXau/libXau-1.0.9.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest
17 index ee71dda7945..ee6cf0c8443 100644
18 --- a/x11-libs/libXau/Manifest
19 +++ b/x11-libs/libXau/Manifest
20 @@ -1 +1,2 @@
21 DIST libXau-1.0.8.tar.bz2 295297 BLAKE2B 46c0cdf3382a75e197e48d556d44494dc8a91483fa27c86ae1b4264deb63320637232fe94d1286b38ba8f4efa5405f4b5c476266963ee3ee43b934af2e0a0e53 SHA512 9f933d22f8f2411ae770094589cbe170c631a1437d572664e0fa6b9608e6ec39deef752f2dd6408ab45acdf01bf1827ef3ced640a33da787d9cfb546f12397b5
22 +DIST libXau-1.0.9.tar.bz2 322650 BLAKE2B 0bc9eb01b99f13a8f978edd7ff63d76f89071ac27f1cd946f9ebc96165a892e7ba7cdcdc52f73e8ed6d5b3d672f8a29a24582195fe14d1d24730a797a592cdd3 SHA512 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562
23
24 diff --git a/x11-libs/libXau/libXau-1.0.9.ebuild b/x11-libs/libXau/libXau-1.0.9.ebuild
25 new file mode 100644
26 index 00000000000..a75660eb26f
27 --- /dev/null
28 +++ b/x11-libs/libXau/libXau-1.0.9.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +XORG_MULTILIB=yes
36 +inherit xorg-2
37 +
38 +DESCRIPTION="X.Org X authorization library"
39 +
40 +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"
41 +IUSE=""
42 +
43 +RDEPEND="x11-base/xorg-proto"
44 +DEPEND="${RDEPEND}"