summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-05 15:51:24 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-05 15:51:24 +0000
commit7519e3b388597f75603eaabecb00e2c30804fb7d (patch)
treec23b7f09a0f0abfdbf359590435a2a8e127e6b68 /perl-core/Compress-Raw-Bzip2
parentAdd perl-5.20 version; remove old (diff)
downloadgentoo-2-7519e3b388597f75603eaabecb00e2c30804fb7d.tar.gz
gentoo-2-7519e3b388597f75603eaabecb00e2c30804fb7d.tar.bz2
gentoo-2-7519e3b388597f75603eaabecb00e2c30804fb7d.zip
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'perl-core/Compress-Raw-Bzip2')
-rw-r--r--perl-core/Compress-Raw-Bzip2/ChangeLog11
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.024.ebuild25
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.33.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.35.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.36.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.37.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.40.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.43.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.49.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.52.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.55.0.ebuild32
-rw-r--r--perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.59.0.ebuild32
12 files changed, 10 insertions, 346 deletions
diff --git a/perl-core/Compress-Raw-Bzip2/ChangeLog b/perl-core/Compress-Raw-Bzip2/ChangeLog
index 7436dfbf03c4..246a1bffb71f 100644
--- a/perl-core/Compress-Raw-Bzip2/ChangeLog
+++ b/perl-core/Compress-Raw-Bzip2/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for perl-core/Compress-Raw-Bzip2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/ChangeLog,v 1.64 2014/01/20 20:45:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/ChangeLog,v 1.65 2014/07/05 15:51:24 dilfridge Exp $
+
+ 05 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -Compress-Raw-Bzip2-2.024.ebuild, -Compress-Raw-Bzip2-2.33.ebuild,
+ -Compress-Raw-Bzip2-2.35.0.ebuild, -Compress-Raw-Bzip2-2.36.0.ebuild,
+ -Compress-Raw-Bzip2-2.37.0.ebuild, -Compress-Raw-Bzip2-2.40.0.ebuild,
+ -Compress-Raw-Bzip2-2.43.0.ebuild, -Compress-Raw-Bzip2-2.49.0.ebuild,
+ -Compress-Raw-Bzip2-2.52.0.ebuild, -Compress-Raw-Bzip2-2.55.0.ebuild,
+ -Compress-Raw-Bzip2-2.59.0.ebuild:
+ Remove old
20 Jan 2014; Mike Frysinger <vapier@gentoo.org>
Compress-Raw-Bzip2-2.024.ebuild, Compress-Raw-Bzip2-2.33.ebuild,
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.024.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.024.ebuild
deleted file mode 100644
index d8f54dbbe892..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.024.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.024.ebuild,v 1.11 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=PMQS
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=do
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.33.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.33.ebuild
deleted file mode 100644
index 7e0e8106725c..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.33.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.33.ebuild,v 1.4 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.033
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=do
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.35.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.35.0.ebuild
deleted file mode 100644
index 1a6a9cf3083c..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.35.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.35.0.ebuild,v 1.3 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.035
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.36.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.36.0.ebuild
deleted file mode 100644
index ec6aeaa6329c..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.36.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.36.0.ebuild,v 1.3 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.036
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.37.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.37.0.ebuild
deleted file mode 100644
index 954ff7c1bfbc..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.37.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.37.0.ebuild,v 1.3 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.037
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.40.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.40.0.ebuild
deleted file mode 100644
index a3318c50da5d..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.40.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.40.0.ebuild,v 1.2 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.040
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.43.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.43.0.ebuild
deleted file mode 100644
index f6d4f3f7124a..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.43.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.43.0.ebuild,v 1.2 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.043
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.49.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.49.0.ebuild
deleted file mode 100644
index 7cb39b0886e6..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.49.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.49.0.ebuild,v 1.3 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.049
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.52.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.52.0.ebuild
deleted file mode 100644
index 42db9c3d195a..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.52.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.52.0.ebuild,v 1.2 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.052
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.55.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.55.0.ebuild
deleted file mode 100644
index fc634d2fe195..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.55.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.55.0.ebuild,v 1.2 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.055
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}
diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.59.0.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.59.0.ebuild
deleted file mode 100644
index 65eb3a1bcfa8..000000000000
--- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.59.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.59.0.ebuild,v 1.2 2014/01/20 20:45:00 vapier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=PMQS
-MODULE_VERSION=2.059
-inherit perl-module
-
-DESCRIPTION="Low-Level Interface to bzip2 compression library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="app-arch/bzip2"
-DEPEND="${RDEPEND}"
-# test? ( dev-perl/Test-Pod )"
-
-SRC_TEST=parallel
-
-src_prepare() {
- rm -rf "${S}"/bzip2-src/ || die
- sed -i '/^bzip2-src/d' "${S}"/MANIFEST || die
- perl-module_src_prepare
-}
-
-src_configure(){
- BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \
- perl-module_src_configure
-}