Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4919 - dev-perl/Email-Valid
Summary: dev-perl/Email-Valid
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Robert Coie (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 3450
Blocks:
  Show dependency tree
 
Reported: 2002-07-12 12:27 UTC by Erwann CORVELLEC
Modified: 2003-05-09 18:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.