Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
Date: Sat, 01 Jul 2017 23:14:10
Message-Id: 1498950274.020e70ac211087792e259a135d8a270fdfb7d366.dilfridge@gentoo
1 commit: 020e70ac211087792e259a135d8a270fdfb7d366
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 23:04:21 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 23:04:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e70ac
7
8 dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Add experimental package.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild | 28 ++++++++++++++++++++++
13 dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 +
14 .../Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml | 8 +++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild
18 new file mode 100644
19 index 00000000000..bc6ca05ad82
20 --- /dev/null
21 +++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild
22 @@ -0,0 +1,28 @@
23 +# Copyright 1999-2017 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +DIST_AUTHOR=AKHUETTEL
29 +DIST_VERSION=0.001
30 +inherit perl-module
31 +
32 +DESCRIPTION="Add per-file per-year copyright information"
33 +
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="
39 + dev-perl/DateTime
40 + dev-perl/Dist-Zilla
41 + dev-perl/Git-Wrapper
42 + dev-perl/List-MoreUtils
43 + >=virtual/perl-Scalar-List-Utils-1.330.0
44 + dev-perl/Moose
45 + dev-perl/Pod-Weaver
46 + dev-perl/namespace-autoclean
47 +"
48 +DEPEND="${RDEPEND}
49 + virtual/perl-ExtUtils-MakeMaker
50 +"
51
52 diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
53 new file mode 100644
54 index 00000000000..88606ae032f
55 --- /dev/null
56 +++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
57 @@ -0,0 +1 @@
58 +DIST Dist-Zilla-Plugin-AuthorsFromGit-0.001.tar.gz 3549 SHA256 43fdbdd3fff8aa0d258089102ad0f2368c18412403e8940458582e86166dbbc9 SHA512 5546b1cc21dd192ac3acb2254aedaf9487d329fbe38c41362e6ec4b8c65607f4fd674ce36493ede4294dab2b17418522419c5e8f4f722fe2933b5bceb94d3dc4 WHIRLPOOL 62d78a8c2cb30b35750103af1a34d6a654dbf4c24996cf14a404efbbbe36e275ddfaa5594d06c804a4cd3e382ff343dc6eed74b1a01c8bbee9110f65e2179c13
59
60 diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
61 new file mode 100644
62 index 00000000000..2b9a936fc0a
63 --- /dev/null
64 +++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
65 @@ -0,0 +1,8 @@
66 +<?xml version="1.0" encoding="UTF-8"?>
67 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 +<pkgmetadata>
69 + <maintainer type="project">
70 + <email>perl@g.o</email>
71 + <name>Gentoo Perl Project</name>
72 + </maintainer>
73 +</pkgmetadata>