[gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/files/, net-mail/grepmail/

2022-07-02 Thread Sam James
commit: ac81de14378c6f9635daec00f663011b72de712a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 21:59:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 21:59:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac81de14

net-mail/grepmail: drop 5.30.33-r2

Closes: https://bugs.gentoo.org/430128
Closes: https://bugs.gentoo.org/635756
Signed-off-by: Sam James  gentoo.org>

 net-mail/grepmail/Manifest |  1 -
 .../5.30.33-fix_nonexistent_mailbox_test.patch | 33 
 net-mail/grepmail/files/5.30.33-midnight.patch | 17 -
 net-mail/grepmail/grepmail-5.30.33-r2.ebuild   | 44 --
 4 files changed, 95 deletions(-)

diff --git a/net-mail/grepmail/Manifest b/net-mail/grepmail/Manifest
index d2fa605992b3..452947fda8de 100644
--- a/net-mail/grepmail/Manifest
+++ b/net-mail/grepmail/Manifest
@@ -1,2 +1 @@
-DIST grepmail-5.3033.tar.gz 536791 BLAKE2B 
400cc3c30a291f6075d343522a4f506997e3328c2adda2cfa7d4449052ce5bd6112fc06a44f8359def6358c716422b5c33353c7247dd6b5cf6c5a0502a2c34d6
 SHA512 
58fb63c42b534ba32d8224753cd11701adc3ab6eeca838753982cd6fdc46c05142eeb34106ae585b48698c299648cc2e0135215900ce28dd7c84921c8ad7831f
 DIST grepmail-5.3111.tar.gz 560547 BLAKE2B 
88c9e841aed419ae428c45dd9a1bfb294076d73a3635e06b50a1f5b3bb3d2d447a8c586054b80ad793ccd6b2b2cb16394486d044f988c5760c04f9fe2da0e73e
 SHA512 
50df6585ecebb838a2b60c048e66588d7a161a88256ffce2c7313e61d32751739b3c30a64deb43dcd2a5933970cacc812fbb2dbd9f91a8ac34012e0581cd2962

diff --git a/net-mail/grepmail/files/5.30.33-fix_nonexistent_mailbox_test.patch 
b/net-mail/grepmail/files/5.30.33-fix_nonexistent_mailbox_test.patch
deleted file mode 100644
index cdab28bb635c..
--- a/net-mail/grepmail/files/5.30.33-fix_nonexistent_mailbox_test.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Fix FTBFS with libmail-mbox-messageparser-perl 1.5002
- From 1.5002, it does not return "No data on standard input" anymore.
-Author: Vincent Legout 
-Last-Update: 2010-04-28
-Bug-Debian: http://bugs.debian.org/549782
-Bug-Gentoo: https://bugs.gentoo.org/296657
-
 grepmail/t/nonexistent_mailbox.t
-+++ grepmail/t/nonexistent_mailbox.t
-@@ -13,21 +13,15 @@
-   => ['none','no_such_file'],
- "$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
-   " | grepmail pattern"
--  => ['none','no_data'],
-+  => ['none','none'],
- "grepmail -E $single_quote\$email =~ /pattern/$single_quote no_such_file"
-   => ['none','no_such_file'],
- "$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
-   " | grepmail -E $single_quote\$email =~ /pattern/$single_quote"
--  => ['none','no_data'],
-+  => ['none','none'],
- );
- 
- my %expected_errors = (
--"$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
--  " | grepmail pattern"
--  => 1,
--"$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
--  " | grepmail -E $single_quote\$email =~ /pattern/$single_quote"
--  => 1,
- );
- 
- my %localization = (

diff --git a/net-mail/grepmail/files/5.30.33-midnight.patch 
b/net-mail/grepmail/files/5.30.33-midnight.patch
deleted file mode 100644
index d861774df81a..
--- a/net-mail/grepmail/files/5.30.33-midnight.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix bug with midnight
-Author: Manuel Prinz 
-Last-Update: 2010-02-22
-Bug-Debian: http://bugs.debian.org/559588
-Bug-Gentoo: https://bugs.gentoo.org/355067
-
 grepmail/grepmail
-+++ grepmail/grepmail
-@@ -397,7 +397,7 @@
- if (eval 'require Date::Manip')
- {
-   my ($version_number) = $Date::Manip::VERSION =~ /^(\d+\.\d+)/;
--  Date::Manip::Date_Init("TodayIsMidnight=1") if $version_number >= 5.43;
-+  Date::Manip::Date_Init("TodayIsMidnight=1") if $version_number >= 5.43 
and $version_number < 6;
- }
-   }
- 

diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild 
b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
deleted file mode 100644
index c02c6360e139..
--- a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator perl-module
-
-MY_P="${PN}-$(delete_version_separator 2)"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Search normal or compressed mailbox using a regular expression or 
dates"
-HOMEPAGE="https://github.com/coppit/grepmail;
-SRC_URI="mirror://sourceforge/grepmail/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/Inline
-   dev-perl/TimeDate
-   dev-perl/Date-Manip
-   virtual/perl-Digest-MD5
-   >=dev-perl/Mail-Mbox-MessageParser-1.40.01
-"
-DEPEND="${RDEPEND}
-"
-#  test? ( dev-perl/Mail-Mbox-MessageParser )
-
-# 100% failure on running
-DIST_TEST="skip"
-
-PATCHES=(
-   "${FILESDIR}"/5.30.33-fix_nonexistent_mailbox_test.patch
-   

[gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/

2022-01-27 Thread Sam James
commit: d4b59f063a05e65f354e4256582dfa2a4d3f8c15
Author: Philipp Rösner  protonmail  com>
AuthorDate: Sun Jan 23 22:50:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:53:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b59f06

net-mail/grepmail: version bump to 5.3111

We added an ebuild for grepmail-5.3111 with support for EAPI 8.
The new ebuild doesn't need patches, it uses a source from CTAN and the
tests are working now.

Closes: https://bugs.gentoo.org/494350
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Philipp Roesner  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23936
Signed-off-by: Sam James  gentoo.org>

 net-mail/grepmail/Manifest   |  1 +
 net-mail/grepmail/grepmail-5.3111.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/net-mail/grepmail/Manifest b/net-mail/grepmail/Manifest
index 3e7e1bb7fc14..d2fa605992b3 100644
--- a/net-mail/grepmail/Manifest
+++ b/net-mail/grepmail/Manifest
@@ -1 +1,2 @@
 DIST grepmail-5.3033.tar.gz 536791 BLAKE2B 
400cc3c30a291f6075d343522a4f506997e3328c2adda2cfa7d4449052ce5bd6112fc06a44f8359def6358c716422b5c33353c7247dd6b5cf6c5a0502a2c34d6
 SHA512 
58fb63c42b534ba32d8224753cd11701adc3ab6eeca838753982cd6fdc46c05142eeb34106ae585b48698c299648cc2e0135215900ce28dd7c84921c8ad7831f
+DIST grepmail-5.3111.tar.gz 560547 BLAKE2B 
88c9e841aed419ae428c45dd9a1bfb294076d73a3635e06b50a1f5b3bb3d2d447a8c586054b80ad793ccd6b2b2cb16394486d044f988c5760c04f9fe2da0e73e
 SHA512 
50df6585ecebb838a2b60c048e66588d7a161a88256ffce2c7313e61d32751739b3c30a64deb43dcd2a5933970cacc812fbb2dbd9f91a8ac34012e0581cd2962

diff --git a/net-mail/grepmail/grepmail-5.3111.ebuild 
b/net-mail/grepmail/grepmail-5.3111.ebuild
new file mode 100644
index ..b64820f1bd52
--- /dev/null
+++ b/net-mail/grepmail/grepmail-5.3111.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+DESCRIPTION="Search normal or compressed mailbox using a regular expression or 
dates"
+HOMEPAGE="https://github.com/coppit/grepmail;
+SRC_URI="mirror://cpan/authors/id/D/DC/DCOPPIT/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Date-Manip
+   dev-perl/File-HomeDir
+   dev-perl/Inline
+   >=dev-perl/Mail-Mbox-MessageParser-1.40.01
+   dev-perl/TimeDate
+   virtual/perl-Digest-MD5
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-perl/Test-Compile
+   dev-perl/Test-Pod
+   dev-perl/Test-Pod-Coverage
+   )
+"
+
+src_prepare() {
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/

2022-01-27 Thread Sam James
commit: 233e416ce05d045c7bb324323ab452b1a37fe8f6
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 28 07:52:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:53:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233e416c

net-mail/grepmail: drop obsolete src_prepare

Signed-off-by: Sam James  gentoo.org>

 net-mail/grepmail/grepmail-5.3111.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-mail/grepmail/grepmail-5.3111.ebuild 
b/net-mail/grepmail/grepmail-5.3111.ebuild
index b64820f1bd52..ef49558b1a95 100644
--- a/net-mail/grepmail/grepmail-5.3111.ebuild
+++ b/net-mail/grepmail/grepmail-5.3111.ebuild
@@ -30,7 +30,3 @@ DEPEND="${RDEPEND}
dev-perl/Test-Pod-Coverage
)
 "
-
-src_prepare() {
-   perl-module_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/

2018-04-11 Thread Patrice Clement
commit: 49d6041d75085f03d5a09a0df5da170aef44fdeb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Apr 10 14:14:41 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 11 21:47:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d6041d

net-mail/grepmail: fix HOMEPAGE, use HTTPS.

Closes: https://bugs.gentoo.org/634532
Closes: https://github.com/gentoo/gentoo/pull/7929

 net-mail/grepmail/grepmail-5.30.33-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild 
b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
index b029483a224..78f9e267c1b 100644
--- a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
+++ b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ MY_P="${PN}-$(delete_version_separator 2)"
 S="${WORKDIR}/${MY_P}"
 
 DESCRIPTION="Search normal or compressed mailbox using a regular expression or 
dates"
-HOMEPAGE="http://grepmail.sourceforge.net/;
+HOMEPAGE="https://github.com/coppit/grepmail;
 SRC_URI="mirror://sourceforge/grepmail/${MY_P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/

2017-07-06 Thread Andreas Hüttel
commit: c99f2ab9a9656719032f10a3b43bfb7cf0f041c9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  6 16:39:10 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jul  6 16:39:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99f2ab9

net-mail/grepmail: Add build fix for Perl 5.26, bug 623580

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-mail/grepmail/grepmail-5.30.33-r2.ebuild | 31 
 1 file changed, 22 insertions(+), 9 deletions(-)

diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild 
b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
index 8944fb7b638..b029483a224 100644
--- a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
+++ b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit versionator perl-module
 
@@ -15,16 +15,29 @@ SRC_URI="mirror://sourceforge/grepmail/${MY_P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
+IUSE="test"
 
-RDEPEND="dev-perl/Inline
+RDEPEND="
+   dev-perl/Inline
dev-perl/TimeDate
dev-perl/Date-Manip
virtual/perl-Digest-MD5
-   >=dev-perl/Mail-Mbox-MessageParser-1.40.01"
-DEPEND="${RDEPEND}"
+   >=dev-perl/Mail-Mbox-MessageParser-1.40.01
+"
+DEPEND="${RDEPEND}
+"
+#  test? ( dev-perl/Mail-Mbox-MessageParser )
 
 # 100% failure on running
-SRC_TEST="skip"
-PATCHES=( "${FILESDIR}"/5.30.33-fix_nonexistent_mailbox_test.patch
-   "${FILESDIR}"/5.30.33-midnight.patch )
+DIST_TEST="skip"
+
+PATCHES=(
+   "${FILESDIR}"/5.30.33-fix_nonexistent_mailbox_test.patch
+   "${FILESDIR}"/5.30.33-midnight.patch
+)
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/

2016-03-10 Thread Andreas Hüttel
commit: 91eb1c0d1420c0abe9dc884fbcc7feace3c71398
Author: Kent Fredric  gmail  com>
AuthorDate: Thu Mar 10 10:27:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Mar 10 23:09:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91eb1c0d

net-mail/grepmail: Fix dependency on dev-perl/Date-Manip

Package-Manager: portage-2.2.27

 net-mail/grepmail/grepmail-5.30.33-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild 
b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
index 7957929..5046e60 100644
--- a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild
+++ b/net-mail/grepmail/grepmail-5.30.33-r2.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$
 
@@ -20,7 +20,7 @@ IUSE=""
 
 RDEPEND="dev-perl/Inline
dev-perl/TimeDate
-   dev-perl/DateManip
+   dev-perl/Date-Manip
virtual/perl-Digest-MD5
>=dev-perl/Mail-Mbox-MessageParser-1.40.01"
 DEPEND="${RDEPEND}"