Bug 4919 - dev-perl/Email-Valid
Bug#: 4919 Product:  Gentoo Linux Version: 1.2 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: rac@gentoo.org Reported By: Erwann.Corvellec@free.fr
Component: Ebuilds
URL: 
Summary: dev-perl/Email-Valid
Keywords:  
Status Whiteboard: 
Opened: 2002-07-12 12:27 0000
Description:   Opened: 2002-07-12 12:27 0000
IMPORTANT NOTE : Email::Valid requires on Mail::Address & Net::DNS module
modules. dev-perl/Mail-Address doesn't exist but the module is already installed
on my system in /usr/lib/perl5/site_perl/5.6.1/Mail/Address.pm . Anyway,
dev-perl/Mail-Address should be created & added to Email-Valid DEPEND.


/usr/portage/dev-perl/Email-Valid/Email-Valid-0.14.ebuild :
-----------------------------------------------------------------------------
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later

inherit perl-module

S=${WORKDIR}/${P}
DESCRIPTION="Check validity of Internet email addresses."
SRC_URI="http://www.cpan.org/modules/by-module/Email/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/EMail/${P}.readme"

DEPEND="${DEPEND}
        dev-perl/Net-DNS"
-----------------------------------------------------------------------------

------- Comment #1 From John Davis (zhen) (RETIRED) 2003-04-04 01:22:36 0000 -------
db fix

------- Comment #2 From John Davis (zhen) (RETIRED) 2003-04-04 01:27:29 0000 -------
db fix

------- Comment #3 From Martin Holzer (RETIRED) 2003-05-09 02:30:09 0000 -------
wrangler

------- Comment #4 From Robert Coie (RETIRED) 2003-05-09 18:29:18 0000 -------
Added to CVS.  Thank you for the submission.