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 C0A93139694 for ; Mon, 19 Jun 2017 12:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11AF4E0BE9; Mon, 19 Jun 2017 12:31:20 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5DDDE0BE9 for ; Mon, 19 Jun 2017 12:31:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 625FF341809 for ; Mon, 19 Jun 2017 12:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B10A7467 for ; Mon, 19 Jun 2017 12:31:16 +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: <1497875450.622831bac2bcc8c24c232b93c323d8b2576d34d4.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-Bzip2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild dev-perl/Compress-Bzip2/Manifest X-VCS-Directories: dev-perl/Compress-Bzip2/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 622831bac2bcc8c24c232b93c323d8b2576d34d4 X-VCS-Branch: master Date: Mon, 19 Jun 2017 12:31:16 +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: 62673c31-bf52-41c1-8599-bb9189d61d36 X-Archives-Hash: d3b27a5a8b2b0e684da0b105598ad043 commit: 622831bac2bcc8c24c232b93c323d8b2576d34d4 Author: Kent Fredric gentoo org> AuthorDate: Mon Jun 19 12:30:50 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Jun 19 12:30:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622831ba dev-perl/Compress-Bzip2: Cleanup old re bug #615026 Remove versions broken by '.' in @INC removal Bug: https://bugs.gentoo.org/615026 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild | 26 ---------------------- .../Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild | 24 -------------------- dev-perl/Compress-Bzip2/Manifest | 2 -- 3 files changed, 52 deletions(-) diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild deleted file mode 100644 index 1980d206140..00000000000 --- a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_VERSION=2.22 -MODULE_AUTHOR=RURBAN -inherit perl-module - -DESCRIPTION="Interface to Bzip2 compression library" - -SLOT="0" -KEYWORDS="amd64 ia64 ~mips sparc x86 ~ppc-aix" -IUSE="test" - -RDEPEND=" - app-arch/bzip2 - virtual/perl-Carp - virtual/perl-File-Spec -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" - -SRC_TEST="do" diff --git a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild b/dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild deleted file mode 100644 index 15dcaba4895..00000000000 --- a/dev-perl/Compress-Bzip2/Compress-Bzip2-2.240.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_VERSION=2.24 -DIST_AUTHOR=RURBAN -inherit perl-module - -DESCRIPTION="Interface to Bzip2 compression library" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~mips ~sparc ~x86 ~ppc-aix" -IUSE="test" - -RDEPEND=" - app-arch/bzip2 - virtual/perl-Carp - virtual/perl-File-Spec -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" diff --git a/dev-perl/Compress-Bzip2/Manifest b/dev-perl/Compress-Bzip2/Manifest index 9c0973d0b6f..a0955796021 100644 --- a/dev-perl/Compress-Bzip2/Manifest +++ b/dev-perl/Compress-Bzip2/Manifest @@ -1,3 +1 @@ -DIST Compress-Bzip2-2.22.tar.gz 893952 SHA256 1603e284e07953415b8eaa132698db8b03f46383f883c0902926f36eecb7e895 SHA512 a7dbf80d2b05c03485d9412009a747ae4841f8ea1d499560e17886644e368e7d9b9b5cf053a3f1e540bfc5d1cd4ea055fa10e2c10c53688b1850e57e98257f95 WHIRLPOOL 3bac647c17d3a7e176b83acfb2615a0a1a2bdea89ee58ed91f47ae6c96c836c0f1e3ff37ff1b56e96196c04b953bbc7fa53e6048ec2d5c95348806c26295694b -DIST Compress-Bzip2-2.24.tar.gz 886898 SHA256 7956ac627fb373fae6effede3d21b3157122800224491b124afdd7bb426c8c3f SHA512 a451ea967911077dbb40a104ac527fe5ec7c626ec8d412526323463145fa119351b80f1393e5403add1ac2f01e3c44fb45623fdb13a15068fa4967f33833ee93 WHIRLPOOL af4e949a7dac32c44712d753525abe6a9d0151ba67dc31668d2a4bcc74661b122cba5040d0f87231afe3bf09bdf4b28e5c7542746f771ba4ea1debbda6bffe6c DIST Compress-Bzip2-2.26.tar.gz 886999 SHA256 5132f0c5f377a54d77ee36d332aa0ece585c22a40f2c31f2619e40262f5c4f0c SHA512 be1670303496a9f48989777468234d52276b34e6c0fdb6e99d2199134f353f1ee32e0489a3797ab3a2d4777bb5f03f78dff39f3bf75b8cc511b754da2b7e4959 WHIRLPOOL 2808b398d59aa4c50626f01f02c6549f6b9577029fa0395397d4b470f8b5c74df147757df0df492c385536e5e9fb698b299fdfea313ab119d80305c90a7482ef