diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-13 18:10:04 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-13 18:15:34 +1200 |
commit | b51118e84fe29b042a877bcc66ae6f19ed5ef676 (patch) | |
tree | efd402f29ad2cd7419c26119eea37f4bee3f6c06 /dev-perl | |
parent | x11-libs/libfm: replace maintainer lxqt with maintainer-needed (diff) | |
download | gentoo-b51118e84fe29b042a877bcc66ae6f19ed5ef676.tar.gz gentoo-b51118e84fe29b042a877bcc66ae6f19ed5ef676.tar.bz2 gentoo-b51118e84fe29b042a877bcc66ae6f19ed5ef676.zip |
dev-perl/Email-Find: -r bump for EAPI7
- EAPI7
- Improve deps
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Email-Find/Email-Find-0.100.0-r2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Email-Find/Email-Find-0.100.0-r2.ebuild b/dev-perl/Email-Find/Email-Find-0.100.0-r2.ebuild new file mode 100644 index 000000000000..db5f92223e09 --- /dev/null +++ b/dev-perl/Email-Find/Email-Find-0.100.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.10 +inherit perl-module + +DESCRIPTION="Find RFC 822 email addresses in plain text" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/Email-Valid-0.179.0 + dev-perl/MailTools +" +BDEPEND="${RDEPEND} + test? ( + virtual/perl-Test-Simple + ) +" |