diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-09-03 12:09:52 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-09-03 12:09:52 +0000 |
commit | 19375118f9d2a115008640d8f2576b9c2ace408a (patch) | |
tree | 3d9f6be79b17b56bb38b887524214bc9d807fc9e /net-mail | |
parent | Stable for ia64, wrt bug #482942 (diff) | |
download | gentoo-2-19375118f9d2a115008640d8f2576b9c2ace408a.tar.gz gentoo-2-19375118f9d2a115008640d8f2576b9c2ace408a.tar.bz2 gentoo-2-19375118f9d2a115008640d8f2576b9c2ace408a.zip |
revbump -> EAPI 5, test set to skip due to failure
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/grepmail/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/grepmail/grepmail-5.30.33-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/grepmail/grepmail-5.30.33-r2.ebuild | 31 |
3 files changed, 41 insertions, 4 deletions
diff --git a/net-mail/grepmail/ChangeLog b/net-mail/grepmail/ChangeLog index 0abb8d6dca57..bb2602726524 100644 --- a/net-mail/grepmail/ChangeLog +++ b/net-mail/grepmail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/grepmail -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.37 2012/02/07 10:46:46 eras Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.38 2013/09/03 12:09:52 idella4 Exp $ + +*grepmail-5.30.33-r2 (03 Sep 2013) + + 03 Sep 2013; Ian Delaney <idella4@gentoo.org> +grepmail-5.30.33-r2.ebuild, + grepmail-5.30.33-r1.ebuild: + revbump -> EAPI 5, test set to skip due to failure 07 Feb 2012; Eray Aslan <eras@gentoo.org> -grepmail-5.30.33.ebuild: remove old diff --git a/net-mail/grepmail/grepmail-5.30.33-r1.ebuild b/net-mail/grepmail/grepmail-5.30.33-r1.ebuild index ce815c47666e..7e24d8ca812b 100644 --- a/net-mail/grepmail/grepmail-5.30.33-r1.ebuild +++ b/net-mail/grepmail/grepmail-5.30.33-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-5.30.33-r1.ebuild,v 1.4 2012/02/05 18:07:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-5.30.33-r1.ebuild,v 1.5 2013/09/03 12:09:52 idella4 Exp $ inherit versionator perl-module diff --git a/net-mail/grepmail/grepmail-5.30.33-r2.ebuild b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild new file mode 100644 index 000000000000..293b1e76170d --- /dev/null +++ b/net-mail/grepmail/grepmail-5.30.33-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-5.30.33-r2.ebuild,v 1.1 2013/09/03 12:09:52 idella4 Exp $ + +EAPI=5 + +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="http://grepmail.sourceforge.net/" +SRC_URI="mirror://sourceforge/grepmail/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/Inline + dev-perl/TimeDate + dev-perl/DateManip + virtual/perl-Digest-MD5 + >=dev-perl/Mail-Mbox-MessageParser-1.40.01" +DEPEND="${RDEPEND}" + +# 100% failure on running +SRC_TEST="skip" +PATCHES=( "${FILESDIR}"/5.30.33-fix_nonexistent_mailbox_test.patch + "${FILESDIR}"/5.30.33-midnight.patch ) |