From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39A96139694 for ; Sat, 18 Mar 2017 11:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BF5221C168; Sat, 18 Mar 2017 11:21:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A90321C168 for ; Sat, 18 Mar 2017 11:21:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 130543412B7 for ; Sat, 18 Mar 2017 11:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69F206C69 for ; Sat, 18 Mar 2017 11:21:14 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1489835614.bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild dev-perl/Mail-Transport/Manifest dev-perl/Mail-Transport/metadata.xml X-VCS-Directories: dev-perl/Mail-Transport/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6 X-VCS-Branch: master Date: Sat, 18 Mar 2017 11:21:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0dbe2979-9a1e-4250-a297-a2cbd32bbf40 X-Archives-Hash: 79845abad2bd440fc9c85a191843f213 commit: bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6 Author: Kent Fredric gentoo org> AuthorDate: Sat Mar 18 10:39:03 2017 +0000 Commit: Kent Fredric gentoo 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 + !! + + + + perl@gentoo.org + Gentoo Perl Project + + + Mail-Transport + Mail::Transport + Mail::Transport::Exim + Mail::Transport::Mailx + Mail::Transport::Qmail + Mail::Transport::Receive + Mail::Transport::SMTP + Mail::Transport::Send + Mail::Transport::Sendmail + +