Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Sendmail/
Date: Wed, 01 Nov 2017 08:02:39
Message-Id: 1509523289.61041966119c616bd7a782ca41b602c1ef2b2e51.kentnl@gentoo
1 commit: 61041966119c616bd7a782ca41b602c1ef2b2e51
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 1 05:20:35 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 1 08:01:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61041966
7
8 dev-perl/Mail-Sendmail: Bump to version 0.800.0
9
10 - EAPI6
11 - Add basic compile tests
12 - Make it possible to execute network tests
13
14 Upstream:
15 - Simplify license to Perl
16 - Add experimental SMTP Auth
17 - Fix bug where refused RCPT TO does global abort
18 - send EHLO and parse response (Auth TODO)
19 - Better handle multi-line responses
20 - Better error messages
21 - Normalize line endings in headers
22 - Keep Sender header if used
23 - Remove space after RCPT TO and MAIL FROM header
24
25 Package-Manager: Portage-2.3.8, Repoman-2.3.3
26
27 .../Mail-Sendmail/Mail-Sendmail-0.800.0.ebuild | 50 ++++++++++++++++++++++
28 dev-perl/Mail-Sendmail/Manifest | 1 +
29 2 files changed, 51 insertions(+)
30
31 diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0.ebuild
32 new file mode 100644
33 index 00000000000..d9ca6ac0c36
34 --- /dev/null
35 +++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.800.0.ebuild
36 @@ -0,0 +1,50 @@
37 +# Copyright 1999-2017 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +DIST_AUTHOR=NEILB
43 +DIST_VERSION=0.80
44 +inherit perl-module
45 +
46 +DESCRIPTION="Simple platform independent mailer"
47 +
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
50 +IUSE=""
51 +
52 +RDEPEND="
53 + virtual/perl-Digest-MD5
54 + virtual/perl-Exporter
55 + virtual/perl-MIME-Base64
56 + virtual/perl-Socket
57 + virtual/perl-Time-Local
58 + virtual/perl-parent
59 +"
60 +DEPEND="${RDEPEND}
61 + virtual/perl-ExtUtils-MakeMaker
62 +"
63 +src_test() {
64 + local MODULES=(
65 + "Mail::Sendmail ${DIST_VERSION}"
66 + )
67 + local failed=()
68 + for dep in "${MODULES[@]}"; do
69 + ebegin "Compile testing ${dep}"
70 + perl -Mblib="${S}" -M"${dep} ()" -e1
71 + eend $? || failed+=( "$dep" )
72 + done
73 + if [[ ${failed[@]} ]]; then
74 + echo
75 + eerror "One or more modules failed compile:";
76 + for dep in "${failed[@]}"; do
77 + eerror " ${dep}"
78 + done
79 + die "Failing due to module compilation errors";
80 + fi
81 + if has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
82 + perl-module_src_test
83 + else
84 + ewarn "Network tests disabled without DIST_TEST_OVERRIDE=~network"
85 + fi
86 +}
87
88 diff --git a/dev-perl/Mail-Sendmail/Manifest b/dev-perl/Mail-Sendmail/Manifest
89 index 0dfcc3fb1d6..c8094218c5c 100644
90 --- a/dev-perl/Mail-Sendmail/Manifest
91 +++ b/dev-perl/Mail-Sendmail/Manifest
92 @@ -1 +1,2 @@
93 DIST Mail-Sendmail-0.79.tar.gz 16245 SHA256 8a5eb39d3b9a3a4219c6d6051328c62bd51e9b53723ee5b42cd66e8672e681b9 SHA512 5a39efa2f059e97b8da2d3e5f08fc30f7ac990dc7fe4f8df9580314e11c111884942335ab64af5dc4082d3a807381a8db281122237471888ecb92da6ee874e85 WHIRLPOOL 0f4ae23d70d070332347c84a726250caf63e5a7711f297c457d16b503b29920a50d9b3fe80336a363430b215c006a5e6241e4551c221d7331ec246def8f4d445
94 +DIST Mail-Sendmail-0.80.tar.gz 23537 SHA256 5b8a98cb5cc39d80441a38aab010885ddf80e6fcd8e6e0314392cb23e7c268e4 SHA512 848ec471938d679645dfb4e032a33d35e49655a336dc6ff3a24ffa35606bff77e73162af672d1a60ad3a7bf571113e802fc42d6cb9a072cdca0d89f707f54a08 WHIRLPOOL 9e59e46f359abd9ca5afd89ffef986de17f1a72569c0049dbac8a57049d94b55d14e478caf6aadd0d046b2f09a5c2df67a8562e3d2c7560a0bdb878439239079