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 B9DE21395E4 for ; Mon, 21 Nov 2016 03:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07586E0BBD; 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 D5030E0BBD for ; Mon, 21 Nov 2016 03:37:19 +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 BF86C34121E for ; Mon, 21 Nov 2016 03:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6087C4A8 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: <1479699373.136716e610c7e7304361cfca37166a8d3aafd7b9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Errf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/String-Errf/Manifest dev-perl/String-Errf/String-Errf-0.8.0.ebuild dev-perl/String-Errf/metadata.xml X-VCS-Directories: dev-perl/String-Errf/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 136716e610c7e7304361cfca37166a8d3aafd7b9 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: d305afd1-2059-4a73-aa33-48582469da7e X-Archives-Hash: 1657d901131f190c3fc01226319ff873 commit: 136716e610c7e7304361cfca37166a8d3aafd7b9 Author: Kent Fredric gentoo org> AuthorDate: Mon Nov 21 01:37:05 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Nov 21 03:36:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136716e6 dev-perl/String-Errf: Add w/ version 0.8.0 Required by dev-perl/Dist-Zilla: dev-perl/Dist-Zilla -> dev-perl/Config-MVP -> dev-perl/Role-HasMessage -> dev-perl/String-Errf Previously maintained by myself and Torsten Veller in ::perl-experimental since Feb 2011 Package-Manager: portage-2.3.2 dev-perl/String-Errf/Manifest | 1 + dev-perl/String-Errf/String-Errf-0.8.0.ebuild | 35 +++++++++++++++++++++++++++ dev-perl/String-Errf/metadata.xml | 12 +++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-perl/String-Errf/Manifest b/dev-perl/String-Errf/Manifest new file mode 100644 index 00000000..9f3b01d --- /dev/null +++ b/dev-perl/String-Errf/Manifest @@ -0,0 +1 @@ +DIST String-Errf-0.008.tar.gz 21477 SHA256 ae136f783dac6587aea2d22d64ec205272153a83f954b075766e3d298a4ed6db SHA512 0684613c932ace4b7ee2f44a73a1bfd90ce195203ffb3da8ec5689d7ed912854490288d8e559cd97ff7af5b8c0486abdb357353c1dee4edbdc4b17ada56b156b WHIRLPOOL 358e0e076f7d8e8ea30f7cda318417070cf89a173ec210de8ec1b63376fb2a72e48c87abd25e137e0770e1cc71ac5741aaf9a4de8cab34a81e78212778d2e9d8 diff --git a/dev-perl/String-Errf/String-Errf-0.8.0.ebuild b/dev-perl/String-Errf/String-Errf-0.8.0.ebuild new file mode 100644 index 00000000..91d8050 --- /dev/null +++ b/dev-perl/String-Errf/String-Errf-0.8.0.ebuild @@ -0,0 +1,35 @@ +# 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.008 +inherit perl-module + +DESCRIPTION="a simple sprintf-like dialect" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# r: Scalar::Util -> Scalar-List-Utils +RDEPEND=" + virtual/perl-Carp + dev-perl/Params-Util + virtual/perl-Scalar-List-Utils + >=dev-perl/String-Formatter-0.102.81 + dev-perl/Sub-Exporter + virtual/perl-Time-Piece + virtual/perl-parent +" +# t: Date::Format -> TimeDate +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/TimeDate + virtual/perl-File-Spec + dev-perl/JSON-MaybeXS + >=virtual/perl-Test-Simple-0.960.0 + virtual/perl-autodie + ) +" diff --git a/dev-perl/String-Errf/metadata.xml b/dev-perl/String-Errf/metadata.xml new file mode 100644 index 00000000..512dde6 --- /dev/null +++ b/dev-perl/String-Errf/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + String-Errf + String::Errf + +