Skip to content

Commit

Permalink
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Add experimental package.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
akhuettel committed Jul 1, 2017
1 parent 4f90be6 commit 020e70a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=AKHUETTEL
DIST_VERSION=0.001
inherit perl-module

DESCRIPTION="Add per-file per-year copyright information"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
dev-perl/DateTime
dev-perl/Dist-Zilla
dev-perl/Git-Wrapper
dev-perl/List-MoreUtils
>=virtual/perl-Scalar-List-Utils-1.330.0
dev-perl/Moose
dev-perl/Pod-Weaver
dev-perl/namespace-autoclean
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
1 change: 1 addition & 0 deletions dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.001.tar.gz 3549 SHA256 43fdbdd3fff8aa0d258089102ad0f2368c18412403e8940458582e86166dbbc9 SHA512 5546b1cc21dd192ac3acb2254aedaf9487d329fbe38c41362e6ec4b8c65607f4fd674ce36493ede4294dab2b17418522419c5e8f4f722fe2933b5bceb94d3dc4 WHIRLPOOL 62d78a8c2cb30b35750103af1a34d6a654dbf4c24996cf14a404efbbbe36e275ddfaa5594d06c804a4cd3e382ff343dc6eed74b1a01c8bbee9110f65e2179c13
8 changes: 8 additions & 0 deletions dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit 020e70a

Please sign in to comment.