diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 22:39:16 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-31 22:39:29 +1200 |
commit | 538d5a6f7e40496076d07ae8d521b769a275f042 (patch) | |
tree | fd988f61cdf87f37fa73faccfb7689c379a24c9e /dev-perl/Dist-Zilla-Plugin-Config-Git | |
parent | dev-ros/image_view: add missing deps (diff) | |
download | gentoo-538d5a6f7e40496076d07ae8d521b769a275f042.tar.gz gentoo-538d5a6f7e40496076d07ae8d521b769a275f042.tar.bz2 gentoo-538d5a6f7e40496076d07ae8d521b769a275f042.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-Config-Git')
-rw-r--r-- | dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
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 000000000000..8424d799f71e --- /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 + ) +" |