From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-958861-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6BE65139694
	for <garchives@archives.gentoo.org>; Sat,  1 Jul 2017 23:14:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B7C05214006;
	Sat,  1 Jul 2017 23:14:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8612F214006
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Jul 2017 23:14:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 411EB341740
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Jul 2017 23:14:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A967E7466
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Jul 2017 23:14:05 +0000 (UTC)
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" <dilfridge@gentoo.org>
Message-ID: <1498950274.020e70ac211087792e259a135d8a270fdfb7d366.dilfridge@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas Hüttel
X-VCS-Revision: 020e70ac211087792e259a135d8a270fdfb7d366
X-VCS-Branch: master
Date: Sat,  1 Jul 2017 23:14:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2da404b7-8be9-469f-8097-c94b9096abd2
X-Archives-Hash: a39f8c7576315a682f9cd4f3207b9103

commit:     020e70ac211087792e259a135d8a270fdfb7d366
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 23:04:21 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 23:04:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e70ac

dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Add experimental package.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild  | 28 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest |  1 +
 .../Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml  |  8 +++++++
 3 files changed, 37 insertions(+)

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
new file mode 100644
index 00000000000..bc6ca05ad82
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild
@@ -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
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
new file mode 100644
index 00000000000..88606ae032f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.001.tar.gz 3549 SHA256 43fdbdd3fff8aa0d258089102ad0f2368c18412403e8940458582e86166dbbc9 SHA512 5546b1cc21dd192ac3acb2254aedaf9487d329fbe38c41362e6ec4b8c65607f4fd674ce36493ede4294dab2b17418522419c5e8f4f722fe2933b5bceb94d3dc4 WHIRLPOOL 62d78a8c2cb30b35750103af1a34d6a654dbf4c24996cf14a404efbbbe36e275ddfaa5594d06c804a4cd3e382ff343dc6eed74b1a01c8bbee9110f65e2179c13

diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
@@ -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>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+</pkgmetadata>