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-LicenseFromModule/
Date: Sun, 03 May 2020 14:51:44
Message-Id: 1588517308.bd3116beaf110df50db6a7471629c1ab04ea2239.kentnl@gentoo
1 commit: bd3116beaf110df50db6a7471629c1ab04ea2239
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 01:46:35 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 14:48:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3116be
7
8 dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Add w/v=0.70.0
9
10 Required by dev-perl/Dist-Milla, which may be useful for building
11 dev-perl/App-cpanminus from git sources
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 ...st-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild | 31 ++++++++++++++++++++++
17 .../Dist-Zilla-Plugin-LicenseFromModule/Manifest | 1 +
18 .../metadata.xml | 12 +++++++++
19 3 files changed, 44 insertions(+)
20
21 diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
22 new file mode 100644
23 index 00000000000..54e8c3e5743
24 --- /dev/null
25 +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.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=MIYAGAWA
33 +DIST_VERSION=0.07
34 +inherit perl-module
35 +
36 +DESCRIPTION="Extract License and Copyright from its main_module file"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="test"
40 +
41 +RDEPEND="
42 + >=dev-perl/Dist-Zilla-4.300.30
43 + >=virtual/perl-Module-Load-0.320.0
44 + dev-perl/Software-License
45 +"
46 +DEPEND="
47 + dev-perl/Module-Build-Tiny
48 +"
49 +BDEPEND="${RDEPEND}
50 + >=dev-perl/Module-Build-Tiny-0.34.0
51 + test? (
52 + dev-perl/JSON
53 + )
54 +"
55 +PERL_RM_FILES=(
56 + "t/author-pod-syntax.t"
57 +)
58
59 diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest
60 new file mode 100644
61 index 00000000000..ef8e1052ee8
62 --- /dev/null
63 +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest
64 @@ -0,0 +1 @@
65 +DIST Dist-Zilla-Plugin-LicenseFromModule-0.07.tar.gz 12340 BLAKE2B 52426d7fc4cd9bb071ef1b824b4964a426f3cbe8bdf578d060b716a3690fdc543426bea3e890b644b5a65d7a8c148790b01cdef84180b9f1c719cc53efa9897b SHA512 864aac4ae0961530021a027f823800b72aeeb0b64413fd7e011442a2c5aab87a2bf0191ffacf67787f54ef27456c9d4d1006bd9f2b028c539f51e645614d38db
66
67 diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml
68 new file mode 100644
69 index 00000000000..e4261876ba1
70 --- /dev/null
71 +++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/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-LicenseFromModule</remote-id>
82 + <remote-id type="cpan-module">Dist::Zilla::Plugin::LicenseFromModule</remote-id>
83 + </upstream>
84 +</pkgmetadata>