From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2137F139084 for ; Mon, 4 Dec 2017 20:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D0C7E0F2A; Mon, 4 Dec 2017 20:36:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C883E0F2A for ; Mon, 4 Dec 2017 20:36:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CD3933D3C7 for ; Mon, 4 Dec 2017 20:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CECB7AE6F for ; Mon, 4 Dec 2017 20:36:46 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1512419790.f68ac982cd474b43ed8ed50a52a30042ea0b6b21.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Archive-Zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild dev-perl/Archive-Zip/Manifest X-VCS-Directories: dev-perl/Archive-Zip/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f68ac982cd474b43ed8ed50a52a30042ea0b6b21 X-VCS-Branch: master Date: Mon, 4 Dec 2017 20:36:46 +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: f8457aec-f613-4b83-9643-8066d609a3ae X-Archives-Hash: 2368d7a3c77b4fb25a83c4e542635a18 commit: f68ac982cd474b43ed8ed50a52a30042ea0b6b21 Author: Kent Fredric gentoo org> AuthorDate: Mon Dec 4 07:51:17 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Dec 4 20:36:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68ac982 dev-perl/Archive-Zip: Cleanup old re bug #614430 Remove old versions affected by '.' in @INC Closes: https://bugs.gentoo.org/614430 Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild | 27 --------------------- dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild | 29 ----------------------- dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild | 31 ------------------------- dev-perl/Archive-Zip/Manifest | 3 --- 4 files changed, 90 deletions(-) diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild deleted file mode 100644 index 136c31ce397..00000000000 --- a/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=PHRED -MODULE_VERSION=1.53 -inherit perl-module - -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" - -SLOT="0" -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" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Compress-Raw-Zlib-2.17.0 - >=virtual/perl-File-Spec-0.800.0 - virtual/perl-File-Temp - virtual/perl-IO -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( >=virtual/perl-Test-Simple-0.880.0 ) -" - -SRC_TEST="do parallel" diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild deleted file mode 100644 index c6ac4e7f8ab..00000000000 --- a/dev-perl/Archive-Zip/Archive-Zip-1.560.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PHRED -DIST_VERSION=1.56 -inherit perl-module - -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Compress-Raw-Zlib-2.17.0 - virtual/perl-File-Path - >=virtual/perl-File-Spec-0.800.0 - virtual/perl-File-Temp - virtual/perl-IO -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Test-MockModule - >=virtual/perl-Test-Simple-0.880.0 - ) -" diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild b/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild deleted file mode 100644 index fbec268a054..00000000000 --- a/dev-perl/Archive-Zip/Archive-Zip-1.570.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PHRED -DIST_VERSION=1.57 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="A wrapper that lets you read Zip archive members as if they were files" - -SLOT="0" -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" -IUSE="test" - -RDEPEND=" - >=virtual/perl-Compress-Raw-Zlib-2.17.0 - virtual/perl-File-Path - >=virtual/perl-File-Spec-0.800.0 - virtual/perl-File-Temp - virtual/perl-IO - virtual/perl-Time-Local -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Test-MockModule - >=virtual/perl-Test-Simple-0.880.0 - ) -" diff --git a/dev-perl/Archive-Zip/Manifest b/dev-perl/Archive-Zip/Manifest index e51f970e595..551f0a09e5b 100644 --- a/dev-perl/Archive-Zip/Manifest +++ b/dev-perl/Archive-Zip/Manifest @@ -1,4 +1 @@ -DIST Archive-Zip-1.53.tar.gz 189493 SHA256 c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9 SHA512 ddf2f518e31c41b31c1ee66c1b4c09c8e964f1f458c6403b9a0f2ff6f41e54284a8995db7c0d1a8b08143f464b02a38fc0162bde9c0ad13f38e8b44a575482b3 WHIRLPOOL 69970596329334bcba3059bc5661880de5ae2938f32303e84c5f9f440b473ba3b37c8886d10358b48055abf8baefce100ef0d40c9b43121a7bc00bf5e81d21e5 -DIST Archive-Zip-1.56.tar.gz 190124 SHA256 109f3ccaee5bc963144f700e96206c248dd83f855dffc9b796a76518c36400f8 SHA512 f636cfbc9cff43a153e20621ab1f155a8eb9395ae59a7d97ce1dfd6f82335f0b9600d09e37e7f3e16c1d8054bbf000a7ffcb44629337ce6a94ca0e191924e801 WHIRLPOOL 431f1cb58a47657df05b60b7b97ac46cfb568c137d2f0da33dd7a710f35411c92e6c7c23d9ace3bc7dc5349274786ae82d03943def0167ba18654315b2b87afc -DIST Archive-Zip-1.57.tar.gz 190218 SHA256 4238b4df7e5f244c684dec83f75c0fa56819c01c61f9314c91f6a60fd41d3694 SHA512 accf68cb2b7171cd244b8ff92dd9d24c945856700731cede249273a5d44364f9bd1008d06472befc1af9c2d1bc70706f5ac792bede54a58d22ac882f4f3c81aa WHIRLPOOL 5ff0a2e2c493848e6d6c449be8d9c21e7301a7b8473441be68218b91edf79073a568fc3b3848e0d5bb05a31ab844781f2b1ca2ec452a3dd9b740dc8b287c6137 DIST Archive-Zip-1.59.tar.gz 192151 BLAKE2B 1899ec51343250e496bc3121abea3e08cd49cd33289184ba9ef1486e9b6a3f643fb264d78f0c21d47d6889d1d50e905e9c5c6f79d385d5de2a47d41bd0102dc6 SHA512 ca9df48d770bf34945daa1721b9372ed90816b8a2a3d61523fc91c583ef545df169528093d6cd15fbc7e962ce0aab17f0fe8899fd35a6f0245c97b7cb379dd5f