summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild')
-rw-r--r--dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
deleted file mode 100644
index 7f57d64a6bbd..000000000000
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AKHUETTEL
-DIST_VERSION=0.006
-inherit perl-module
-
-DESCRIPTION="Add per-file per-year copyright information"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/DateTime
- dev-perl/Dist-Zilla
- dev-perl/Git-Wrapper
- >=dev-perl/List-MoreUtils-0.400.0
- >=virtual/perl-Scalar-List-Utils-1.330.0
- dev-perl/Moose
- dev-perl/Pod-Weaver
- dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"