summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild')
-rw-r--r--dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
deleted file mode 100644
index f84627de8e09..000000000000
--- a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=2.206
-inherit perl-module
-
-DESCRIPTION="Simple parsing of RFC2822 message format and headers"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Email-Date-Format
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.960.0
- virtual/perl-File-Spec
- dev-perl/Capture-Tiny
- )
-"
-
-SRC_TEST="do parallel"