forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Mail-Message: Bump to version 3.2.0
Upstream: - Fix wrong license in documentation - Have some log-level on object already during init - new option 'filename' to Body->new - support for structured Authentication-Results header - decompose structured DKIM-Signature header - header length now considered when foldking encoded unstructured fields Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
1 parent
13637b0
commit f8505d9
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=MARKOV | ||
DIST_VERSION=3.002 | ||
inherit perl-module | ||
|
||
DESCRIPTION="General Message Object for MIME Messsage Handling" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
dev-perl/TimeDate | ||
>=virtual/perl-Encode-2.260.0 | ||
>=virtual/perl-File-Spec-0.700.0 | ||
dev-perl/IO-stringy | ||
virtual/perl-MIME-Base64 | ||
>=dev-perl/MIME-Types-1.4.0 | ||
>=dev-perl/MailTools-2.170.0 | ||
>=virtual/perl-Scalar-List-Utils-1.130.0 | ||
>=dev-perl/URI-1.230.0 | ||
>=dev-perl/User-Identity-0.940.0 | ||
!!<dev-perl/Mail-Box-3 | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
>=virtual/perl-Test-Simple-0.470.0 | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Mail-Message-3.000.tar.gz 250208 SHA256 3a70553d4898e783c0ae8645d6bb3c8fa1ed66f997627685a72119b02dd0be1d SHA512 90427e203006d71f2ee4fbb247f7fd2078ba5d4180a2a17f87596cc79909abd6960d3756b862a67d0a53e2f00f185f0b0f90a7ee503e6df7dda41bdc1abae80f WHIRLPOOL 101c2c9ef85613281f7b5d5d72f56d4f0125ad45c3df52569a036b7e8bd4745d4bc981c04d873af4e83e013ce71faacd380f415ca7552c7dd5831634a9029f7e | ||
DIST Mail-Message-3.002.tar.gz 256679 SHA256 a92f6752a2d58a25cd92fd8857097cf9c5f3cb3c26626937741cd13837beb298 SHA512 06aa8903ab9f4275916981c4a49a63741cef15161411e6b56ed58e08d539d1e3572e8eaa0bb77b7140e55beb60b8bfc2b26381295b5fcd82bb277652bd86c09e WHIRLPOOL 7468eff9feda8327227ed5b03fa6ea35ec730a39c43fdd64ad4e0c8bf63f1e9d5cca51772988add0961ceb3ee04aef22fa33817d201cf9c336ea746a03c8f90c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters