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/libXtst/
Date: Thu, 31 Dec 2020 16:59:21
Message-Id: 1609433936.f8b1214f17c30dbfd31560c7a03f7855eeb56e89.mattst88@gentoo
1 commit: f8b1214f17c30dbfd31560c7a03f7855eeb56e89
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 16:56:42 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=f8b1214f
7
8 x11-libs/libXtst: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libXtst/libXtst-1.2.3-r1.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/x11-libs/libXtst/libXtst-1.2.3-r1.ebuild b/x11-libs/libXtst/libXtst-1.2.3-r1.ebuild
16 deleted file mode 100644
17 index 8e8210df5b7..00000000000
18 --- a/x11-libs/libXtst/libXtst-1.2.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,19 +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_DOC="doc"
27 -XORG_MULTILIB=yes
28 -inherit xorg-2
29 -
30 -DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library"
31 -
32 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
33 -IUSE=""
34 -
35 -RDEPEND="x11-base/xorg-proto
36 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
37 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
38 - >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]"
39 -DEPEND="${RDEPEND}"