diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-03 17:15:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-03 17:15:10 +0000 |
commit | 48564d3dc6d2bbbd6d5b50922f811d271f71e25c (patch) | |
tree | 3d089c0e22b8c08747e758ac19160a307bec5a64 /net-mail | |
parent | Stable amd64, x86. (Manifest recommit) (diff) | |
download | gentoo-2-48564d3dc6d2bbbd6d5b50922f811d271f71e25c.tar.gz gentoo-2-48564d3dc6d2bbbd6d5b50922f811d271f71e25c.tar.bz2 gentoo-2-48564d3dc6d2bbbd6d5b50922f811d271f71e25c.zip |
Version bump to 5.30, closes #32262. Depends on dev-perl/Mail-Mbox-MessageParser instead of dev-perl/Parse-RecDescent.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/grepmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/grepmail/Manifest | 8 | ||||
-rw-r--r-- | net-mail/grepmail/files/digest-grepmail-5.30 | 1 | ||||
-rw-r--r-- | net-mail/grepmail/grepmail-5.30.ebuild | 28 |
4 files changed, 42 insertions, 4 deletions
diff --git a/net-mail/grepmail/ChangeLog b/net-mail/grepmail/ChangeLog index c14b427f93b3..75c2a9596eb7 100644 --- a/net-mail/grepmail/ChangeLog +++ b/net-mail/grepmail/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/grepmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.11 2004/06/24 23:23:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.12 2004/09/03 17:15:10 ticho Exp $ + +*grepmail-5.30 (03 Sep 2004) + + 03 Sep 2004; Andrej Kacian <ticho@gentoo.org> +grepmail-5.30.ebuild: + Version bump to 5.30. Closes #32262, reported by Jose Romildo Malaquias + <romildo@uber.com.br>. Depends on dev-perl/Mail-Mbox-MessageParser instead of + dev-perl/Parse-RecDescent, which is no more needed. *grepmail-4.91 (09 Mar 2003) diff --git a/net-mail/grepmail/Manifest b/net-mail/grepmail/Manifest index e53b7c445afc..0f3b41e6e43e 100644 --- a/net-mail/grepmail/Manifest +++ b/net-mail/grepmail/Manifest @@ -1,8 +1,10 @@ -MD5 aee2f9b17712e460604e8b726b7b3d1c grepmail-4.70-r2.ebuild 704 -MD5 92943d358ab25a2edc564ebe89616668 grepmail-4.70-r1.ebuild 734 MD5 da2d635ad0ef27412f9315381f786cb7 ChangeLog 1610 +MD5 92943d358ab25a2edc564ebe89616668 grepmail-4.70-r1.ebuild 734 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 bbdba3da578185ee2ff55205a505b903 grepmail-4.91.ebuild 701 +MD5 aee2f9b17712e460604e8b726b7b3d1c grepmail-4.70-r2.ebuild 704 +MD5 bbdba3da578185ee2ff55205a505b903 grepmail-5.30.ebuild 701 MD5 7d475c0c7059b14eba58992194705d4a files/digest-grepmail-4.70-r1 65 -MD5 7d475c0c7059b14eba58992194705d4a files/digest-grepmail-4.70-r2 65 +MD5 701ca93f31d9210219c045bedcf86e66 files/digest-grepmail-5.30 65 MD5 3ced88d2bb1bcefcdfc7b3b7a2114d12 files/digest-grepmail-4.91 65 +MD5 7d475c0c7059b14eba58992194705d4a files/digest-grepmail-4.70-r2 65 diff --git a/net-mail/grepmail/files/digest-grepmail-5.30 b/net-mail/grepmail/files/digest-grepmail-5.30 new file mode 100644 index 000000000000..64cab93aa762 --- /dev/null +++ b/net-mail/grepmail/files/digest-grepmail-5.30 @@ -0,0 +1 @@ +MD5 445d8cc4ec7ef9cd7f3c26913505f796 grepmail-5.30.tar.gz 496037 diff --git a/net-mail/grepmail/grepmail-5.30.ebuild b/net-mail/grepmail/grepmail-5.30.ebuild new file mode 100644 index 000000000000..0d24ab65ace9 --- /dev/null +++ b/net-mail/grepmail/grepmail-5.30.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-5.30.ebuild,v 1.1 2004/09/03 17:15:10 ticho Exp $ + +inherit perl-module + +DESCRIPTION="Search normal or compressed mailbox using a regular expression or dates." +HOMEPAGE="http://grepmail.sourceforge.net/" +SRC_URI="mirror://sourceforge/grepmail/${P}.tar.gz" +RESTRICT="nomirror" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="${DEPEND} + dev-perl/Inline + dev-perl/TimeDate + dev-perl/DateManip + dev-perl/Digest-MD5 + dev-perl/Mail-Mbox-MessageParser" + +RDEPEND="" + +src_compile () { + echo "" | perl-module_src_compile +} |