diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-10 19:03:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-10 19:20:38 +1200 |
commit | 71635e7575c739d8123257ab282bbd15b4735571 (patch) | |
tree | 5b78c442acc4f2c6e4920965d83d56da5067436f /dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild | |
parent | dev-perl/MIME-Base32: Cleanup old version 1.20.0 (diff) | |
download | gentoo-71635e7575c739d8123257ab282bbd15b4735571.tar.gz gentoo-71635e7575c739d8123257ab282bbd15b4735571.tar.bz2 gentoo-71635e7575c739d8123257ab282bbd15b4735571.zip |
dev-perl/Mail-Box-IMAP4: Cleanup old version 3.1.0
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild')
-rw-r--r-- | dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild deleted file mode 100644 index fa662c51d2e3..000000000000 --- a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MARKOV -DIST_VERSION=3.001 -inherit perl-module - -DESCRIPTION="Mail::Box connector via IMAP4" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/TimeDate - dev-perl/Digest-HMAC - virtual/perl-Digest-MD5 - virtual/perl-File-Spec - >=dev-perl/Mail-Box-3 - dev-perl/Mail-IMAPClient - >=dev-perl/Mail-Message-3 - >=dev-perl/Mail-Transport-3 - virtual/perl-Scalar-List-Utils - !!<dev-perl/Mail-Box-3 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -" |