From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42185138239 for ; Thu, 31 Dec 2020 16:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD46E091B; Thu, 31 Dec 2020 16:59:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B7EFE091B for ; Thu, 31 Dec 2020 16:59:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1298C340E42 for ; Thu, 31 Dec 2020 16:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29AC848C for ; Thu, 31 Dec 2020 16:59:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1609433936.f8b1214f17c30dbfd31560c7a03f7855eeb56e89.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXtst/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXtst/libXtst-1.2.3-r1.ebuild X-VCS-Directories: x11-libs/libXtst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f8b1214f17c30dbfd31560c7a03f7855eeb56e89 X-VCS-Branch: master Date: Thu, 31 Dec 2020 16:59:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccc8ab5b-f99a-4758-a982-f57d78a73af7 X-Archives-Hash: bb9c2d00b58a73fdb4c4f0efed98cc65 commit: f8b1214f17c30dbfd31560c7a03f7855eeb56e89 Author: Matt Turner gentoo org> AuthorDate: Thu Dec 31 16:56:42 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 31 16:58:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b1214f x11-libs/libXtst: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-libs/libXtst/libXtst-1.2.3-r1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/x11-libs/libXtst/libXtst-1.2.3-r1.ebuild b/x11-libs/libXtst/libXtst-1.2.3-r1.ebuild deleted file mode 100644 index 8e8210df5b7..00000000000 --- a/x11-libs/libXtst/libXtst-1.2.3-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_DOC="doc" -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library" - -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" -IUSE="" - -RDEPEND="x11-base/xorg-proto - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}"