diff options
author | Torsten Veller <tove@gentoo.org> | 2008-03-06 11:06:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-03-06 11:06:37 +0000 |
commit | cecfa3dadf73191701216659d820bcda547b9571 (patch) | |
tree | 5f9bf9571065cc9d373b5e3f065525889437394b /net-mail | |
parent | Add ~alpha/~ia64/~sparc wrt #212056 (diff) | |
download | gentoo-2-cecfa3dadf73191701216659d820bcda547b9571.tar.gz gentoo-2-cecfa3dadf73191701216659d820bcda547b9571.tar.bz2 gentoo-2-cecfa3dadf73191701216659d820bcda547b9571.zip |
Version bump (#212470).
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/grepmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/grepmail/grepmail-5.30.33.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/net-mail/grepmail/ChangeLog b/net-mail/grepmail/ChangeLog index c2a410b95539..515b5d9c6788 100644 --- a/net-mail/grepmail/ChangeLog +++ b/net-mail/grepmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/grepmail -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.27 2007/02/22 01:43:40 peper Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.28 2008/03/06 11:06:37 tove Exp $ + +*grepmail-5.30.33 (06 Mar 2008) + + 06 Mar 2008; Torsten Veller <tove@gentoo.org> +grepmail-5.30.33.ebuild: + Version bump (#212470). 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-mail/grepmail/grepmail-5.30.33.ebuild b/net-mail/grepmail/grepmail-5.30.33.ebuild new file mode 100644 index 000000000000..7bb82d617c12 --- /dev/null +++ b/net-mail/grepmail/grepmail-5.30.33.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 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.ebuild,v 1.1 2008/03/06 11:06:37 tove Exp $ + +inherit versionator perl-app + +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 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/Inline + dev-perl/TimeDate + dev-perl/DateManip + virtual/perl-Digest-MD5 + >=dev-perl/Mail-Mbox-MessageParser-1.40.01" + +SRC_TEST="do" |