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-StaticInstall/
Date: Sun, 03 May 2020 14:52:14
Message-Id: 1588517346.1517b718b46aafca9463f29baec3f8eb9ba3a070.kentnl@gentoo
1 commit: 1517b718b46aafca9463f29baec3f8eb9ba3a070
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 01:34:19 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 14:49:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1517b718
7
8 dev-perl/Dist-Zilla-Plugin-StaticInstall: Add w/v=0.12.0
9
10 Required by dev-perl/Dist-Milla, 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 .../Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild | 40 ++++++++++++++++++++++
17 dev-perl/Dist-Zilla-Plugin-StaticInstall/Manifest | 1 +
18 .../Dist-Zilla-Plugin-StaticInstall/metadata.xml | 12 +++++++
19 3 files changed, 53 insertions(+)
20
21 diff --git a/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild
22 new file mode 100644
23 index 00000000000..3e151824ccb
24 --- /dev/null
25 +++ b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Dist-Zilla-Plugin-StaticInstall-0.12.0.ebuild
26 @@ -0,0 +1,40 @@
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.012
34 +inherit perl-module
35 +
36 +DESCRIPTION="Identify a distribution as eligible for static installation"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="test"
40 +
41 +RDEPEND="
42 + >=dev-perl/Dist-Zilla-4.300.39
43 + dev-perl/Moose
44 + dev-perl/MooseX-Types
45 + dev-perl/Path-Tiny
46 + >=virtual/perl-Scalar-List-Utils-1.330.0
47 + >=virtual/perl-Term-ANSIColor-3.0.0
48 + dev-perl/autovivification
49 + dev-perl/namespace-autoclean
50 +"
51 +DEPEND="
52 + dev-perl/Module-Build-Tiny
53 +"
54 +BDEPEND="${RDEPEND}
55 + >=dev-perl/Module-Build-Tiny-0.34.0
56 + test? (
57 + virtual/perl-File-Spec
58 + virtual/perl-Module-Metadata
59 + dev-perl/Module-Runtime
60 + dev-perl/Test-Deep
61 + dev-perl/Test-Fatal
62 + dev-perl/Test-Needs
63 + >=virtual/perl-Test-Simple-0.960.0
64 + virtual/perl-if
65 + )
66 +"
67
68 diff --git a/dev-perl/Dist-Zilla-Plugin-StaticInstall/Manifest b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Manifest
69 new file mode 100644
70 index 00000000000..a2bd472e450
71 --- /dev/null
72 +++ b/dev-perl/Dist-Zilla-Plugin-StaticInstall/Manifest
73 @@ -0,0 +1 @@
74 +DIST Dist-Zilla-Plugin-StaticInstall-0.012.tar.gz 36998 BLAKE2B a5c4ea73657f4b1725600717a9c64f66d1c29151cff5123b07b9d59446fc03fb987fc83742978d8696042c7aeaea9c74a315d7b79e6e48574a329b279edf66d6 SHA512 4b5ad3a572127130154d85487791d69247d4b15a39fde366f228312854d59d59eb3113c9e2a4e6912b4b97f7e31fe47387a97ffb6dd53301183ad8fd394663c1
75
76 diff --git a/dev-perl/Dist-Zilla-Plugin-StaticInstall/metadata.xml b/dev-perl/Dist-Zilla-Plugin-StaticInstall/metadata.xml
77 new file mode 100644
78 index 00000000000..1b402630bcd
79 --- /dev/null
80 +++ b/dev-perl/Dist-Zilla-Plugin-StaticInstall/metadata.xml
81 @@ -0,0 +1,12 @@
82 +<?xml version="1.0" encoding="UTF-8"?>
83 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 +<pkgmetadata>
85 + <maintainer type="project">
86 + <email>perl@g.o</email>
87 + <name>Gentoo Perl Project</name>
88 + </maintainer>
89 + <upstream>
90 + <remote-id type="cpan">Dist-Zilla-Plugin-StaticInstall</remote-id>
91 + <remote-id type="cpan-module">Dist::Zilla::Plugin::StaticInstall</remote-id>
92 + </upstream>
93 +</pkgmetadata>