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 | a466ee39b2ebceb929b467809eb3f2bbeeec25f8 (patch) | |
tree | 2c8d4daacc410a35d814abb81a2ab2b70628019b /net-mail/grepmail | |
parent | ppc stable profile update (diff) | |
download | historical-a466ee39b2ebceb929b467809eb3f2bbeeec25f8.tar.gz historical-a466ee39b2ebceb929b467809eb3f2bbeeec25f8.tar.bz2 historical-a466ee39b2ebceb929b467809eb3f2bbeeec25f8.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/grepmail')
-rw-r--r-- | net-mail/grepmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/grepmail/Manifest | 18 | ||||
-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, 52 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..ffcc92524042 100644 --- a/net-mail/grepmail/Manifest +++ b/net-mail/grepmail/Manifest @@ -1,8 +1,20 @@ -MD5 aee2f9b17712e460604e8b726b7b3d1c grepmail-4.70-r2.ebuild 704 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d8609dcaca9115534c210db7edfcd951 ChangeLog 1917 MD5 92943d358ab25a2edc564ebe89616668 grepmail-4.70-r1.ebuild 734 -MD5 da2d635ad0ef27412f9315381f786cb7 ChangeLog 1610 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 bbdba3da578185ee2ff55205a505b903 grepmail-4.91.ebuild 701 +MD5 aee2f9b17712e460604e8b726b7b3d1c grepmail-4.70-r2.ebuild 704 +MD5 b387600d37f70ee044cf5e0aca13269b grepmail-5.30.ebuild 700 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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBOKan10xuJSrg3/sRAqtBAJ45ABFQtNz/CtQTXIEyDo3qwWbXrwCdGtVW +axH1CiOFlLZYsVzC1O4N0fY= +=h7M4 +-----END PGP SIGNATURE----- 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 +} |