diff options
Diffstat (limited to 'dev-perl/Mail-Box-IMAP4')
-rw-r--r-- | dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Mail-Box-IMAP4/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Mail-Box-IMAP4/metadata.xml | 20 |
3 files changed, 53 insertions, 0 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 new file mode 100644 index 000000000000..fa662c51d2e3 --- /dev/null +++ b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild @@ -0,0 +1,32 @@ +# 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 + ) +" diff --git a/dev-perl/Mail-Box-IMAP4/Manifest b/dev-perl/Mail-Box-IMAP4/Manifest new file mode 100644 index 000000000000..3d0529b6dca9 --- /dev/null +++ b/dev-perl/Mail-Box-IMAP4/Manifest @@ -0,0 +1 @@ +DIST Mail-Box-IMAP4-3.001.tar.gz 41829 SHA256 48315c3716c66d86ef6dbd766a77d3f19f7d95bc47799bd0f0bc33ffe3563f05 SHA512 ba9ba1b706d90686755f65ca07d9052461607df02164931b3578c29e639a2a083c8f3354f2ae53d619a8b270ed4ddcbb91ea8669cf7740332243136d49f2bf81 WHIRLPOOL 452ecf26da48e1cbd333b57e53044bfc3f68671fb4bd040eec394ae205d692334b0f5b4856e13ebd4190e2921f1f1e97015936e2ddb37519cbadeef06cc35f13 diff --git a/dev-perl/Mail-Box-IMAP4/metadata.xml b/dev-perl/Mail-Box-IMAP4/metadata.xml new file mode 100644 index 000000000000..5ceb4cbec34f --- /dev/null +++ b/dev-perl/Mail-Box-IMAP4/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Mail-Box-IMAP4</remote-id> + <remote-id type="cpan-module">Mail::Box::IMAP4</remote-id> + <remote-id type="cpan-module">Mail::Box::IMAP4::Head</remote-id> + <remote-id type="cpan-module">Mail::Box::IMAP4::Message</remote-id> + <remote-id type="cpan-module">Mail::Server::IMAP4</remote-id> + <remote-id type="cpan-module">Mail::Server::IMAP4::Fetch</remote-id> + <remote-id type="cpan-module">Mail::Server::IMAP4::List</remote-id> + <remote-id type="cpan-module">Mail::Server::IMAP4::Search</remote-id> + <remote-id type="cpan-module">Mail::Server::IMAP4::User</remote-id> + <remote-id type="cpan-module">Mail::Transport::IMAP4</remote-id> + </upstream> +</pkgmetadata> |