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: Wed, 01 May 2019 20:47:36
Message-Id: 1556743115.2d807c33b97c0e42e218a83d745663961a162ae9.mattst88@gentoo
1 commit: 2d807c33b97c0e42e218a83d745663961a162ae9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:38:35 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:38:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d807c33
7
8 x11-libs/libXau: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-libs/libXau/Manifest | 1 -
14 x11-libs/libXau/libXau-1.0.8-r1.ebuild | 15 ---------------
15 2 files changed, 16 deletions(-)
16
17 diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest
18 index ee6cf0c8443..2e169e2453f 100644
19 --- a/x11-libs/libXau/Manifest
20 +++ b/x11-libs/libXau/Manifest
21 @@ -1,2 +1 @@
22 -DIST libXau-1.0.8.tar.bz2 295297 BLAKE2B 46c0cdf3382a75e197e48d556d44494dc8a91483fa27c86ae1b4264deb63320637232fe94d1286b38ba8f4efa5405f4b5c476266963ee3ee43b934af2e0a0e53 SHA512 9f933d22f8f2411ae770094589cbe170c631a1437d572664e0fa6b9608e6ec39deef752f2dd6408ab45acdf01bf1827ef3ced640a33da787d9cfb546f12397b5
23 DIST libXau-1.0.9.tar.bz2 322650 BLAKE2B 0bc9eb01b99f13a8f978edd7ff63d76f89071ac27f1cd946f9ebc96165a892e7ba7cdcdc52f73e8ed6d5b3d672f8a29a24582195fe14d1d24730a797a592cdd3 SHA512 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562
24
25 diff --git a/x11-libs/libXau/libXau-1.0.8-r1.ebuild b/x11-libs/libXau/libXau-1.0.8-r1.ebuild
26 deleted file mode 100644
27 index fbf75404612..00000000000
28 --- a/x11-libs/libXau/libXau-1.0.8-r1.ebuild
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_MULTILIB=yes
37 -inherit xorg-2
38 -
39 -DESCRIPTION="X.Org X authorization library"
40 -
41 -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"
42 -IUSE=""
43 -
44 -RDEPEND="x11-base/xorg-proto"
45 -DEPEND="${RDEPEND}"