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 AF858158094 for ; Fri, 23 Sep 2022 02:09:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E67E0B4C; Fri, 23 Sep 2022 02:09:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6CB72E0B48 for ; Fri, 23 Sep 2022 02:09:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 111C5340FDB for ; Fri, 23 Sep 2022 02:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 565E55EC for ; Fri, 23 Sep 2022 02:09:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663898933.283efcd1008a5389a8739e1c19253de022cc4f1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs4-acl-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild X-VCS-Directories: net-fs/nfs4-acl-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 283efcd1008a5389a8739e1c19253de022cc4f1c X-VCS-Branch: master Date: Fri, 23 Sep 2022 02:09:25 +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: 75357abd-3137-4d44-8096-101e26fef07c X-Archives-Hash: b7f3bf15efe7cc4aab6a69d6c1961198 commit: 283efcd1008a5389a8739e1c19253de022cc4f1c Author: Sam James gentoo org> AuthorDate: Fri Sep 23 02:00:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 23 02:08:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283efcd1 net-fs/nfs4-acl-tools: drop 0.3.7 Signed-off-by: Sam James gentoo.org> net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild | 25 ----------------------- 1 file changed, 25 deletions(-) diff --git a/net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild b/net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild deleted file mode 100644 index a8d5fbe0b115..000000000000 --- a/net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Commandline and GUI tools that deal directly with NFSv4 ACLs" -HOMEPAGE="https://git.linux-nfs.org/?p=bfields/nfs4-acl-tools.git;a=summary" -SRC_URI="https://linux-nfs.org/~bfields/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-apps/attr" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-0.3.5-jobserver-unavailable.patch ) - -src_prepare() { - default - eautoreconf -}