public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2016-03-26 15:26 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2016-03-26 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9f82fd679e0df12c8a4fef9c8656cda8f5b152b2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 15:26:45 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 15:26:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f82fd67

dev-perl/Mail-Mbox-MessageParser: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #578240

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 .../Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
index c9fdfce..f83ae51 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A fast and simple mbox folder reader"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2017-06-30 22:55 Andreas Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2017-06-30 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5b5087afce003e7f8cbd542fd83492546abb18fc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 22:55:43 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 22:55:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5087af

dev-perl/Mail-Mbox-MessageParser: Add build fix for Perl 5.26, bug 617108

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Mail-Mbox-MessageParser-1.510.500.ebuild               | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
index 33c6a385c9e..f541ca2fe60 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=DCOPPIT
-MODULE_VERSION=1.5105
+DIST_AUTHOR=DCOPPIT
+DIST_VERSION=1.5105
 inherit perl-module
 
 DESCRIPTION="A fast and simple mbox folder reader"
@@ -26,4 +26,8 @@ DEPEND="${RDEPEND}
 	test? ( virtual/perl-Test-Simple )
 "
 
-SRC_TEST="do parallel"
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2021-06-29 22:07 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-06-29 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f8e6b812723623cc1f5c74aa3151668e00dae61a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 22:02:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 22:06:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e6b812

dev-perl/Mail-Mbox-MessageParser: Version bump 1.5111

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Mail-Mbox-MessageParser-1.511.100.ebuild       | 30 ++++++++++++++++++++++
 dev-perl/Mail-Mbox-MessageParser/Manifest          |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
new file mode 100644
index 00000000000..3b3a071413e
--- /dev/null
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DCOPPIT
+DIST_VERSION=1.5111
+inherit perl-module
+
+DESCRIPTION="A fast and simple mbox folder reader"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	dev-perl/FileHandle-Unget
+	virtual/perl-Storable
+	dev-perl/File-Slurper
+	dev-perl/URI
+	dev-perl/Text-Diff
+	dev-perl/UNIVERSAL-require
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-Compile
+	)
+"

diff --git a/dev-perl/Mail-Mbox-MessageParser/Manifest b/dev-perl/Mail-Mbox-MessageParser/Manifest
index d4d3599a559..ede6404a2ff 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Manifest
+++ b/dev-perl/Mail-Mbox-MessageParser/Manifest
@@ -1 +1,2 @@
 DIST Mail-Mbox-MessageParser-1.5105.tar.gz 292776 BLAKE2B 4ef8cac6c096713f53f68b7e000a03d8d2cd5b6083c1be47a48c8d2b5760d195b2f31e11dfef599a030171ef732fdc537bde365a060982c9233fcbf93fba2d54 SHA512 c7462cdf1542a27120fada815b61279489d77df4842b311277869dbab10caf0989b70567dd05406262b86fa611ecb17e06807c5959085d24d8673284fe1ed014
+DIST Mail-Mbox-MessageParser-1.5111.tar.gz 296872 BLAKE2B d5c4e2974a3336088fcb69233c45972246972eb4f88c17b5d0fd205e300c8773c7e6cc6b401ca895c045f59c86c048f473cd2c5f46ff890f556db10965cc2f8b SHA512 c0b0c4066da3be2d8b669eed1a527309aefbbedf08531cd8eb524db37319532df75719784a557929adc409fc680a384d731f8b06768020a18855e34f392d6d0f


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2021-07-30 15:10 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-07-30 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a1d450f91cf797221a649268cc7219d49e9b1648
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 15:10:23 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 15:10:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d450f9

dev-perl/Mail-Mbox-MessageParser: amd64 stable wrt bug #805107

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 .../Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
index 3b3a071413e..952fc0d45ef 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A fast and simple mbox folder reader"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="
 	dev-perl/FileHandle-Unget


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2021-07-31 13:01 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-07-31 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     bbd764e0ea00035729ed839c0b91ecb790c47af1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 13:00:34 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:00:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd764e0

dev-perl/Mail-Mbox-MessageParser: ppc stable wrt bug #805107

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 .../Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
index 952fc0d45ef..60ceeea8c96 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A fast and simple mbox folder reader"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 RDEPEND="
 	dev-perl/FileHandle-Unget


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2021-07-31 13:07 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-07-31 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     215d9e932b9905a8fcc335a7e74314eca8aebf5a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 13:06:38 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:06:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215d9e93

dev-perl/Mail-Mbox-MessageParser: x86 stable wrt bug #805107

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 .../Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
index 60ceeea8c96..1d0caf5e4f3 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.511.100.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A fast and simple mbox folder reader"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="
 	dev-perl/FileHandle-Unget


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2021-11-12  0:25 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-11-12  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e6705028557415ae88a00d7944146f69f82b3b96
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 00:13:00 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 00:25:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6705028

dev-perl/Mail-Mbox-MessageParser: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Mail-Mbox-MessageParser-1.510.500.ebuild       | 34 ----------------------
 dev-perl/Mail-Mbox-MessageParser/Manifest          |  1 -
 2 files changed, 35 deletions(-)

diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
deleted file mode 100644
index e570641b561..00000000000
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DCOPPIT
-DIST_VERSION=1.5105
-inherit perl-module
-
-DESCRIPTION="A fast and simple mbox folder reader"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/FileHandle-Unget
-	virtual/perl-Storable
-	dev-perl/File-Slurp
-	dev-perl/URI
-	dev-perl/Text-Diff
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.360.0
-	test? ( virtual/perl-Test-Simple )
-"
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}

diff --git a/dev-perl/Mail-Mbox-MessageParser/Manifest b/dev-perl/Mail-Mbox-MessageParser/Manifest
index ede6404a2ff..12fd5a85ee9 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Manifest
+++ b/dev-perl/Mail-Mbox-MessageParser/Manifest
@@ -1,2 +1 @@
-DIST Mail-Mbox-MessageParser-1.5105.tar.gz 292776 BLAKE2B 4ef8cac6c096713f53f68b7e000a03d8d2cd5b6083c1be47a48c8d2b5760d195b2f31e11dfef599a030171ef732fdc537bde365a060982c9233fcbf93fba2d54 SHA512 c7462cdf1542a27120fada815b61279489d77df4842b311277869dbab10caf0989b70567dd05406262b86fa611ecb17e06807c5959085d24d8673284fe1ed014
 DIST Mail-Mbox-MessageParser-1.5111.tar.gz 296872 BLAKE2B d5c4e2974a3336088fcb69233c45972246972eb4f88c17b5d0fd205e300c8773c7e6cc6b401ca895c045f59c86c048f473cd2c5f46ff890f556db10965cc2f8b SHA512 c0b0c4066da3be2d8b669eed1a527309aefbbedf08531cd8eb524db37319532df75719784a557929adc409fc680a384d731f8b06768020a18855e34f392d6d0f


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/
@ 2023-03-22  5:22 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-03-22  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     805549e4f92b7c2b803282bb701b384634451394
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:00:01 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:00:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805549e4

dev-perl/Mail-Mbox-MessageParser: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mail-Mbox-MessageParser/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Mail-Mbox-MessageParser/metadata.xml b/dev-perl/Mail-Mbox-MessageParser/metadata.xml
index 796cc3240ff7..6076166b6026 100644
--- a/dev-perl/Mail-Mbox-MessageParser/metadata.xml
+++ b/dev-perl/Mail-Mbox-MessageParser/metadata.xml
@@ -14,5 +14,6 @@
     <remote-id type="cpan-module">Mail::Mbox::MessageParser::MetaInfo</remote-id>
     <remote-id type="cpan-module">Mail::Mbox::MessageParser::Perl</remote-id>
     <remote-id type="sourceforge">m-m-msgparser</remote-id>
+    <remote-id type="github">coppit/mail-mbox-messageparser</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-22  5:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-26 15:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Mbox-MessageParser/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2017-06-30 22:55 Andreas Hüttel
2021-06-29 22:07 Andreas K. Hüttel
2021-07-30 15:10 Agostino Sarubbo
2021-07-31 13:01 Agostino Sarubbo
2021-07-31 13:07 Agostino Sarubbo
2021-11-12  0:25 Andreas K. Hüttel
2023-03-22  5:22 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox