Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4919

Summary: dev-perl/Email-Valid
Product: Gentoo Linux Reporter: Erwann CORVELLEC <Erwann.Corvellec>
Component: New packagesAssignee: Robert Coie (RETIRED) <rac>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 3450    
Bug Blocks:    

Description Erwann CORVELLEC 2002-07-12 12:27:57 UTC
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 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:22:36 UTC
db fix
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:27:29 UTC
db fix
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-05-09 02:30:09 UTC
wrangler
Comment 4 Robert Coie (RETIRED) gentoo-dev 2003-05-09 18:29:18 UTC
Added to CVS.  Thank you for the submission.