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: Sun, 27 Mar 2016 22:22:48
Message-Id: 1459117353.75369819545ae8c8b9d97a600e9ef4ef4b0b05b2.dilfridge@gentoo
1 commit: 75369819545ae8c8b9d97a600e9ef4ef4b0b05b2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 22:10:41 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 22:22:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75369819
7
8 dev-perl/Module-Pluggable: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/Module-Pluggable/Manifest | 2 --
13 .../Module-Pluggable-4.800.0.ebuild | 22 ------------------
14 .../Module-Pluggable-5.100.0.ebuild | 26 ----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
18 index bb701cc..9f9e2c7 100644
19 --- a/dev-perl/Module-Pluggable/Manifest
20 +++ b/dev-perl/Module-Pluggable/Manifest
21 @@ -1,4 +1,2 @@
22 DIST Module-Pluggable-4.7.tar.gz 26906 SHA256 f7d9ae87f37ebf12e8ff6396554fb4bcd36291c53443e3fb0904a5955cb80fb5 SHA512 cede5dbcff3dfeeaa427047f8845e11c08e08f86be534ff2af9bdd562c5ca96b41acd94960e0f9b02cf4ae1cbc38a058a174ebc8bce2d60f68f9c2aeb96af9a5 WHIRLPOOL 0a7aef7df71673d1b846ccf5c7eb8db89935ece65b1433501d15d5c8c3e76e076e12d238f9a8c69f15722d3af7d4818a96a2021cbfd9b1bd9870109b0196b24a
23 -DIST Module-Pluggable-4.8.tar.gz 27074 SHA256 a2b59788de632d4dfea0346d9264a007d5c3742c6055db063d400cf5acd2823d SHA512 161d7f4286907c99dc3e762aec1e0a6aec044f089896b73bb2413b015cad45da32efc4ec1ea6c5eafd8610791f80920282623fa768e80022f541d698b5d14ea7 WHIRLPOOL 6a9be74901f5ccc620e76529e4dd8f00cca92fd2d35d393cb76f1646d730583a4e629c0c8784cab3b3f5d8354d93256b4b13895b34735926ab2c60a1467ea62d
24 -DIST Module-Pluggable-5.1.tar.gz 29418 SHA256 e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f SHA512 2ed43516ff18f50ac494f6365296f42e7dfc6704a2b01d3661ca00c295ee378184757cb03381400fba8bc5f2df06241f2ee9ecf930af4d498b042c68069a670b WHIRLPOOL f07c1ebcad473d68bd4564bcfb44b5c140bb8960e9c544f2101d967cee0c8b27e1e67e137fc2be06ae383f23170055d4a2387c6b13c5b71dc16ea5437cd526a6
25 DIST Module-Pluggable-5.2.tar.gz 26920 SHA256 b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 WHIRLPOOL af064c08187fc3ea2905ee2333a6a15485839a583bb89fa6d5733a8a0d3bd57fdcbec026a199f856041307f1b8195540179360d002b1dcc534b447f479fd9825
26
27 diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild
28 deleted file mode 100644
29 index fd2864b..0000000
30 --- a/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild
31 +++ /dev/null
32 @@ -1,22 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -MODULE_AUTHOR=SIMONW
40 -MODULE_VERSION=4.8
41 -inherit perl-module
42 -
43 -DESCRIPTION="automatically give your module the ability to have plugins"
44 -
45 -SLOT="0"
46 -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"
47 -IUSE=""
48 -
49 -RDEPEND="virtual/perl-File-Spec"
50 -DEPEND="${RDEPEND}
51 - dev-perl/Module-Build
52 -"
53 -
54 -SRC_TEST="do"
55
56 diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild
57 deleted file mode 100644
58 index 18475cd..0000000
59 --- a/dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild
60 +++ /dev/null
61 @@ -1,26 +0,0 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -# $Id$
65 -
66 -EAPI=5
67 -
68 -MODULE_AUTHOR=SIMONW
69 -MODULE_VERSION=5.1
70 -inherit perl-module
71 -
72 -DESCRIPTION="Automatically give your module the ability to have plugins"
73 -
74 -SLOT="0"
75 -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"
76 -IUSE="test"
77 -
78 -RDEPEND="
79 - >=virtual/perl-File-Spec-3
80 - virtual/perl-if
81 -"
82 -DEPEND="${RDEPEND}
83 - >=dev-perl/Module-Build-0.380.0
84 - test? ( >=virtual/perl-Test-Simple-0.620.0 )
85 -"
86 -
87 -SRC_TEST="do parallel"