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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 446B315808B for ; Mon, 7 Feb 2022 19:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1A042BC016; Mon, 7 Feb 2022 19:03:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D41972BC01A for ; Mon, 7 Feb 2022 19:03:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D52EE342FB7 for ; Mon, 7 Feb 2022 19:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F1052DB for ; Mon, 7 Feb 2022 19:03:31 +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: <1644260600.1517d0274f7ecfc923ca0c835a1307e55df2232d.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.1.ebuild X-VCS-Directories: x11-apps/xauth/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1517d0274f7ecfc923ca0c835a1307e55df2232d X-VCS-Branch: master Date: Mon, 7 Feb 2022 19:03:31 +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: 59991027-f4c0-4e65-8325-b0135a92415f X-Archives-Hash: dec6392ede1efca2f0205b5e8bead130 commit: 1517d0274f7ecfc923ca0c835a1307e55df2232d Author: Matt Turner gentoo org> AuthorDate: Mon Feb 7 19:00:36 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Feb 7 19:03:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1517d027 x11-apps/xauth: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xauth/Manifest | 1 - x11-apps/xauth/xauth-1.1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest index 97ffb3f1ffda..c8c5efc19864 100644 --- a/x11-apps/xauth/Manifest +++ b/x11-apps/xauth/Manifest @@ -1,2 +1 @@ DIST xauth-1.1.1.tar.bz2 167315 BLAKE2B fbe36f867031c734e3a8ae9719145caa16828d4df156503c299812fb63f86462561ffea945f12fabc5e036cc63664ee1d8b5b37630dee8d4af6f2473aa5fcd1a SHA512 998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120 -DIST xauth-1.1.tar.bz2 163510 BLAKE2B 0b55ee9ec35ca436c36effe2ba4eee55f76a311a5482d1d72e80e5afea30c682de3f686b2956d17278721e190dd9bec4d93db6507853841a633c931312df745d SHA512 b6ecd59a853a491ef45bf8cfbff63bed36645f81cb79ae9d18458b57f7502bccf92f0d979d3337578518646f680ad379e67b1dac15a927cbb11372733e7a3a0c diff --git a/x11-apps/xauth/xauth-1.1.ebuild b/x11-apps/xauth/xauth-1.1.ebuild deleted file mode 100644 index b1326e245890..000000000000 --- a/x11-apps/xauth/xauth-1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="X authority file utility" -IUSE="ipv6" -RESTRICT="test" # Depends on dead cmdtest package - -RDEPEND="x11-libs/libX11 - x11-libs/libXau - x11-libs/libXext - x11-libs/libXmu" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - ) - xorg-3_src_configure -}