diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:13 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:17 -0400 |
commit | 809d3e12d8ee7c90de48e7e42badb71e94134619 (patch) | |
tree | aee938221607c3bc712448ca45a0cf3eee0e0f31 /dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild | |
parent | dev-perl/Dist-Zilla: Drop old versions (diff) | |
download | gentoo-809d3e12d8ee7c90de48e7e42badb71e94134619.tar.gz gentoo-809d3e12d8ee7c90de48e7e42badb71e94134619.tar.bz2 gentoo-809d3e12d8ee7c90de48e7e42badb71e94134619.zip |
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild')
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild deleted file mode 100644 index 74c8f9dceab1..000000000000 --- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=AKHUETTEL -DIST_VERSION=0.006 -inherit perl-module - -DESCRIPTION="Add per-file per-year copyright information" - -SLOT="0" -KEYWORDS="amd64 ~x86" - -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 -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" |