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 04D8959CA9 for ; Mon, 28 Mar 2016 19:56:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D596221C00A; Mon, 28 Mar 2016 19:56: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 61A9321C00A for ; Mon, 28 Mar 2016 19:56: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 4D4B2340B8D for ; Mon, 28 Mar 2016 19:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F98386A for ; Mon, 28 Mar 2016 19:56:13 +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: <1459194941.c373f59d41d522b928183732340eaa0c9ee97ded.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Pluggable/Manifest dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild X-VCS-Directories: dev-perl/Module-Pluggable/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c373f59d41d522b928183732340eaa0c9ee97ded X-VCS-Branch: master Date: Mon, 28 Mar 2016 19:56:13 +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: be5ca058-043e-4357-a09f-d56906fa35be X-Archives-Hash: c3b6ec30ecca40a23150e8b259424970 commit: c373f59d41d522b928183732340eaa0c9ee97ded Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Mar 28 13:35:59 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Mar 28 19:55:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c373f59d dev-perl/Module-Pluggable: Remove old Package-Manager: portage-2.2.28 dev-perl/Module-Pluggable/Manifest | 1 - .../Module-Pluggable-4.700.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest index 9f9e2c7..9458923 100644 --- a/dev-perl/Module-Pluggable/Manifest +++ b/dev-perl/Module-Pluggable/Manifest @@ -1,2 +1 @@ -DIST Module-Pluggable-4.7.tar.gz 26906 SHA256 f7d9ae87f37ebf12e8ff6396554fb4bcd36291c53443e3fb0904a5955cb80fb5 SHA512 cede5dbcff3dfeeaa427047f8845e11c08e08f86be534ff2af9bdd562c5ca96b41acd94960e0f9b02cf4ae1cbc38a058a174ebc8bce2d60f68f9c2aeb96af9a5 WHIRLPOOL 0a7aef7df71673d1b846ccf5c7eb8db89935ece65b1433501d15d5c8c3e76e076e12d238f9a8c69f15722d3af7d4818a96a2021cbfd9b1bd9870109b0196b24a DIST Module-Pluggable-5.2.tar.gz 26920 SHA256 b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 WHIRLPOOL af064c08187fc3ea2905ee2333a6a15485839a583bb89fa6d5733a8a0d3bd57fdcbec026a199f856041307f1b8195540179360d002b1dcc534b447f479fd9825 diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild deleted file mode 100644 index 8f595c8..0000000 --- a/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=SIMONW -MODULE_VERSION=4.7 -inherit perl-module - -DESCRIPTION="automatically give your module the ability to have plugins" - -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-File-Spec" -DEPEND="${RDEPEND} - dev-perl/Module-Build -" - -SRC_TEST="do"