Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lchown/
Date: Tue, 22 Jun 2021 21:43:31
Message-Id: 1624398159.12bc52cec9f266d09b5a2de32e535dc9de3d2538.dilfridge@gentoo
1 commit: 12bc52cec9f266d09b5a2de32e535dc9de3d2538
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 21:42:39 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 21:42:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bc52ce
7
8 dev-perl/Lchown: Remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Lchown/Lchown-1.10.0-r2.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild b/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
17 deleted file mode 100644
18 index f3a84ba6380..00000000000
19 --- a/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=NCLEATON
28 -DIST_VERSION=1.01
29 -inherit perl-module
30 -
31 -DESCRIPTION="Use the lchown(2) system call from Perl"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND=""
38 -DEPEND="
39 - ${RDEPEND}
40 - dev-perl/Module-Build"
41 -src_test() {
42 - perl_rm_files t/pod-coverage.t t/pod.t
43 - perl-module_src_test
44 -}