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 2E587139083 for ; Sat, 1 Apr 2017 20:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FE4421C039; Sat, 1 Apr 2017 19:59:59 +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 29ACE21C039 for ; Sat, 1 Apr 2017 19:59:59 +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 137883414C1 for ; Sat, 1 Apr 2017 19:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502BE2481 for ; Sat, 1 Apr 2017 19:59:56 +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: <1491076775.a1a37bafee5cca03b98094b42986c4af5b301dda.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Starter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Starter/Manifest dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild X-VCS-Directories: dev-perl/Module-Starter/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a1a37bafee5cca03b98094b42986c4af5b301dda X-VCS-Branch: master Date: Sat, 1 Apr 2017 19:59:56 +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: ffc5adfb-63de-499a-a55a-4fa89f2ca875 X-Archives-Hash: 5713953ab504c6c07b9fbee2b59f7166 commit: a1a37bafee5cca03b98094b42986c4af5b301dda Author: Kent Fredric gentoo org> AuthorDate: Sat Apr 1 19:58:53 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Apr 1 19:59:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a37baf dev-perl/Module-Starter: Bump to version 1.710.0 - Previous version 1.710 is secretly 1.600.0 :( , this is not broken in this version. - EAPI6 Upstream ( From 1.600.0 ) - Don't call getpwuid on windows - Fence tests for release testing - Add --fatalize option to generate code where warnings are fatal - Code generated without fatal warnings by default - Drop Path::Class and Module::Install::AuthorTests deps - Quote versions in generated code - Stop generating Module::Build::Compat code Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-perl/Module-Starter/Manifest | 1 + .../Module-Starter/Module-Starter-1.720.0.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-perl/Module-Starter/Manifest b/dev-perl/Module-Starter/Manifest index cf148447aa5..36897764076 100644 --- a/dev-perl/Module-Starter/Manifest +++ b/dev-perl/Module-Starter/Manifest @@ -1 +1,2 @@ DIST Module-Starter-1.60.tar.gz 53863 SHA256 b038188b609b3ad16406214242d547b886cfdb6c054e672d51ed8c9cb7805b7f SHA512 2fc25752974f3e9534244ac19c3ed451bb5e85aee1ea105ff6584b998107a20655a31d56b336ade6e9f5d627ab33f1b4a5bc108c83a00c74fe90e6f69b6d18b3 WHIRLPOOL 9c3198a09b532704499dd6b19d613c93a23554359b7d7ad1c698f1c1ede05c2a1733bbb6bb56f22ea0f352dd7de46088b48552da2bd9445f5ca605cd0c331963 +DIST Module-Starter-1.72.tar.gz 54725 SHA256 dd924c521538d96c0e4b5a5c911945aba42ed28f9b194c9ffe04f6f8aaf61e10 SHA512 ad9c75c4af92bb9bd030d75fb8f8a017a4b2f413bc623bd8ecb90e8ef18b4c7c9f684460faf48c8d080b02fcadd5462e7b4b9b601094e7c8c5d0e459489a8f95 WHIRLPOOL 02f5486e1a7f4c5286e3d5f3cef32b83db26d6062ccb2dbc9c4a267ccce91bd350811edc5ff11fac37c5afa4a6476c75e261f9f41ac137b9684c8ccba91f902d diff --git a/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild b/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild new file mode 100644 index 00000000000..4ec3397e378 --- /dev/null +++ b/dev-perl/Module-Starter/Module-Starter-1.720.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=DBOOK +DIST_VERSION=1.72 +inherit perl-module + +DESCRIPTION="A simple starter kit for any module" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-ExtUtils-Command + virtual/perl-File-Spec + virtual/perl-Getopt-Long + >=virtual/perl-Pod-Parser-1.210.0 + virtual/perl-parent +" +DEPEND="${RDEPEND} + test? ( + virtual/perl-Test-Simple + >=virtual/perl-Test-Harness-0.210.0 + ) +"