# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module eutils CATEGORY="dev-perl" DESCRIPTION="IMAP client module for Perl" SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" SLOT="0" LICENSE="Artistic" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" IUSE="" SRC_TEST="do" DEPEND="${DEPEND} >=dev-perl/libnet-1.0703 dev-perl/Parse-RecDescent" mydoc="FAQ" src_unpack(){ unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-skiptest.patch }