dev-perl/Mail-Transport: Add w/ version 3.0.0
authorKent Fredric <kentnl@gentoo.org>
Sat, 18 Mar 2017 10:39:03 +0000 (23:39 +1300)
committerKent Fredric <kentnl@gentoo.org>
Sat, 18 Mar 2017 11:13:34 +0000 (00:13 +1300)
- 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

dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild [new file with mode: 0644]
dev-perl/Mail-Transport/Manifest [new file with mode: 0644]
dev-perl/Mail-Transport/metadata.xml [new file with mode: 0644]

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 (file)
index 0000000..94e625a
--- /dev/null
@@ -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 (file)
index 0000000..b7f7aaa
--- /dev/null
@@ -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 (file)
index 0000000..9f77126
--- /dev/null
@@ -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>