commit: a7cff8715e37c021cba0a73e339395552316fec4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 10:08:52 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 10:08:52 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a7cff871
[cleanup] Carp-Always: Remove old versions
Package-Manager: portage-2.2.17
dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild | 25 -----------------
dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild | 36 -------------------------
dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild | 21 ---------------
3 files changed, 82 deletions(-)
diff --git a/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild
b/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild
deleted file mode 100644
index e9f7ca7..0000000
--- a/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FERREIRA
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="Warns and dies noisily with stack backtraces"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { true;}
-COMMON_DEPEND="
- $(comment virtual/perl-Carp)
- virtual/perl-Test-Simple
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild
b/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild
deleted file mode 100644
index 617f0ec..0000000
--- a/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FERREIRA
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION='Warns and dies noisily with stack backtraces'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # Test::Base
- echo dev-perl/Test-Base
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild
b/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild
deleted file mode 100644
index 6c068a3..0000000
--- a/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=FERREIRA
-MODULE_VERSION="0.09"
-inherit perl-module
-
-DESCRIPTION="Warns and dies noisily with stack backtraces"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND=""
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"