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/File-chmod/
Date: Sat, 29 May 2021 14:12:45
Message-Id: 1622297549.7ffb45678dddb20526ecf18e74766524185e5ea3.dilfridge@gentoo
1 commit: 7ffb45678dddb20526ecf18e74766524185e5ea3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 14:10:07 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 14:12:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffb4567
7
8 dev-perl/File-chmod: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/File-chmod/File-chmod-0.420.0.ebuild | 32 ---------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
17 deleted file mode 100644
18 index 0eaaee965b3..00000000000
19 --- a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=XENO
28 -MODULE_VERSION=0.42
29 -inherit perl-module
30 -
31 -DESCRIPTION="Implements symbolic and ls chmod modes"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - virtual/perl-Carp
40 - virtual/perl-Exporter
41 -"
42 -DEPEND="${RDEPEND}
43 - virtual/perl-ExtUtils-MakeMaker
44 - test? (
45 - virtual/perl-File-Spec
46 - virtual/perl-File-Temp
47 - virtual/perl-IO
48 - virtual/perl-Test-Simple
49 - virtual/perl-autodie
50 - )
51 -"
52 -
53 -SRC_TEST=do