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 0B1AC138334 for ; Sat, 18 Aug 2018 01:17:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E43E08A5; Sat, 18 Aug 2018 01:17:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 723AAE08A2 for ; Sat, 18 Aug 2018 01:17:12 +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 32A69335DA9 for ; Sat, 18 Aug 2018 01:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AC223B1 for ; Sat, 18 Aug 2018 01:17: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: <1534554961.91ce6d6b3fb21fc73c2b4dca5db2597375639718.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mo/Manifest dev-perl/Mo/Mo-0.390.0.ebuild X-VCS-Directories: dev-perl/Mo/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 91ce6d6b3fb21fc73c2b4dca5db2597375639718 X-VCS-Branch: master Date: Sat, 18 Aug 2018 01:17: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: 49434f27-d48c-4f0e-9a40-f973cfeadc11 X-Archives-Hash: 3a46159131f8eb81f9138781d8f92ea1 commit: 91ce6d6b3fb21fc73c2b4dca5db2597375639718 Author: Kent Fredric gentoo org> AuthorDate: Fri Aug 17 06:08:33 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Aug 18 01:16:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ce6d6b dev-perl/Mo: Cleanup old version 0.390.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Mo/Manifest | 1 - dev-perl/Mo/Mo-0.390.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-perl/Mo/Manifest b/dev-perl/Mo/Manifest index 30bbbe810ba..c2e31bafb2a 100644 --- a/dev-perl/Mo/Manifest +++ b/dev-perl/Mo/Manifest @@ -1,2 +1 @@ -DIST Mo-0.39.tar.gz 39176 BLAKE2B a840a77fd647b7029a584d3f2996538b4ca32802eb097e50f4e8b9141b35ac53e84aa2f76cc8da193bc772a18f993e2f1a44b36cc1ed776dbfe290a44513be2d SHA512 23f570272b91f6d09361afa35bebf355ca3db64899e52be84beb84ceda7e2daff1b0dc9700c96c365fa6a398409caf1ce9b067879a4601427553d1da14cfc54b DIST Mo-0.40.tar.gz 40135 BLAKE2B 8036985379de2fc03e8118abcc99c35a487a8ec64a28e5f599fb70313724858a2e7dd499569fc2b2afed92ce4e1ab0fb5c3ec5e245871b9685beb69ce8145033 SHA512 084756b11ebb9d9e01cc27484b14429cf1de5640fa0675f6ae1d665886de301321665e53af9144606ed46225d56bd18750c21d9eac8dea0161596599d65219b3 diff --git a/dev-perl/Mo/Mo-0.390.0.ebuild b/dev-perl/Mo/Mo-0.390.0.ebuild deleted file mode 100644 index a0e82b8cb4f..00000000000 --- a/dev-perl/Mo/Mo-0.390.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=INGY -MODULE_VERSION=0.39 -inherit perl-module - -DESCRIPTION="Perl Micro Object framework" -HOMEPAGE="https://metacpan.org/pod/distribution/Mo/lib/Mo.pod" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND}" - -SRC_TEST="do"