Skip to content

Commit

Permalink
dev-perl/Dist-Zilla-Plugin-VersionFromMainModule: Add w/v=0.40.0
Browse files Browse the repository at this point in the history
Required by dev-perl/Dist-Milla, used by git versions of
dev-perl/App-cpanminus

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed May 3, 2020
1 parent 7270ef3 commit a6cb1e2
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=DROLSKY
DIST_VERSION=0.04
inherit perl-module

DESCRIPTION="Set the distribution version from your main module's $VERSION"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Dist-Zilla-Role-ModuleMetadata
dev-perl/Dist-Zilla
dev-perl/Moose
dev-perl/namespace-autoclean
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
dev-perl/Path-Tiny
dev-perl/Test-Deep
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
virtual/perl-if
)
"
1 change: 1 addition & 0 deletions dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Dist-Zilla-Plugin-VersionFromMainModule-0.04.tar.gz 26063 BLAKE2B 4f00a5114d1e7f2514f68b3794711734a6b0ab38a40f96c570fd7e936a85a89e2e90f1cd3f751593fea0f611efb9458c5a0be201added544ac1d6375a724e235 SHA512 392b67f68b5fc25757635d2040d466838a3d93fde76eb5804c692ab3998c772f3654f36b42aa6b86ca1d7de23574e802ea079bd13c92be9783605c4ca5fe7424
12 changes: 12 additions & 0 deletions dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Dist-Zilla-Plugin-VersionFromMainModule</remote-id>
<remote-id type="cpan-module">Dist::Zilla::Plugin::VersionFromMainModule</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit a6cb1e2

Please sign in to comment.