summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2012-02-07 10:46:46 +0000
committerEray Aslan <eras@gentoo.org>2012-02-07 10:46:46 +0000
commitbe08f2a6f4ff3a9f75d79ad3e124ea64bc0e1e52 (patch)
tree8f853ae33c55c80c89171ee14427755521447ed3 /net-mail/grepmail
parentadded missing homepage, added new download url, cleanup (diff)
downloadhistorical-be08f2a6f4ff3a9f75d79ad3e124ea64bc0e1e52.tar.gz
historical-be08f2a6f4ff3a9f75d79ad3e124ea64bc0e1e52.tar.bz2
historical-be08f2a6f4ff3a9f75d79ad3e124ea64bc0e1e52.zip
remove old
Package-Manager: portage-2.1.10.45/cvs/Linux x86_64
Diffstat (limited to 'net-mail/grepmail')
-rw-r--r--net-mail/grepmail/ChangeLog5
-rw-r--r--net-mail/grepmail/grepmail-5.30.33.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/net-mail/grepmail/ChangeLog b/net-mail/grepmail/ChangeLog
index 9884ec995c20..0abb8d6dca57 100644
--- a/net-mail/grepmail/ChangeLog
+++ b/net-mail/grepmail/ChangeLog
@@ -1,6 +1,9 @@
# 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.36 2012/02/05 18:07:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.37 2012/02/07 10:46:46 eras Exp $
+
+ 07 Feb 2012; Eray Aslan <eras@gentoo.org> -grepmail-5.30.33.ebuild:
+ remove old
05 Feb 2012; Raúl Porcel <armin76@gentoo.org> grepmail-5.30.33.ebuild,
grepmail-5.30.33-r1.ebuild:
diff --git a/net-mail/grepmail/grepmail-5.30.33.ebuild b/net-mail/grepmail/grepmail-5.30.33.ebuild
deleted file mode 100644
index a81e9d537b65..000000000000
--- a/net-mail/grepmail/grepmail-5.30.33.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 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.6 2012/02/05 18:07:20 armin76 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 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"
-PATCHES=( "${FILESDIR}"/5.30.33-fix_nonexistent_mailbox_test.patch )