Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/
Date: Sun, 03 May 2020 14:51:47
Message-Id: 1588517353.a6cb1e238dff9a4fa8d8f4058002d6896ebfe62b.kentnl@gentoo
1 commit: a6cb1e238dff9a4fa8d8f4058002d6896ebfe62b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 02:01:45 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 14:49:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cb1e23
7
8 dev-perl/Dist-Zilla-Plugin-VersionFromMainModule: Add w/v=0.40.0
9
10 Required by dev-perl/Dist-Milla, used by git versions of
11 dev-perl/App-cpanminus
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 ...illa-Plugin-VersionFromMainModule-0.40.0.ebuild | 31 ++++++++++++++++++++++
17 .../Manifest | 1 +
18 .../metadata.xml | 12 +++++++++
19 3 files changed, 44 insertions(+)
20
21 diff --git a/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/Dist-Zilla-Plugin-VersionFromMainModule-0.40.0.ebuild b/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/Dist-Zilla-Plugin-VersionFromMainModule-0.40.0.ebuild
22 new file mode 100644
23 index 00000000000..1ce59c34f32
24 --- /dev/null
25 +++ b/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/Dist-Zilla-Plugin-VersionFromMainModule-0.40.0.ebuild
26 @@ -0,0 +1,31 @@
27 +# Copyright 2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=DROLSKY
33 +DIST_VERSION=0.04
34 +inherit perl-module
35 +
36 +DESCRIPTION="Set the distribution version from your main module's $VERSION"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="test"
40 +RESTRICT="!test? ( test )"
41 +RDEPEND="
42 + dev-perl/Dist-Zilla-Role-ModuleMetadata
43 + dev-perl/Dist-Zilla
44 + dev-perl/Moose
45 + dev-perl/namespace-autoclean
46 +"
47 +BDEPEND="${RDEPEND}
48 + virtual/perl-ExtUtils-MakeMaker
49 + test? (
50 + virtual/perl-File-Spec
51 + dev-perl/Path-Tiny
52 + dev-perl/Test-Deep
53 + dev-perl/Test-Fatal
54 + >=virtual/perl-Test-Simple-0.960.0
55 + virtual/perl-if
56 + )
57 +"
58
59 diff --git a/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/Manifest b/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/Manifest
60 new file mode 100644
61 index 00000000000..99aca959ff7
62 --- /dev/null
63 +++ b/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/Manifest
64 @@ -0,0 +1 @@
65 +DIST Dist-Zilla-Plugin-VersionFromMainModule-0.04.tar.gz 26063 BLAKE2B 4f00a5114d1e7f2514f68b3794711734a6b0ab38a40f96c570fd7e936a85a89e2e90f1cd3f751593fea0f611efb9458c5a0be201added544ac1d6375a724e235 SHA512 392b67f68b5fc25757635d2040d466838a3d93fde76eb5804c692ab3998c772f3654f36b42aa6b86ca1d7de23574e802ea079bd13c92be9783605c4ca5fe7424
66
67 diff --git a/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/metadata.xml b/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/metadata.xml
68 new file mode 100644
69 index 00000000000..9cc43293a3c
70 --- /dev/null
71 +++ b/dev-perl/Dist-Zilla-Plugin-VersionFromMainModule/metadata.xml
72 @@ -0,0 +1,12 @@
73 +<?xml version="1.0" encoding="UTF-8"?>
74 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 +<pkgmetadata>
76 + <maintainer type="project">
77 + <email>perl@g.o</email>
78 + <name>Gentoo Perl Project</name>
79 + </maintainer>
80 + <upstream>
81 + <remote-id type="cpan">Dist-Zilla-Plugin-VersionFromMainModule</remote-id>
82 + <remote-id type="cpan-module">Dist::Zilla::Plugin::VersionFromMainModule</remote-id>
83 + </upstream>
84 +</pkgmetadata>