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-NameFromDirectory/
Date: Sun, 03 May 2020 14:51:43
Message-Id: 1588517316.5a9a091753c19f908a74f325f56bad1f59205b5e.kentnl@gentoo
1 commit: 5a9a091753c19f908a74f325f56bad1f59205b5e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 02:09:10 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 14:48:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9a0917
7
8 dev-perl/Dist-Zilla-Plugin-NameFromDirectory: Add w/v=0.40.0
9
10 Required by dev-perl/Dist-Milla, which may be useful in 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-NameFromDirectory-0.40.0.ebuild | 30 ++++++++++++++++++++++
17 .../Dist-Zilla-Plugin-NameFromDirectory/Manifest | 1 +
18 .../metadata.xml | 12 +++++++++
19 3 files changed, 43 insertions(+)
20
21 diff --git a/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Dist-Zilla-Plugin-NameFromDirectory-0.40.0.ebuild b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Dist-Zilla-Plugin-NameFromDirectory-0.40.0.ebuild
22 new file mode 100644
23 index 00000000000..031865994cb
24 --- /dev/null
25 +++ b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Dist-Zilla-Plugin-NameFromDirectory-0.40.0.ebuild
26 @@ -0,0 +1,30 @@
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.04
34 +inherit perl-module
35 +
36 +DESCRIPTION="Guess distribution name from the current directory"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="test"
40 +RESTRICT="!test? ( test )"
41 +RDEPEND="
42 + >=dev-perl/Dist-Zilla-4.300.30
43 + >=dev-perl/Path-Tiny-0.53.0
44 +"
45 +DEPEND="
46 + dev-perl/Module-Build-Tiny
47 +"
48 +BDEPEND="${RDEPEND}
49 + >=dev-perl/Module-Build-Tiny-0.34.0
50 + test? (
51 + >=virtual/perl-Test-Simple-0.880.0
52 + )
53 +"
54 +PERL_RM_FILES=(
55 + "t/author-pod-syntax.t"
56 +)
57
58 diff --git a/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest
59 new file mode 100644
60 index 00000000000..b3a8f5eb698
61 --- /dev/null
62 +++ b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest
63 @@ -0,0 +1 @@
64 +DIST Dist-Zilla-Plugin-NameFromDirectory-0.04.tar.gz 9766 BLAKE2B f7bd570781d15b48f80e46522c22b4f75ab8383d2d7784fbe6e9fdda699e86ef5675adf26b41b62867141ffd3d8093c1580ab9ff5ab412fdca41cb5e27834e0f SHA512 12f748cd62d8e039e3e3feb2e6b161036b3957f8f403bb867fbcd50105ee96e4a821224683b05ad6d574d13d882c980f0938996fd814c9e759773e81ad902d28
65
66 diff --git a/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml
67 new file mode 100644
68 index 00000000000..f0e8fe711dc
69 --- /dev/null
70 +++ b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml
71 @@ -0,0 +1,12 @@
72 +<?xml version="1.0" encoding="UTF-8"?>
73 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 +<pkgmetadata>
75 + <maintainer type="project">
76 + <email>perl@g.o</email>
77 + <name>Gentoo Perl Project</name>
78 + </maintainer>
79 + <upstream>
80 + <remote-id type="cpan">Dist-Zilla-Plugin-NameFromDirectory</remote-id>
81 + <remote-id type="cpan-module">Dist::Zilla::Plugin::NameFromDirectory</remote-id>
82 + </upstream>
83 +</pkgmetadata>