commit: 538d5a6f7e40496076d07ae8d521b769a275f042
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 10:39:16 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 10:39:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d5a6f
dev-perl/Dist-Zilla-Plugin-Config-Git: -r bump for EAPI7 + fixes
- EAPI7
- Fix incorrect LICENSE
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git
a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild
b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild
new file mode 100644
index 00000000000..8424d799f71
--- /dev/null
+++
b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BBYRD
+DIST_VERSION=0.92
+inherit perl-module
+
+DESCRIPTION="Plugin configuration containing settings for a Git repo"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Dist-Zilla-1.0.0
+ >=dev-perl/Moose-0.340.0
+ >=dev-perl/MooseX-Types-0.60.0
+ >=dev-perl/String-Errf-0.1.0
+ >=dev-perl/namespace-clean-0.60.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/Test-CheckDeps-0.10.0
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"