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: Thu, 31 Dec 2020 16:59:20
Message-Id: 1609433936.90c585dc1d768e8a64762b53680c93ac6d541093.mattst88@gentoo
1 commit: 90c585dc1d768e8a64762b53680c93ac6d541093
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 16:56:29 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 16:58:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c585dc
7
8 x11-libs/libXau: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXau/libXau-1.0.9.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/x11-libs/libXau/libXau-1.0.9.ebuild b/x11-libs/libXau/libXau-1.0.9.ebuild
16 deleted file mode 100644
17 index b90d0c14300..00000000000
18 --- a/x11-libs/libXau/libXau-1.0.9.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -XORG_MULTILIB=yes
27 -inherit xorg-2
28 -
29 -DESCRIPTION="X.Org X authorization library"
30 -
31 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
32 -IUSE=""
33 -
34 -RDEPEND="x11-base/xorg-proto"
35 -DEPEND="${RDEPEND}"