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 CB6CC138334 for ; Sat, 21 Sep 2019 17:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 845FAE0955; Sat, 21 Sep 2019 17:12:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 67870E0955 for ; Sat, 21 Sep 2019 17:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 856EA34B474 for ; Sat, 21 Sep 2019 17:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B103C840 for ; Sat, 21 Sep 2019 17:11:57 +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: <1569085905.e6c6d244d9851e94de00c2e92c5284ebafc28483.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xauth/Manifest x11-apps/xauth/xauth-1.0.10.ebuild X-VCS-Directories: x11-apps/xauth/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e6c6d244d9851e94de00c2e92c5284ebafc28483 X-VCS-Branch: master Date: Sat, 21 Sep 2019 17:11:57 +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: fb01c0e3-2054-48b3-9c8b-3640232dcc3d X-Archives-Hash: c8203d46b04af0acff2d677d0adde463 commit: e6c6d244d9851e94de00c2e92c5284ebafc28483 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 21 17:03:34 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 21 17:11:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c6d244 x11-apps/xauth: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xauth/Manifest | 1 - x11-apps/xauth/xauth-1.0.10.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest index 2f9672cc914..60ccd152695 100644 --- a/x11-apps/xauth/Manifest +++ b/x11-apps/xauth/Manifest @@ -1,2 +1 @@ -DIST xauth-1.0.10.tar.bz2 162176 BLAKE2B 0a3a70360357f0f1a36a72e54b404526e62ddabbdc8b2e6ed992ceb56847fa983b9cec1ba23aab92f4b2fe0712f097a8721d7c50a4b4ead217a5704cda76ea82 SHA512 1ddcd80848c4efffc6d0a576177f92a3ce47eb871a6c7e2097d96491aec027404d437e0bd792714ef423989153a9644f5ff179bde4dfeb4b340636d642d5849f DIST xauth-1.1.tar.bz2 163510 BLAKE2B 0b55ee9ec35ca436c36effe2ba4eee55f76a311a5482d1d72e80e5afea30c682de3f686b2956d17278721e190dd9bec4d93db6507853841a633c931312df745d SHA512 b6ecd59a853a491ef45bf8cfbff63bed36645f81cb79ae9d18458b57f7502bccf92f0d979d3337578518646f680ad379e67b1dac15a927cbb11372733e7a3a0c diff --git a/x11-apps/xauth/xauth-1.0.10.ebuild b/x11-apps/xauth/xauth-1.0.10.ebuild deleted file mode 100644 index 2e63754dfe7..00000000000 --- a/x11-apps/xauth/xauth-1.0.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils xorg-2 - -DESCRIPTION="X authority file utility" - -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux" - -IUSE="ipv6 test" - -RDEPEND="x11-libs/libX11 - x11-libs/libXau - x11-libs/libXext - x11-libs/libXmu" -DEPEND="${RDEPEND} - test? ( dev-util/cmdtest )" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - ) - xorg-2_src_configure -} - -src_test() { - # Address sandbox failure, bug #527574 - addwrite /proc/self/comm - autotools-utils_src_test -}