From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 8B8C21395E3 for ; Mon, 21 Nov 2016 03:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8506BE0BC8; Mon, 21 Nov 2016 03:37:20 +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 5BB15E0BC8 for ; Mon, 21 Nov 2016 03:37:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93BD533FE7D for ; Mon, 21 Nov 2016 03:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A69591F2F for ; Mon, 21 Nov 2016 03:37:16 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1479699376.0c02ea61f4df6204301f66ca6623d73f0f51f1b2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Section/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Data-Section/Data-Section-0.200.6.ebuild dev-perl/Data-Section/Manifest dev-perl/Data-Section/metadata.xml X-VCS-Directories: dev-perl/Data-Section/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0c02ea61f4df6204301f66ca6623d73f0f51f1b2 X-VCS-Branch: master Date: Mon, 21 Nov 2016 03:37:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f69f5d76-9413-4242-8e40-2534ed529454 X-Archives-Hash: 493fb25a9e1908814723979a2484d279 commit: 0c02ea61f4df6204301f66ca6623d73f0f51f1b2 Author: Kent Fredric gentoo org> AuthorDate: Mon Nov 21 01:53:50 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Nov 21 03:36:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c02ea61 dev-perl/Data-Section: Add w/ version 0.200.6 Required for dev-perl/Dist-Zilla Previously maintained in ::perl-experimental since May 2009 by Torsten Veller and myself Package-Manager: portage-2.3.2 dev-perl/Data-Section/Data-Section-0.200.6.ebuild | 26 +++++++++++++++++++++++ dev-perl/Data-Section/Manifest | 1 + dev-perl/Data-Section/metadata.xml | 12 +++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-perl/Data-Section/Data-Section-0.200.6.ebuild b/dev-perl/Data-Section/Data-Section-0.200.6.ebuild new file mode 100644 index 00000000..2905e66 --- /dev/null +++ b/dev-perl/Data-Section/Data-Section-0.200.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=6 +DIST_AUTHOR=RJBS +DIST_VERSION=0.200006 +inherit perl-module + +DESCRIPTION="read multiple hunks of data out of your DATA section" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +# r: strict, warnings -> perl +RDEPEND=" + virtual/perl-Encode + >=dev-perl/MRO-Compat-0.90.0 + >=dev-perl/Sub-Exporter-0.979.0 +" +# t: base, lib, utf8 -> perl +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + dev-perl/Test-FailWarnings + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Data-Section/Manifest b/dev-perl/Data-Section/Manifest new file mode 100644 index 00000000..f23e795 --- /dev/null +++ b/dev-perl/Data-Section/Manifest @@ -0,0 +1 @@ +DIST Data-Section-0.200006.tar.gz 19396 SHA256 348501f99dab0adbe6d32143f4e79c2cbb6558c84d183cffc4c1275cacd35b5f SHA512 8e5cc644bbee6bccde66fbd2e622fb33cb45e0950cc48abd052d0698965f6903b01a3deac251c27106165903219531e33083305233f21651f49541feefdec1b2 WHIRLPOOL 37bc8d89a3dc0354e854524dff710418cebf816911f84daf86fb1e1e66238cde6c139a4428331a526e9a6100b5c6064cf94241ac60e94b908ddd2baa53efe654 diff --git a/dev-perl/Data-Section/metadata.xml b/dev-perl/Data-Section/metadata.xml new file mode 100644 index 00000000..216d9b6 --- /dev/null +++ b/dev-perl/Data-Section/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Data-Section + Data::Section + +