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-Address-List: Bump to 0.60.0
Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <[email protected]>
- Loading branch information
1 parent
f838bd8
commit bf73cea
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
dev-perl/Email-Address-List/Email-Address-List-0.60.0.ebuild
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,30 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=BPS | ||
DIST_VERSION=0.06 | ||
inherit perl-module | ||
|
||
DESCRIPTION="RFC close address list parsing" | ||
|
||
LICENSE="Artistic-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="test" | ||
|
||
RDEPEND="dev-perl/Email-Address" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
dev-perl/JSON | ||
virtual/perl-Test-Simple | ||
) | ||
" | ||
src_prepare() { | ||
sed 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' \ | ||
-i Makefile.PL || | ||
die "Can't patch Makefile.PL for 5.26+ dot-in-inc" | ||
perl-module_src_prepare | ||
} |
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 Email-Address-List-0.05.tar.gz 29394 BLAKE2B b0150c44f9e860a53ef4567bfef6c2ba484653b8350c5f70ebea34b33ec3844ffbbc03f755089832a9b7ed2983b90025c350eecd4ab46c020d0e3d31edcdebf4 SHA512 cfb7ea59de8c164a632afdea2d269213052709d91d56869198e1e788452a1746d8f37ad681c946d4b705363311d95ad2babff6fadabda50818da3d2b9e14cde5 | ||
DIST Email-Address-List-0.06.tar.gz 29428 BLAKE2B b5d5a16d4b9e1f1059e8dc6b12bc67365404d5644c315663b0e643ee04d5e168f8f8430e059767afcad54fffaaaf67fc55f69fe5c4cfb7208fbdfd7ee88eff42 SHA512 8a173198bed7b5bf41801de9713f424459366b937493bb15c0362843cfe78ca02ce2709f2fe31f3fd61752c0d52956b059e09c3becdbfab0887e9efae6112141 |