summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-12-21 17:23:52 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-12-21 17:23:52 +0000
commit1d88ab06092235e2767660b99744e4e2abdf2e76 (patch)
tree30610e6d7e0210de3d5ffee5073a109c2761d008 /net-mail/grepmail
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-1d88ab06092235e2767660b99744e4e2abdf2e76.tar.gz
gentoo-2-1d88ab06092235e2767660b99744e4e2abdf2e76.tar.bz2
gentoo-2-1d88ab06092235e2767660b99744e4e2abdf2e76.zip
Old ebuild cleanup.
Diffstat (limited to 'net-mail/grepmail')
-rw-r--r--net-mail/grepmail/ChangeLog6
-rw-r--r--net-mail/grepmail/files/digest-grepmail-4.70-r11
-rw-r--r--net-mail/grepmail/files/digest-grepmail-4.70-r21
-rw-r--r--net-mail/grepmail/grepmail-4.70-r1.ebuild30
-rw-r--r--net-mail/grepmail/grepmail-4.70-r2.ebuild29
5 files changed, 5 insertions, 62 deletions
diff --git a/net-mail/grepmail/ChangeLog b/net-mail/grepmail/ChangeLog
index 806a9834dcd7..7716881ee642 100644
--- a/net-mail/grepmail/ChangeLog
+++ b/net-mail/grepmail/ChangeLog
@@ -1,6 +1,10 @@
# 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.15 2004/12/21 17:21:11 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.16 2004/12/21 17:23:52 ticho Exp $
+
+ 21 Dec 2004; Andrej Kacian <ticho@gentoo.org> -grepmail-4.70-r1.ebuild,
+ -grepmail-4.70-r2.ebuild:
+ Old ebuild cleanup.
21 Dec 2004; Andrej Kacian <ticho@gentoo.org> grepmail-5.30.ebuild:
Stable on x86.
diff --git a/net-mail/grepmail/files/digest-grepmail-4.70-r1 b/net-mail/grepmail/files/digest-grepmail-4.70-r1
deleted file mode 100644
index 72dd2dc1c75b..000000000000
--- a/net-mail/grepmail/files/digest-grepmail-4.70-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5ebb0809df1bf4eb8f6251d23e286965 grepmail-4.70.tar.gz 405805
diff --git a/net-mail/grepmail/files/digest-grepmail-4.70-r2 b/net-mail/grepmail/files/digest-grepmail-4.70-r2
deleted file mode 100644
index 72dd2dc1c75b..000000000000
--- a/net-mail/grepmail/files/digest-grepmail-4.70-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5ebb0809df1bf4eb8f6251d23e286965 grepmail-4.70.tar.gz 405805
diff --git a/net-mail/grepmail/grepmail-4.70-r1.ebuild b/net-mail/grepmail/grepmail-4.70-r1.ebuild
deleted file mode 100644
index 839c65b170a3..000000000000
--- a/net-mail/grepmail/grepmail-4.70-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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-4.70-r1.ebuild,v 1.12 2004/07/15 01:49:17 agriffis 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 sparc"
-IUSE=""
-
-DEPEND="${DEPEND}
- dev-perl/Inline
- dev-perl/TimeDate
- dev-perl/DateManip
- dev-perl/Digest-MD5
- dev-perl/Parse-RecDescent"
-
-RDEPEND=""
-
-src_compile () {
-
- echo "" | perl-module_src_compile
- perl-module_src_test || die
-}
diff --git a/net-mail/grepmail/grepmail-4.70-r2.ebuild b/net-mail/grepmail/grepmail-4.70-r2.ebuild
deleted file mode 100644
index 4eb3114da62d..000000000000
--- a/net-mail/grepmail/grepmail-4.70-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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-4.70-r2.ebuild,v 1.8 2004/07/15 01:49:17 agriffis 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 sparc"
-IUSE=""
-
-DEPEND="${DEPEND}
- dev-perl/Inline
- dev-perl/TimeDate
- dev-perl/DateManip
- dev-perl/Digest-MD5
- dev-perl/Parse-RecDescent"
-
-RDEPEND=""
-
-src_compile () {
-
- echo "" | perl-module_src_compile
-}