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 D9F941395E2 for ; Sat, 26 Nov 2016 13:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3034C21C080; Sat, 26 Nov 2016 13:51:15 +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 14BF921C080 for ; Sat, 26 Nov 2016 13:51:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DB9A133D3CE for ; Sat, 26 Nov 2016 13:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C241E48B for ; Sat, 26 Nov 2016 13:51:11 +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: <1480168260.4313cbceec957a3dfdac956975d381405392611c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Moment/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Time-Moment/Manifest dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild X-VCS-Directories: dev-perl/Time-Moment/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4313cbceec957a3dfdac956975d381405392611c X-VCS-Branch: master Date: Sat, 26 Nov 2016 13:51:11 +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: 3f634d1c-5e30-4cee-8893-feefd89719e4 X-Archives-Hash: e75a47fdb6fec67f4711630deb917e8b commit: 4313cbceec957a3dfdac956975d381405392611c Author: Kent Fredric gentoo org> AuthorDate: Sat Nov 26 13:50:20 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Nov 26 13:51:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4313cbce dev-perl/Time-Moment: Bump to version 0.390.0 - EAPI6 - Add USE="examples" Upstream: - Add "precision" and "with_precision" methods - Add {Western,Orthodox}EasterSunday() and NearestMinuteInterval adjusters Package-Manager: portage-2.3.2 dev-perl/Time-Moment/Manifest | 1 + dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild | 35 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-perl/Time-Moment/Manifest b/dev-perl/Time-Moment/Manifest index 5ff4608..296709c 100644 --- a/dev-perl/Time-Moment/Manifest +++ b/dev-perl/Time-Moment/Manifest @@ -1 +1,2 @@ DIST Time-Moment-0.38.tar.gz 150867 SHA256 0a8e3d77676f66095c15d63395cacf7dc283eccf1844ad3b718f4e18d9db74a1 SHA512 e287b66cf6dc902bd3748753246ff554a4f512cdfa41e84ac6dc1d6853d2ec37cf9a4de476914cee4582f2a2121fc14fc6d71e98efa6d8a4f0600aff883571aa WHIRLPOOL 7c151d3d6d10c5aaf335baa5581b6eea275072781d1ace9472da51553ac3d7d1479f2f2815920aa03d5b798bb45f119089156edb5602102fa32493e8a832ef39 +DIST Time-Moment-0.39.tar.gz 158045 SHA256 4cbbadb1f525a35061965475cafacac92a8fd9b2fcf654b19069170aee041b90 SHA512 40d421cafecaac0fc97fe7f6d353a3bbb54e85f34bac4ffb512c67419d6d86ecc5e7a547604847616c498492e9029f3f116bbd2ec1159f0f210a63fb8b568b51 WHIRLPOOL 8a92ef30cf186c1f5f93e9aefdbe76bfb62d57fcdf09ca24088e96a4fdb0f3b4df25524fcd1449367f503fcf923cc8aeadb376de168eb6669af5a54d3c1db9a4 diff --git a/dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild b/dev-perl/Time-Moment/Time-Moment-0.390.0.ebuild new file mode 100644 index 00000000..4b15629 --- /dev/null +++ b/dev-perl/Time-Moment/Time-Moment-0.390.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=CHANSEN +DIST_VERSION=0.39 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Represents a date and time of day with an offset from UTC" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +PATCHES=( + "${FILESDIR}/0.38-makefilepl.patch" +) +RDEPEND=" + virtual/perl-Carp + virtual/perl-Time-HiRes + >=virtual/perl-XSLoader-0.20.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + >=virtual/perl-ExtUtils-ParseXS-3.180.0 + test? ( + >=dev-perl/Test-Fatal-0.6.0 + >=dev-perl/Test-Number-Delta-1.60.0 + dev-perl/Test-Requires + >=virtual/perl-Test-Simple-0.880.0 + ) +"