Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs4-acl-tools/
Date: Fri, 23 Sep 2022 02:09:30
Message-Id: 1663898933.283efcd1008a5389a8739e1c19253de022cc4f1c.sam@gentoo
1 commit: 283efcd1008a5389a8739e1c19253de022cc4f1c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 02:00:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 02:08:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283efcd1
7
8 net-fs/nfs4-acl-tools: drop 0.3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild | 25 -----------------------
13 1 file changed, 25 deletions(-)
14
15 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
16 deleted file mode 100644
17 index a8d5fbe0b115..000000000000
18 --- a/net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit autotools
27 -
28 -DESCRIPTION="Commandline and GUI tools that deal directly with NFSv4 ACLs"
29 -HOMEPAGE="https://git.linux-nfs.org/?p=bfields/nfs4-acl-tools.git;a=summary"
30 -SRC_URI="https://linux-nfs.org/~bfields/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -DEPEND="sys-apps/attr"
38 -RDEPEND="${DEPEND}"
39 -
40 -PATCHES=( "${FILESDIR}"/${PN}-0.3.5-jobserver-unavailable.patch )
41 -
42 -src_prepare() {
43 - default
44 - eautoreconf
45 -}