* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME-Attachment-Stripper/
@ 2016-08-08 8:11 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-08-08 8:11 UTC (permalink / raw
To: gentoo-commits
commit: aeec1d6d30dc16b0317adadc4edbd65d56e60700
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 08:01:00 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 08:11:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeec1d6d
dev-perl/Email-MIME-Attachment-Stripper: rm unused Test-Pod* deps
No user executable code needs this any more.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
.../Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild
index 13f623c..8e18b53 100644
--- a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild
+++ b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,8 +21,6 @@ RDEPEND=">=dev-perl/Email-MIME-1.900
>=dev-perl/Email-MIME-ContentType-1.012"
DEPEND="${RDEPEND}
test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
dev-perl/Capture-Tiny
)"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME-Attachment-Stripper/
@ 2020-08-13 8:26 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-08-13 8:26 UTC (permalink / raw
To: gentoo-commits
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
+ )
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME-Attachment-Stripper/
@ 2021-05-27 14:50 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-05-27 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 76b7d40995b6e86b7cd418cecec4c8ac32896651
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 14:49:16 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 27 14:50:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b7d409
dev-perl/Email-MIME-Attachment-Stripper: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Email-MIME-Attachment-Stripper-1.317.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 1dee453d2c9..556f8b410a0 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ LICENSE="GPL-2+"
# under the same terms as Tony's original module
# Mail::Message::Attachment::Stripper
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME-Attachment-Stripper/
@ 2021-05-27 14:50 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-05-27 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 6cc287224e8f2af088183265ee7a6d4b76ae530e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 14:49:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 27 14:50:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc28722
dev-perl/Email-MIME-Attachment-Stripper: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...mail-MIME-Attachment-Stripper-1.317.0-r1.ebuild | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild b/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild
deleted file mode 100644
index 37f0c4f5664..00000000000
--- a/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=1.317
-inherit perl-module
-
-DESCRIPTION="Strip the attachments from a mail"
-
-LICENSE="|| ( GPL-2 GPL-3 )" # 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=">=dev-perl/Email-MIME-1.900
- >=dev-perl/Email-MIME-ContentType-1.012"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Capture-Tiny
- )"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME-Attachment-Stripper/
@ 2022-08-19 2:40 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-19 2:40 UTC (permalink / raw
To: gentoo-commits
commit: 436544235d06516197851652e6ed745c79332b12
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 02:33:49 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 02:33:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43654423
dev-perl/Email-MIME-Attachment-Stripper: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Email-MIME-Attachment-Stripper/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Email-MIME-Attachment-Stripper/metadata.xml b/dev-perl/Email-MIME-Attachment-Stripper/metadata.xml
index ae296de46119..290780454bc0 100644
--- a/dev-perl/Email-MIME-Attachment-Stripper/metadata.xml
+++ b/dev-perl/Email-MIME-Attachment-Stripper/metadata.xml
@@ -8,5 +8,6 @@
<upstream>
<remote-id type="cpan">Email-MIME-Attachment-Stripper</remote-id>
<remote-id type="cpan-module">Email::MIME::Attachment::Stripper</remote-id>
+ <remote-id type="github">Perl-Email-Project/Email-MIME-Attachment-Stripper</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-08-19 2:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 8:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME-Attachment-Stripper/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2020-08-13 8:26 Kent Fredric
2021-05-27 14:50 Andreas K. Hüttel
2021-05-27 14:50 Andreas K. Hüttel
2022-08-19 2:40 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox