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 31C1A139694 for ; Sat, 1 Apr 2017 13:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D1C3234010; Sat, 1 Apr 2017 13:05:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4DF79234010 for ; Sat, 1 Apr 2017 13:05:25 +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 04D6D34164D for ; Sat, 1 Apr 2017 13:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E00D73E9 for ; Sat, 1 Apr 2017 13:05:21 +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: <1491051901.8382e1e2b5f5e98ccddbb94a0d8c06e401014d5b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Flexible/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.260.0.ebuild dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild dev-perl/DateTime-Format-Flexible/Manifest X-VCS-Directories: dev-perl/DateTime-Format-Flexible/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8382e1e2b5f5e98ccddbb94a0d8c06e401014d5b X-VCS-Branch: master Date: Sat, 1 Apr 2017 13:05:21 +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: 34b8f630-dbac-40c6-94e6-a545cfb736dd X-Archives-Hash: dff8222c4195930e4bf979f49f027876 commit: 8382e1e2b5f5e98ccddbb94a0d8c06e401014d5b Author: Kent Fredric gentoo org> AuthorDate: Sat Apr 1 12:31:03 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Apr 1 13:05:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8382e1e2 dev-perl/DateTime-Format-Flexible: Remove old versions for bug #613590 Bug: https://bugs.gentoo.org/613590 Package-Manager: Portage-2.3.4, Repoman-2.3.2 .../DateTime-Format-Flexible-0.260.0.ebuild | 31 -------------------- .../DateTime-Format-Flexible-0.270.0.ebuild | 34 ---------------------- dev-perl/DateTime-Format-Flexible/Manifest | 2 -- 3 files changed, 67 deletions(-) diff --git a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.260.0.ebuild b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.260.0.ebuild deleted file mode 100644 index aa67f62725b..00000000000 --- a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.260.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=THINC -MODULE_VERSION=0.26 -inherit perl-module - -DESCRIPTION="Flexibly parse strings and turn them into DateTime objects" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/DateTime - >=dev-perl/DateTime-Format-Builder-0.740.0 - dev-perl/DateTime-TimeZone - dev-perl/List-MoreUtils - dev-perl/Module-Pluggable -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Test-MockTime - >=virtual/perl-Test-Simple-0.440.0 - ) -" - -SRC_TEST=do diff --git a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild b/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild deleted file mode 100644 index ccfd94ed6a6..00000000000 --- a/dev-perl/DateTime-Format-Flexible/DateTime-Format-Flexible-0.270.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=THINC -DIST_VERSION=0.27 -DIST_EXAMPLES=( "example/*" ) -inherit perl-module - -DESCRIPTION="Flexibly parse strings and turn them into DateTime objects" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/DateTime - >=dev-perl/DateTime-Format-Builder-0.740.0 - dev-perl/DateTime-TimeZone - dev-perl/List-MoreUtils - dev-perl/Module-Pluggable -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Test-MockTime - >=virtual/perl-Test-Simple-0.440.0 - ) -" -src_test() { - perl_rm_files t/002_pod.t t/003_podcoverage.t - perl-module_src_test -} diff --git a/dev-perl/DateTime-Format-Flexible/Manifest b/dev-perl/DateTime-Format-Flexible/Manifest index 7ff2f2d89af..944cfa1c9ca 100644 --- a/dev-perl/DateTime-Format-Flexible/Manifest +++ b/dev-perl/DateTime-Format-Flexible/Manifest @@ -1,3 +1 @@ -DIST DateTime-Format-Flexible-0.26.tar.gz 71862 SHA256 436efbc5e87cc385112e1c44336427fea32df670caf2b7d6dbb7a113ac6e693d SHA512 70f5d50fd97bede5790853b526ee8150ab86592fa3f34ee16b0f26268c190052701f16510de6465ade46c647b5d1750f5c9cccf4b48ae7eac1455d6cadc015a3 WHIRLPOOL 7a8fcd095ad0a214a7f4e8c969b28538226a480548eee751a1043e2915bab21c6eab94710fe866edeae7c83d181a82d9c036eb4b7e642494b32ffa5e399f28d1 -DIST DateTime-Format-Flexible-0.27.tar.gz 73579 SHA256 8354cbfa820a283df795a1d7e838cbb8429e32db6483d55bfb7e5ada2cd6ac4e SHA512 add6af39b204308231c8023f75305b277ee2094416e7aee71b0ec23c4136ddca88952c6e11d4fb3df6b09e22ccbb5098924418ba0b8dc2296039a5c8e72ab069 WHIRLPOOL f2d01bd162eb271635cb1377fb4fe7fa3fad55454ead1017675a0d736fee05aeac2dd2c3326bfcd99726f5f012b43243d3cab49e16b4ed647c6523ba863e04b5 DIST DateTime-Format-Flexible-0.28.tar.gz 73722 SHA256 658929a426e765c2cc155c3951078f7d9a570a03c5c693938080748181fec3bc SHA512 e74de1cf104a37cf832d5976fd450476a42b945a8fd03ab1ddea504e4041009534cef9e72a75a120ab3ed9a1af63fb05bd5876632b594db9e7f21f419678d2d8 WHIRLPOOL 83b55db6cafd522933832231c6ef70426dfaecb6c7d3075e3e81961013f3772b89e962e707f5a83ae4774f7939d213826523a6c7d7506d9636893fe2f42f5d16