Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Archive-Zip/
Date: Mon, 04 Dec 2017 20:36:50
Message-Id: 1512419790.f68ac982cd474b43ed8ed50a52a30042ea0b6b21.kentnl@gentoo
1 commit: f68ac982cd474b43ed8ed50a52a30042ea0b6b21
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 07:51:17 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 20:36:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68ac982
7
8 dev-perl/Archive-Zip: Cleanup old re bug #614430
9
10 Remove old versions affected by '.' in @INC
11
12 Closes: https://bugs.gentoo.org/614430
13 Package-Manager: Portage-2.3.14, Repoman-2.3.6
14
15 dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild | 27 ---------------------
16 dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild | 29 -----------------------
17 dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild | 31 -------------------------
18 dev-perl/Archive-Zip/Manifest | 3 ---
19 4 files changed, 90 deletions(-)
20
21 diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild
22 deleted file mode 100644
23 index 136c31ce397..00000000000
24 --- a/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild
25 +++ /dev/null
26 @@ -1,27 +0,0 @@
27 -# Copyright 1999-2017 Gentoo Foundation
28 -# Distributed under the terms of the GNU General Public License v2
29 -
30 -EAPI=5
31 -
32 -MODULE_AUTHOR=PHRED
33 -MODULE_VERSION=1.53
34 -inherit perl-module
35 -
36 -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
37 -
38 -SLOT="0"
39 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
40 -IUSE="test"
41 -
42 -RDEPEND="
43 - >=virtual/perl-Compress-Raw-Zlib-2.17.0
44 - >=virtual/perl-File-Spec-0.800.0
45 - virtual/perl-File-Temp
46 - virtual/perl-IO
47 -"
48 -DEPEND="${RDEPEND}
49 - virtual/perl-ExtUtils-MakeMaker
50 - test? ( >=virtual/perl-Test-Simple-0.880.0 )
51 -"
52 -
53 -SRC_TEST="do parallel"
54
55 diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild
56 deleted file mode 100644
57 index c6ac4e7f8ab..00000000000
58 --- a/dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild
59 +++ /dev/null
60 @@ -1,29 +0,0 @@
61 -# Copyright 1999-2016 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -
66 -DIST_AUTHOR=PHRED
67 -DIST_VERSION=1.56
68 -inherit perl-module
69 -
70 -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
71 -
72 -SLOT="0"
73 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
74 -IUSE="test"
75 -
76 -RDEPEND="
77 - >=virtual/perl-Compress-Raw-Zlib-2.17.0
78 - virtual/perl-File-Path
79 - >=virtual/perl-File-Spec-0.800.0
80 - virtual/perl-File-Temp
81 - virtual/perl-IO
82 -"
83 -DEPEND="${RDEPEND}
84 - virtual/perl-ExtUtils-MakeMaker
85 - test? (
86 - dev-perl/Test-MockModule
87 - >=virtual/perl-Test-Simple-0.880.0
88 - )
89 -"
90
91 diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild
92 deleted file mode 100644
93 index fbec268a054..00000000000
94 --- a/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild
95 +++ /dev/null
96 @@ -1,31 +0,0 @@
97 -# Copyright 1999-2016 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -
102 -DIST_AUTHOR=PHRED
103 -DIST_VERSION=1.57
104 -DIST_EXAMPLES=("examples/*")
105 -inherit perl-module
106 -
107 -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files"
108 -
109 -SLOT="0"
110 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
111 -IUSE="test"
112 -
113 -RDEPEND="
114 - >=virtual/perl-Compress-Raw-Zlib-2.17.0
115 - virtual/perl-File-Path
116 - >=virtual/perl-File-Spec-0.800.0
117 - virtual/perl-File-Temp
118 - virtual/perl-IO
119 - virtual/perl-Time-Local
120 -"
121 -DEPEND="${RDEPEND}
122 - virtual/perl-ExtUtils-MakeMaker
123 - test? (
124 - dev-perl/Test-MockModule
125 - >=virtual/perl-Test-Simple-0.880.0
126 - )
127 -"
128
129 diff --git a/dev-perl/Archive-Zip/Manifest b/dev-perl/Archive-Zip/Manifest
130 index e51f970e595..551f0a09e5b 100644
131 --- a/dev-perl/Archive-Zip/Manifest
132 +++ b/dev-perl/Archive-Zip/Manifest
133 @@ -1,4 +1 @@
134 -DIST Archive-Zip-1.53.tar.gz 189493 SHA256 c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9 SHA512 ddf2f518e31c41b31c1ee66c1b4c09c8e964f1f458c6403b9a0f2ff6f41e54284a8995db7c0d1a8b08143f464b02a38fc0162bde9c0ad13f38e8b44a575482b3 WHIRLPOOL 69970596329334bcba3059bc5661880de5ae2938f32303e84c5f9f440b473ba3b37c8886d10358b48055abf8baefce100ef0d40c9b43121a7bc00bf5e81d21e5
135 -DIST Archive-Zip-1.56.tar.gz 190124 SHA256 109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8 SHA512 f636cfbc9cff43a153e20621ab1f155a8eb9395ae59a7d97ce1dfd6f82335f0b9600d09e37e7f3e16c1d8054bbf000a7ffcb44629337ce6a94ca0e191924e801 WHIRLPOOL 431f1cb58a47657df05b60b7b97ac46cfb568c137d2f0da33dd7a710f35411c92e6c7c23d9ace3bc7dc5349274786ae82d03943def0167ba18654315b2b87afc
136 -DIST Archive-Zip-1.57.tar.gz 190218 SHA256 4238b4df7e5f244c684dec83f75c0fa56819c01c61f9314c91f6a60fd41d3694 SHA512 accf68cb2b7171cd244b8ff92dd9d24c945856700731cede249273a5d44364f9bd1008d06472befc1af9c2d1bc70706f5ac792bede54a58d22ac882f4f3c81aa WHIRLPOOL 5ff0a2e2c493848e6d6c449be8d9c21e7301a7b8473441be68218b91edf79073a568fc3b3848e0d5bb05a31ab844781f2b1ca2ec452a3dd9b740dc8b287c6137
137 DIST Archive-Zip-1.59.tar.gz 192151 BLAKE2B 1899ec51343250e496bc3121abea3e08cd49cd33289184ba9ef1486e9b6a3f643fb264d78f0c21d47d6889d1d50e905e9c5c6f79d385d5de2a47d41bd0102dc6 SHA512 ca9df48d770bf34945daa1721b9372ed90816b8a2a3d61523fc91c583ef545df169528093d6cd15fbc7e962ce0aab17f0fe8899fd35a6f0245c97b7cb379dd5f