summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-18 23:55:12 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-19 00:13:35 +1300
commita4931c3be5aa7a2cb685376b527c187b5ff11c1f (patch)
tree828a47a84193fc34ef01123feb3b05b40996b485 /dev-perl/Mail-Box-IMAP4
parentdev-perl/Mail-Transport: Add w/ version 3.0.0 (diff)
downloadgentoo-a4931c3be5aa7a2cb685376b527c187b5ff11c1f.tar.gz
gentoo-a4931c3be5aa7a2cb685376b527c187b5ff11c1f.tar.bz2
gentoo-a4931c3be5aa7a2cb685376b527c187b5ff11c1f.zip
dev-perl/Mail-Box-IMAP4: Add w/ version 3.1.0
- Forked out of dev-perl/Mail-Box - Keywords preserved from Mail-Box - Hard blocks for file collision and circular building problems Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Mail-Box-IMAP4')
-rw-r--r--dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild32
-rw-r--r--dev-perl/Mail-Box-IMAP4/Manifest1
-rw-r--r--dev-perl/Mail-Box-IMAP4/metadata.xml20
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>