mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Dist-Zilla-Plugin-GithubMeta: Add w/v=0.580.0
Required by dev-perl/Dist-Milla, which may be useful for building dev-perl/App-cpanminus from git sources Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=BINGOS
|
||||
DIST_VERSION=0.58
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Automatically include GitHub meta information in META.yml"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/Dist-Zilla-4.101.582
|
||||
dev-perl/File-pushd
|
||||
virtual/perl-IPC-Cmd
|
||||
>=dev-perl/Moose-1.70.0
|
||||
>=dev-perl/MooseX-Types-URI-0.30.0
|
||||
dev-perl/Try-Tiny
|
||||
virtual/perl-version
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-IO
|
||||
dev-perl/Path-Tiny
|
||||
dev-perl/Test-Deep
|
||||
>=virtual/perl-Test-Simple-0.880.0
|
||||
)
|
||||
"
|
||||
PERL_RM_FILES=(
|
||||
"t/author-pod-coverage.t"
|
||||
"t/author-pod-syntax.t"
|
||||
)
|
||||
1
dev-perl/Dist-Zilla-Plugin-GithubMeta/Manifest
Normal file
1
dev-perl/Dist-Zilla-Plugin-GithubMeta/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Dist-Zilla-Plugin-GithubMeta-0.58.tar.gz 24022 BLAKE2B 11bca5db893324a650e37ade0c61fd9d6aedeb28f36a01e270d9104e2a6291b0e0a6b7779ddc46e6ad096d90a15db04aa31a7704e7fa9457a155cbdce60694f4 SHA512 27c0bceba35afbda4f88b70f83fcfbe6ff077c58355e576b8e08a3d451356eed187f812b76bbd41850b146a13d373f70dbeb738753265d3af214eb338e036372
|
||||
12
dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml
Normal file
12
dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml
Normal file
@@ -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>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">Dist-Zilla-Plugin-GithubMeta</remote-id>
|
||||
<remote-id type="cpan-module">Dist::Zilla::Plugin::GithubMeta</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user