summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 11:21:14 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 11:21:14 +0000
commit8754b0d38dde051e0d781d9945de7ebb0af3dadc (patch)
treeb7e970fa4f6e87091ba2f6dc7b9269cdca52d3aa /dev-perl/Email-Find
parentCleanup (diff)
downloadgentoo-2-8754b0d38dde051e0d781d9945de7ebb0af3dadc.tar.gz
gentoo-2-8754b0d38dde051e0d781d9945de7ebb0af3dadc.tar.bz2
gentoo-2-8754b0d38dde051e0d781d9945de7ebb0af3dadc.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Email-Find')
-rw-r--r--dev-perl/Email-Find/ChangeLog7
-rw-r--r--dev-perl/Email-Find/Email-Find-0.09.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Email-Find/ChangeLog b/dev-perl/Email-Find/ChangeLog
index 084ae5c03377..7918ffd75fd2 100644
--- a/dev-perl/Email-Find/ChangeLog
+++ b/dev-perl/Email-Find/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Email-Find
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/ChangeLog,v 1.24 2008/03/19 03:00:50 jer Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/ChangeLog,v 1.25 2009/05/02 11:21:14 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -Email-Find-0.09.ebuild:
+ Cleanup
19 Mar 2008; Jeroen Roovers <jer@gentoo.org> Email-Find-0.10.ebuild:
Stable for HPPA too.
diff --git a/dev-perl/Email-Find/Email-Find-0.09.ebuild b/dev-perl/Email-Find/Email-Find-0.09.ebuild
deleted file mode 100644
index 58ccdb712faa..000000000000
--- a/dev-perl/Email-Find/Email-Find-0.09.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Find/Email-Find-0.09.ebuild,v 1.19 2007/01/15 22:59:30 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Find RFC 822 email addresses in plain text"
-HOMEPAGE="http://search.cpan.org/~miyagawa/"
-SRC_URI="mirror://cpan/authors/id/M/MI/MIYAGAWA/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-perl/MailTools
- dev-perl/Email-Valid
- virtual/perl-Test-Simple
- dev-lang/perl"