Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
Date: Mon, 28 Mar 2016 19:56:21
Message-Id: 1459194941.c373f59d41d522b928183732340eaa0c9ee97ded.dilfridge@gentoo
1 commit: c373f59d41d522b928183732340eaa0c9ee97ded
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 13:35:59 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 19:55:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c373f59d
7
8 dev-perl/Module-Pluggable: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/Module-Pluggable/Manifest | 1 -
13 .../Module-Pluggable-4.700.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
17 index 9f9e2c7..9458923 100644
18 --- a/dev-perl/Module-Pluggable/Manifest
19 +++ b/dev-perl/Module-Pluggable/Manifest
20 @@ -1,2 +1 @@
21 -DIST Module-Pluggable-4.7.tar.gz 26906 SHA256 f7d9ae87f37ebf12e8ff6396554fb4bcd36291c53443e3fb0904a5955cb80fb5 SHA512 cede5dbcff3dfeeaa427047f8845e11c08e08f86be534ff2af9bdd562c5ca96b41acd94960e0f9b02cf4ae1cbc38a058a174ebc8bce2d60f68f9c2aeb96af9a5 WHIRLPOOL 0a7aef7df71673d1b846ccf5c7eb8db89935ece65b1433501d15d5c8c3e76e076e12d238f9a8c69f15722d3af7d4818a96a2021cbfd9b1bd9870109b0196b24a
22 DIST Module-Pluggable-5.2.tar.gz 26920 SHA256 b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 WHIRLPOOL af064c08187fc3ea2905ee2333a6a15485839a583bb89fa6d5733a8a0d3bd57fdcbec026a199f856041307f1b8195540179360d002b1dcc534b447f479fd9825
23
24 diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild
25 deleted file mode 100644
26 index 8f595c8..0000000
27 --- a/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -MODULE_AUTHOR=SIMONW
37 -MODULE_VERSION=4.7
38 -inherit perl-module
39 -
40 -DESCRIPTION="automatically give your module the ability to have plugins"
41 -
42 -SLOT="0"
43 -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"
44 -IUSE=""
45 -
46 -RDEPEND="virtual/perl-File-Spec"
47 -DEPEND="${RDEPEND}
48 - dev-perl/Module-Build
49 -"
50 -
51 -SRC_TEST="do"