From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-Bzip2/
Date: Mon, 19 Jun 2017 12:31:16 +0000 (UTC) [thread overview]
Message-ID: <1497875450.622831bac2bcc8c24c232b93c323d8b2576d34d4.kentnl@gentoo> (raw)
commit: 622831bac2bcc8c24c232b93c323d8b2576d34d4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 12:30:50 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> 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
next reply other threads:[~2017-06-19 12:31 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-19 12:31 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-25 4:41 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-Bzip2/ Sam James
2024-06-25 4:14 Sam James
2024-05-25 7:35 Sam James
2021-10-12 20:18 Andreas K. Hüttel
2021-05-05 16:09 Sergei Trofimovich
2021-05-04 22:25 Sam James
2021-05-04 7:01 Agostino Sarubbo
2020-12-27 14:42 Fabian Groffen
2020-08-31 8:48 Kent Fredric
2020-07-24 0:07 Kent Fredric
2020-06-26 22:10 Kent Fredric
2018-10-15 19:03 Fabian Groffen
2017-05-22 9:25 Agostino Sarubbo
2017-05-21 8:09 Agostino Sarubbo
2017-04-11 21:53 Kent Fredric
2016-12-31 15:08 Andreas Hüttel
2016-12-30 11:12 Agostino Sarubbo
2016-12-30 9:39 Agostino Sarubbo
2016-03-26 16:39 Agostino Sarubbo
2015-12-30 12:05 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497875450.622831bac2bcc8c24c232b93c323d8b2576d34d4.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox