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-CopyFilesFromBuild/
Date: Sun, 03 May 2020 14:51:42
Message-Id: 1588517287.aa848b9d6d71f2c339a9547ef5a13b7d97448e08.kentnl@gentoo
1 commit: aa848b9d6d71f2c339a9547ef5a13b7d97448e08
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 02:20:22 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 14:48:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa848b9d
7
8 dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild: Add w/v=0.170.880
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 ...illa-Plugin-CopyFilesFromBuild-0.170.880.ebuild | 44 ++++++++++++++++++++++
17 .../Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest | 1 +
18 .../metadata.xml | 12 ++++++
19 3 files changed, 57 insertions(+)
20
21 diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild
22 new file mode 100644
23 index 00000000000..2d216cc280c
24 --- /dev/null
25 +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild
26 @@ -0,0 +1,44 @@
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=RTHOMPSON
33 +DIST_VERSION=0.170880
34 +inherit perl-module
35 +
36 +DESCRIPTION="Copy (or move) specific files after building (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 + virtual/perl-IO
44 + dev-perl/Moose
45 + dev-perl/MooseX-Has-Sugar
46 + dev-perl/Path-Tiny
47 + >=virtual/perl-Scalar-List-Utils-1.330.0
48 + dev-perl/Set-Scalar
49 +"
50 +BDEPEND="${RDEPEND}
51 + virtual/perl-ExtUtils-MakeMaker
52 + test? (
53 + virtual/perl-Carp
54 + dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod
55 + virtual/perl-File-Spec
56 + dev-perl/Test-Exception
57 + dev-perl/Test-Most
58 + >=virtual/perl-Test-Simple-0.940.0
59 + virtual/perl-autodie
60 + )
61 +"
62 +PERL_RM_FILES=(
63 + "t/author-critic.t"
64 + "t/author-pod-coverage.t"
65 + "t/author-pod-syntax.t"
66 + "t/release-has-version.t"
67 + "t/release-kwalitee.t"
68 + "t/release-portability.t"
69 + "t/release-unused-vars.t"
70 +)
71
72 diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest
73 new file mode 100644
74 index 00000000000..1d686618c13
75 --- /dev/null
76 +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest
77 @@ -0,0 +1 @@
78 +DIST Dist-Zilla-Plugin-CopyFilesFromBuild-0.170880.tar.gz 19810 BLAKE2B cf81e1b3352f2e7c5a7e7da7ebfd1af6cc326b8b97f0b04338db6a26945aa418185016ad1af646cc7adb39a3ce3cf4b72ebe9b9de9e43471fcf28ccf8ddfd96c SHA512 b54b0547ac2955ae9ffdea1c53f77516e487fd7e7f00a22e5a0eb5d16d1f2f540d0036642bf160dbf93d74bacac879d4d9265578053b4244f469f5ace8ca38b3
79
80 diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml
81 new file mode 100644
82 index 00000000000..5ac9c3ffb54
83 --- /dev/null
84 +++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml
85 @@ -0,0 +1,12 @@
86 +<?xml version="1.0" encoding="UTF-8"?>
87 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 +<pkgmetadata>
89 + <maintainer type="project">
90 + <email>perl@g.o</email>
91 + <name>Gentoo Perl Project</name>
92 + </maintainer>
93 + <upstream>
94 + <remote-id type="cpan">Dist-Zilla-Plugin-CopyFilesFromBuild</remote-id>
95 + <remote-id type="cpan-module">Dist::Zilla::Plugin::CopyFilesFromBuild</remote-id>
96 + </upstream>
97 +</pkgmetadata>