From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 61CC659CA9 for ; Sun, 27 Mar 2016 19:38:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F4E21C019; Sun, 27 Mar 2016 19:38:38 +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 B622D21C019 for ; Sun, 27 Mar 2016 19:38:37 +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 8A2BB3408EE for ; Sun, 27 Mar 2016 19:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5660E85E for ; Sun, 27 Mar 2016 19:38:35 +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: <1459107190.d97b6c63bda59ad07ec49b9b1d6cbce718415a94.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Find/Manifest dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild X-VCS-Directories: dev-perl/Module-Find/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d97b6c63bda59ad07ec49b9b1d6cbce718415a94 X-VCS-Branch: master Date: Sun, 27 Mar 2016 19:38:35 +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: f9954ec6-b907-4637-98b9-933153be7a22 X-Archives-Hash: 3b98c8183619728299ee5a7c1b244a78 commit: d97b6c63bda59ad07ec49b9b1d6cbce718415a94 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Mar 27 19:33:10 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Mar 27 19:33:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97b6c63 dev-perl/Module-Find: Remove old Package-Manager: portage-2.2.28 dev-perl/Module-Find/Manifest | 1 - dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-perl/Module-Find/Manifest b/dev-perl/Module-Find/Manifest index 643c7f5..ffcaf4e 100644 --- a/dev-perl/Module-Find/Manifest +++ b/dev-perl/Module-Find/Manifest @@ -1,2 +1 @@ -DIST Module-Find-0.11.tar.gz 5286 SHA256 650ddcc829cf274b860e7bb6e93204f90be1c0339d11ee008305e2452f67d397 SHA512 dd4648c97161e045167a061abe6ec0e166edb22d79aab3f34203f43d356abab7d05322744d864b923d6e1206ab35b791caa9edc35fe67e42aaaf5bf45b1f2733 WHIRLPOOL 24706bde94e82ef08697c13e8805adfdd7c9a016dd8edbd994f0d2a9fb8e89df73043846469850c1d843d22e931f3a5b58edac6a84737879a44fd639d4526800 DIST Module-Find-0.13.tar.gz 6459 SHA256 4a47862072ca4962fa69796907476049dc60176003e946cf4b68a6b669f18568 SHA512 86c6b845cddf884cdd13a5ac4982220cc0da66af3d17e92eec6714bf56607e6d414baec90e0e23e04876023df435c9ee2f4411f0f557e34ba4327b0a615a56dc WHIRLPOOL 8af416e8da1e453e0b9c73495d9de7e2d1053c512f31fff642eb5dd755d360c9d13ffb0206e930ba04dd296706b6e2155b0830dca7ec137ebfa08037e530237d diff --git a/dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild b/dev-perl/Module-Find/Module-Find-0.110.0-r1.ebuild deleted file mode 100644 index 31c79de..0000000 --- a/dev-perl/Module-Find/Module-Find-0.110.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=CRENZ -MODULE_VERSION=0.11 -inherit perl-module - -DESCRIPTION="Find and use installed modules in a (sub)category" - -SLOT="0" -KEYWORDS="amd64 x86 ~ppc-aix ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do