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-CopyFilesFromRelease/
Date: Sun, 03 May 2020 14:51:42
Message-Id: 1588517291.05392c46760ef30936e4dbc2cc9b629cad31c341.kentnl@gentoo
1 commit: 05392c46760ef30936e4dbc2cc9b629cad31c341
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 02:38:36 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 14:48:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05392c46
7
8 dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease: Add w/v=0.6.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 ...-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild | 33 ++++++++++++++++++++++
17 .../Manifest | 1 +
18 .../metadata.xml | 12 ++++++++
19 3 files changed, 46 insertions(+)
20
21 diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
22 new file mode 100644
23 index 00000000000..397ddc88e34
24 --- /dev/null
25 +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
26 @@ -0,0 +1,33 @@
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=ETHER
33 +DIST_VERSION=0.006
34 +inherit perl-module
35 +
36 +DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="test"
40 +RESTRICT="!test? ( test )"
41 +RDEPEND="
42 + dev-perl/Dist-Zilla
43 + dev-perl/Moose
44 + dev-perl/Path-Tiny
45 +"
46 +DEPEND="
47 + dev-perl/Module-Build-Tiny
48 +"
49 +BDEPEND="${RDEPEND}
50 + >=dev-perl/Module-Build-Tiny-0.39.0
51 + test? (
52 + virtual/perl-ExtUtils-MakeMaker
53 + virtual/perl-File-Spec
54 + dev-perl/Test-Deep
55 + dev-perl/Test-Fatal
56 + >=virtual/perl-Test-Simple-0.880.0
57 + virtual/perl-if
58 + )
59 +"
60
61 diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
62 new file mode 100644
63 index 00000000000..02ea36f0e26
64 --- /dev/null
65 +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
66 @@ -0,0 +1 @@
67 +DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.006.tar.gz 26548 BLAKE2B 2aaa612c3a62e782f9e0ae35d9d1e54324151230f0b111d64927cc0f66ec185956cd5716746b137ffd8f8ff410804500566999f9656963c7731b1b8c2b65dbff SHA512 31ee120a168ae55ba96c5f5399f16a6cc7b7bef5d6c7d55d469f98530a3fa7e46ddc66509f83c25dcb01d425c750d65e364dc0e1065284671e0a2efe5b44d7b2
68
69 diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/metadata.xml
70 new file mode 100644
71 index 00000000000..a497f83ae69
72 --- /dev/null
73 +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/metadata.xml
74 @@ -0,0 +1,12 @@
75 +<?xml version="1.0" encoding="UTF-8"?>
76 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 +<pkgmetadata>
78 + <maintainer type="project">
79 + <email>perl@g.o</email>
80 + <name>Gentoo Perl Project</name>
81 + </maintainer>
82 + <upstream>
83 + <remote-id type="cpan">Dist-Zilla-Plugin-CopyFilesFromRelease</remote-id>
84 + <remote-id type="cpan-module">Dist::Zilla::Plugin::CopyFilesFromRelease</remote-id>
85 + </upstream>
86 +</pkgmetadata>