commit: 673c49ab750dd1a6a5814f1d40c110ea083ff18d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 5 04:04:19 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 5 04:04:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=673c49ab
[cleanup] Devel-PartialDump: Remove old versions
Package-Manager: portage-2.2.17
.../Devel-PartialDump-0.130.0.ebuild | 29 --------------------
.../Devel-PartialDump-0.140.0.ebuild | 31 ----------------------
2 files changed, 60 deletions(-)
diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild
b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild
deleted file mode 100644
index ccf74eb..0000000
--- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.130.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.13"
-inherit perl-module
-
-DESCRIPTION="Partial dumping of data structures, optimized for argument
printing."
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-COMMON_DEPEND="
- dev-perl/Moose
- >=dev-perl/namespace-clean-0.80.0
- dev-perl/Sub-Exporter
-"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- dev-perl/Test-use-ok
- dev-perl/Test-Warn
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild
b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild
deleted file mode 100644
index f7e6781..0000000
--- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="Partial dumping of data structures, optimized for argument
printing."
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- dev-perl/Moose
- virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
- >=dev-perl/namespace-clean-0.80.0
- dev-perl/Sub-Exporter
-"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- dev-perl/Test-use-ok
- >=dev-perl/Test-Warn-0.210.0
- )
-"
-SRC_TEST="do"