commit: bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 10:39:03 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 11:13:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3c4d64
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
.../Mail-Transport/Mail-Transport-3.0.0.ebuild | 29 ++++++++++++++++++++++
dev-perl/Mail-Transport/Manifest | 1 +
dev-perl/Mail-Transport/metadata.xml | 19 ++++++++++++++
3 files changed, 49 insertions(+)
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 00000000000..94e625a329b
--- /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 00000000000..b7f7aaabae4
--- /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 00000000000..9f77126858f
--- /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>[email protected]</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>