forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Dist-Zilla-Plugin-VersionFromMainModule: Add w/v=0.40.0
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
1 parent
7270ef3
commit a6cb1e2
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...-Zilla-Plugin-VersionFromMainModule/Dist-Zilla-Plugin-VersionFromMainModule-0.40.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |