summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-18 23:39:03 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-19 00:13:34 +1300
commitbf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6 (patch)
treef0ce7c16d2ce671baf2d55f556d476132a0c93db
parentdev-perl/Mail-Message: Added at 3.0.0 (diff)
downloadgentoo-bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6.tar.gz
gentoo-bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6.tar.bz2
gentoo-bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6.zip
dev-perl/Mail-Transport: Add w/ version 3.0.0
- Forked out of dev-perl/Mail-Box - Keywords preserved from Mail-Box - Needs hardblock on Mail-Box due to File-Collisions and temporal breakage with Mail-Box testing itself against this. Package-Manager: Portage-2.3.4, Repoman-2.3.2
-rw-r--r--dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild29
-rw-r--r--dev-perl/Mail-Transport/Manifest1
-rw-r--r--dev-perl/Mail-Transport/metadata.xml19
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
new file mode 100644
index 000000000000..94e625a329bd
--- /dev/null
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=3.000
+inherit perl-module
+
+DESCRIPTION="Base class for Email Message Exchange"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=virtual/perl-File-Spec-0.700.0
+ virtual/perl-IO
+ >=dev-perl/Mail-Message-3
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-libnet
+ !!<dev-perl/Mail-Box-3
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Mail-Transport/Manifest b/dev-perl/Mail-Transport/Manifest
new file mode 100644
index 000000000000..b7f7aaabae4d
--- /dev/null
+++ b/dev-perl/Mail-Transport/Manifest
@@ -0,0 +1 @@
+DIST Mail-Transport-3.000.tar.gz 14839 SHA256 a725974524d109ec8d984be8015293c06e3ac34650f6b02b045ae147d5cb6231 SHA512 6a209aac34fd79141ce8559038a3e523e50338301391ff08e6450afc8494058afbe5c8930ac919a9e0c20227d1a3a5a08d7c6dd1a02641e94951923736772d4a WHIRLPOOL 0af845f670b20f293e08cece8a5b2025b80b67f277eeeba4a1dfe3aa6d7d568729beef3b63091bbfbf54061ca4d24c58ff4c5629b4ac31e7deda960a73ccffd7
diff --git a/dev-perl/Mail-Transport/metadata.xml b/dev-perl/Mail-Transport/metadata.xml
new file mode 100644
index 000000000000..9f77126858f7
--- /dev/null
+++ b/dev-perl/Mail-Transport/metadata.xml
@@ -0,0 +1,19 @@
+<?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-Transport</remote-id>
+ <remote-id type="cpan-module">Mail::Transport</remote-id>
+ <remote-id type="cpan-module">Mail::Transport::Exim</remote-id>
+ <remote-id type="cpan-module">Mail::Transport::Mailx</remote-id>
+ <remote-id type="cpan-module">Mail::Transport::Qmail</remote-id>
+ <remote-id type="cpan-module">Mail::Transport::Receive</remote-id>
+ <remote-id type="cpan-module">Mail::Transport::SMTP</remote-id>
+ <remote-id type="cpan-module">Mail::Transport::Send</remote-id>
+ <remote-id type="cpan-module">Mail::Transport::Sendmail</remote-id>
+ </upstream>
+</pkgmetadata>