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 1D9C01382E7 for ; Mon, 4 Jul 2016 21:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A49E4E0B4D; Mon, 4 Jul 2016 21:39:18 +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 0D085E0B52 for ; Mon, 4 Jul 2016 21:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B329E340DEF for ; Mon, 4 Jul 2016 21:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 267BD2445 for ; Mon, 4 Jul 2016 21:39:14 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1467668184.9d2103b7c5a8c5ca806abe077199797b4c44245c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Duration-Parse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Time-Duration-Parse/Manifest dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.60.0-r1.ebuild X-VCS-Directories: dev-perl/Time-Duration-Parse/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 9d2103b7c5a8c5ca806abe077199797b4c44245c X-VCS-Branch: master Date: Mon, 4 Jul 2016 21:39:14 +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: 2c768313-ef63-4154-9eb5-089048d5c4a4 X-Archives-Hash: 122364907362013c529efd8c4953e18a commit: 9d2103b7c5a8c5ca806abe077199797b4c44245c Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jul 4 21:36:24 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Jul 4 21:36:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2103b7 dev-perl/Time-Duration-Parse: Remove old Package-Manager: portage-2.3.0 dev-perl/Time-Duration-Parse/Manifest | 1 - .../Time-Duration-Parse-0.60.0-r1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-perl/Time-Duration-Parse/Manifest b/dev-perl/Time-Duration-Parse/Manifest index df2ece8..ef6e041 100644 --- a/dev-perl/Time-Duration-Parse/Manifest +++ b/dev-perl/Time-Duration-Parse/Manifest @@ -1,2 +1 @@ -DIST Time-Duration-Parse-0.06.tar.gz 19361 SHA256 e88f0e1c322b477ec98fb295324bc78657ce25aa53cb353656f01241ea7fe4db SHA512 846eea74ce9b4882abb667ee92151b19ea8c4788631097b3a98fc621abc1bcb3f97f50a08f3346aa93cc4c0bd609afa848eae38194dc085061b4c82a818ccf55 WHIRLPOOL f5912593ffb938020a58cfedeea13910b53d5b51acdc9595255c9dcf606cb46362dc611eb2dec2fe43fec3a56fc413940876660813cb894e70e2112251d27034 DIST Time-Duration-Parse-0.13.tar.gz 11604 SHA256 414a184a41ff06a19c76f9ae30e6285056eb69aae60af99bc9edf8a8e16fce29 SHA512 2732f6053dbc672d92a4efddab6e767f81bf1386f7b232fe1d1debe551d406b27c222c2173f9771f302bb928dac96edeb1ef3dfd0fe67d46315f671c7ad1a5b4 WHIRLPOOL d72b64e4557f8d2635872ef4226787d9f4e0f62ec89dd00869b538de01ca22c30cb1c914108e93322015b8d1086dae042bcbb7598fbcb89836c4b52408f95218 diff --git a/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.60.0-r1.ebuild b/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.60.0-r1.ebuild deleted file mode 100644 index 45b0f14..0000000 --- a/dev-perl/Time-Duration-Parse/Time-Duration-Parse-0.60.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=MIYAGAWA -MODULE_VERSION=0.06 -inherit perl-module - -DESCRIPTION="Parse string that represents time duration" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/Exporter-Lite - dev-perl/Time-Duration" -DEPEND="${RDEPEND}" - -SRC_TEST=do