commit: 0a8d6901a3331077a5ac64cd85dda0ece5992d4b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 08:24:55 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 08:25:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8d6901
dev-perl/Email-MIME-Attachment-Stripper: -r bump for EAPI7 + fixes
- EAPI7
- Fix LICENSE
- Improve/fix dependencies
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
...mail-MIME-Attachment-Stripper-1.317.0-r2.ebuild | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git
a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r2.ebuild
b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r2.ebuild
new file mode 100644
index 00000000000..1dee453d2c9
--- /dev/null
+++
b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.317
+inherit perl-module
+
+DESCRIPTION="Strip the attachments from a mail"
+
+LICENSE="GPL-2+"
+# under the same terms as Tony's original module
+# Mail::Message::Attachment::Stripper
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Email-Abstract
+ >=dev-perl/Email-MIME-1.900.0
+ >=dev-perl/Email-MIME-ContentType-1.16.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ dev-perl/Capture-Tiny
+ virtual/perl-Data-Dumper
+ dev-perl/Email-Simple
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"