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
This commit is contained in:
Kent Fredric
2017-03-18 23:39:03 +13:00
parent 1e4d7949fe
commit bf3c4d64f2
3 changed files with 49 additions and 0 deletions

View File

@@ -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
)
"

View File

@@ -0,0 +1 @@
DIST Mail-Transport-3.000.tar.gz 14839 SHA256 a725974524d109ec8d984be8015293c06e3ac34650f6b02b045ae147d5cb6231 SHA512 6a209aac34fd79141ce8559038a3e523e50338301391ff08e6450afc8494058afbe5c8930ac919a9e0c20227d1a3a5a08d7c6dd1a02641e94951923736772d4a WHIRLPOOL 0af845f670b20f293e08cece8a5b2025b80b67f277eeeba4a1dfe3aa6d7d568729beef3b63091bbfbf54061ca4d24c58ff4c5629b4ac31e7deda960a73ccffd7

View File

@@ -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>