* [gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/
@ 2016-03-10 23:10 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-03-10 23:10 UTC (permalink / raw
To: gentoo-commits
commit: 91eb1c0d1420c0abe9dc884fbcc7feace3c71398
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 10:27:58 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:09:46 2016 +0000
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}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/
@ 2017-07-06 16:39 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2017-07-06 16:39 UTC (permalink / raw
To: gentoo-commits
commit: c99f2ab9a9656719032f10a3b43bfb7cf0f041c9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 16:39:10 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 16:39:26 2017 +0000
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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/
@ 2018-04-11 21:47 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2018-04-11 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 49d6041d75085f03d5a09a0df5da170aef44fdeb
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Apr 10 14:14:41 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 21:47:23 2018 +0000
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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/
@ 2022-01-28 7:53 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-01-28 7:53 UTC (permalink / raw
To: gentoo-commits
commit: d4b59f063a05e65f354e4256582dfa2a4d3f8c15
Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Sun Jan 23 22:50:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 28 07:53:32 2022 +0000
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 <rndxelement <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23936
Signed-off-by: Sam James <sam <AT> 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 000000000000..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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/
@ 2022-01-28 7:53 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-01-28 7:53 UTC (permalink / raw
To: gentoo-commits
commit: 233e416ce05d045c7bb324323ab452b1a37fe8f6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 28 07:52:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 28 07:53:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233e416c
net-mail/grepmail: drop obsolete src_prepare
Signed-off-by: Sam James <sam <AT> 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
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-28 7:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-11 21:47 [gentoo-commits] repo/gentoo:master commit in: net-mail/grepmail/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2022-01-28 7:53 Sam James
2022-01-28 7:53 Sam James
2017-07-06 16:39 Andreas Hüttel
2016-03-10 23:10 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox