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 2B8651382C5 for ; Wed, 25 Apr 2018 08:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 529E8E09E1; Wed, 25 Apr 2018 08:03:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DA6BE09E1 for ; Wed, 25 Apr 2018 08:03: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 72FB2335C0C for ; Wed, 25 Apr 2018 08:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C419297 for ; Wed, 25 Apr 2018 08:03:04 +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: <1524643379.3e477b91b02d522f32e71477c68a9d6e3ab4a5d1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Calendar-Simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild dev-perl/Calendar-Simple/Manifest X-VCS-Directories: dev-perl/Calendar-Simple/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3e477b91b02d522f32e71477c68a9d6e3ab4a5d1 X-VCS-Branch: master Date: Wed, 25 Apr 2018 08:03:04 +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: 27c75a43-d9c5-4751-a39b-52ab09acd94c X-Archives-Hash: f74ada98daffd7879c5832d93d753e5e commit: 3e477b91b02d522f32e71477c68a9d6e3ab4a5d1 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 25 08:02:03 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 25 08:02:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e477b91 dev-perl/Calendar-Simple: Bump to version 1.230.0 - EAPI6 - Parallel tests Upstream: - Ensure passing a 4-digit year to timelocal() as recommended by documentation - Fix various permissions and +x bits Package-Manager: Portage-2.3.29, Repoman-2.3.9 .../Calendar-Simple/Calendar-Simple-1.230.0.ebuild | 25 ++++++++++++++++++++++ dev-perl/Calendar-Simple/Manifest | 1 + 2 files changed, 26 insertions(+) diff --git a/dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild b/dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild new file mode 100644 index 00000000000..96ccf2c1704 --- /dev/null +++ b/dev-perl/Calendar-Simple/Calendar-Simple-1.230.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DAVECROSS +DIST_VERSION=1.23 +inherit perl-module + +DESCRIPTION="Perl extension to create simple calendars" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Time-Local +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.28 + test? ( virtual/perl-Test-Simple ) +" + +PERL_RM_FILES=( "t/pod_coverage.t" "t/pod.t" ) diff --git a/dev-perl/Calendar-Simple/Manifest b/dev-perl/Calendar-Simple/Manifest index ad25df0099c..11d2b7329fb 100644 --- a/dev-perl/Calendar-Simple/Manifest +++ b/dev-perl/Calendar-Simple/Manifest @@ -1 +1,2 @@ DIST Calendar-Simple-1.21.tar.gz 7007 BLAKE2B e6e4f0528245dcff92b8c378418e47c719a954929f7b547a128099f13a1551be52c27e4ed5e3e9cec98b9599f87998c06965ee1c59a478d3f5e263a9745e439a SHA512 29ec836e774c5d3879c309eb58fdedddb12b146b382ed3c3cf014b602dd31edc7f4eff8929bd485968fa328931a589b4bde5cd87c3456b5665480ed51466252b +DIST Calendar-Simple-1.23.tar.gz 7989 BLAKE2B 24c25e60021e6210e06645a51fd068c7e0887b5273c83b3fc2cf632deef2530e548d6c3282807c8564d4999ce2f133303a9bb2e6a40ae0aaa77cfb11f205bb5e SHA512 3d024e3de896a20b837adfc4fbac2bcd1dce969ac426445573ae0975e189ffde906e7c25d3c6f0595a7e49d47a09cd3e9bdfb6810ca7c9e20f9e01a4ecb7ec49