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 24456138334 for ; Sat, 21 Jul 2018 13:27:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E666E0848; Sat, 21 Jul 2018 13:27:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 88ADFE0848 for ; Sat, 21 Jul 2018 13:27:13 +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 62868335D1A for ; Sat, 21 Jul 2018 13:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9DA038D for ; Sat, 21 Jul 2018 13:27:07 +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: <1532179596.eb982b345a0d4d8a3f3d08580b8773da0608616e.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.420.0.ebuild X-VCS-Directories: dev-perl/Time-Moment/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: eb982b345a0d4d8a3f3d08580b8773da0608616e X-VCS-Branch: master Date: Sat, 21 Jul 2018 13:27:07 +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: 80516c2c-4d08-4b67-9337-a1b02ce8dafd X-Archives-Hash: 9fcb80f5658460602d6ae104b6790685 commit: eb982b345a0d4d8a3f3d08580b8773da0608616e Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 21 13:16:38 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 21 13:26:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb982b34 dev-perl/Time-Moment: Cleanup old version 0.420.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Time-Moment/Manifest | 1 - dev-perl/Time-Moment/Time-Moment-0.420.0.ebuild | 34 ------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-perl/Time-Moment/Manifest b/dev-perl/Time-Moment/Manifest index e133020e5dd..8daa0da13b5 100644 --- a/dev-perl/Time-Moment/Manifest +++ b/dev-perl/Time-Moment/Manifest @@ -1,2 +1 @@ -DIST Time-Moment-0.42.tar.gz 159651 BLAKE2B 7fa9f59e5494b11fe0400488631a6ec2a3b579caaee8336e1d894ae8cfc4d5230fcf8660dc74100736926be62ef57cc8f38d2853bf4fbb5b391d77bb628049d2 SHA512 e8015a461c39f3d3ad7d0ca03c0b1e1b5ed39b83bc16f12f00f35d36a4f34786a089ac4b86dcccd5b6e7da8a118873efc0cc2d6a60848bdbff7b7550285be6ab DIST Time-Moment-0.43.tar.gz 158585 BLAKE2B 75a80c589b1ba3c874fc3ce78a54ffa0d28558460a671182361c59d064ed249dc654b0260bda017a26bb1a36423ab61884f4dbf7a6adc9e412df231f5cfc0f54 SHA512 b7aeb132b4a6dcd6b207e2a071e66ae703763bd800047906f41dc069f27f36f095f5c7037a5cb306c8da29fab53b6f763eda114bfb0838dca260bb416f9dd6ed diff --git a/dev-perl/Time-Moment/Time-Moment-0.420.0.ebuild b/dev-perl/Time-Moment/Time-Moment-0.420.0.ebuild deleted file mode 100644 index d70f0edabc7..00000000000 --- a/dev-perl/Time-Moment/Time-Moment-0.420.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=CHANSEN -DIST_VERSION=0.42 -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 - ) -"