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/Email-Simple: Bump to version 2.213.0
Upstream: - header and header_raw now take an optional argument $index, that allows access to the nth value of the named header instead of only the first. Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
1 parent
ed44e58
commit e85eafb
Showing
2 changed files
with
29 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,28 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=RJBS | ||
DIST_VERSION=2.213 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Simple parsing of RFC2822 message format and headers" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
dev-perl/Email-Date-Format | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
>=virtual/perl-CPAN-Meta-2.120.900 | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
virtual/perl-File-Spec | ||
) | ||
" |
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,3 +1,4 @@ | ||
DIST Email-Simple-2.206.tar.gz 37604 SHA256 42147dbe8ed9fbe4c8b02bc89491016880225444ec3219384e53285be4f0b7a5 SHA512 4980247a98e7192b47f7307245b66056e5e6a1fb684c262be6121d094c75e57b69884817b121ad632d515a4f06275ac91e716cbec400ce6a51a60433a0fbbbe1 WHIRLPOOL 5c33ff5ee33a016dee64740b81ca4491455183c8b324766fbd89eae3ca1a385fdd0c5a4c96992bac8c04637bce2d8a67d9ba58970144b214c7d9f0cfb617997e | ||
DIST Email-Simple-2.208.tar.gz 38289 SHA256 f13a83ecc41b4e72023066d865fc70dfbd85158d4e7722dca8249f54e0ec5be1 SHA512 fee04ac6dfef6c0f48899a3d95662fbb8f2b803969a7d317a6ee82b2f7de4dc0e7a14388d4589e04963d8d6377b7033f0b3f4c57f761b20d3001267bb80ec647 WHIRLPOOL b333e846245caee4fadfcc543c078688e4c2956335768f1b511f3ca33c2bc9a43a70e605facf1f3b7b7298d63356882110457782bc5834cb534d9bece59cfac8 | ||
DIST Email-Simple-2.211.tar.gz 38920 SHA256 1cb9527d093765c007818f1082cb69f55902fa844eb48c9967944702b950c4c5 SHA512 376609efdac99e8c92a1f8aede56b9cf762b560ae2fd8a05d2e981f74c4484b7961a8a85d4b8e66fca376515c11675f1c763a0c9fa036fde798da311cd64c8b9 WHIRLPOOL 4c10005affa1b2b0031bd7f1c51d1602a5a2a83fbdfe5ed0a0ae4dbdb8aa00be249b74216c01c3dafb04fafa3f50b5c2766a30dc6048a7d687054c0778ad10a5 | ||
DIST Email-Simple-2.213.tar.gz 39302 SHA256 cdb97a9d647231cc0f7207a31ed6ec5ffde6b8ac6504910dc378bf619ed57cc5 SHA512 78e026399ae0f2449c7c4a6b8c7839a60bc9385545dcf81318de0d7ae179bd8bd510a17138f4f8d6d38ecdd6bd6b973cac0a19674244b214ca218e248af0b49f WHIRLPOOL 44043192c22da5ba35ced7aee18acd8bc69aeeaf2373a30650172b4228bb394b75c1c56641caf2231f80c506c7f73959c17eb25b5c1824d727660425e1b443f3 |