diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-27 23:29:56 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-27 23:38:14 +0200 |
commit | c1db9bcbb6b27cd6522d5b870f18eb8fbf327579 (patch) | |
tree | f20b1a305c930ffe9768b4867277b4908cb5da74 | |
parent | dev-perl/Email-Send: Stable for all (diff) | |
download | gentoo-c1db9bcbb6b27cd6522d5b870f18eb8fbf327579.tar.gz gentoo-c1db9bcbb6b27cd6522d5b870f18eb8fbf327579.tar.bz2 gentoo-c1db9bcbb6b27cd6522d5b870f18eb8fbf327579.zip |
dev-perl/Email-Send: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/Email-Send/Email-Send-2.201.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/Email-Send/Email-Send-2.201.0.ebuild b/dev-perl/Email-Send/Email-Send-2.201.0.ebuild deleted file mode 100644 index de49650da227..000000000000 --- a/dev-perl/Email-Send/Email-Send-2.201.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=2.201 -inherit perl-module - -DESCRIPTION="Simply Sending Email" - -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/Email-Abstract - >=dev-perl/Email-Address-1.800.0 - >=dev-perl/Email-Simple-1.920.0 - virtual/perl-File-Spec - >=dev-perl/Module-Pluggable-2.970.0 - dev-perl/Return-Value - >=virtual/perl-Scalar-List-Utils-1.20.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-File-Temp - virtual/perl-IO - dev-perl/MIME-tools - dev-perl/MailTools - >=virtual/perl-Test-Simple-0.880.0 - ) -" - -SRC_TEST="do parallel" |