summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-08 00:39:33 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-08 00:39:33 +0000
commit9d1334e42f322026bf5a71eb42e0ad9aaf9017c3 (patch)
tree8fd26da876eff4ad7ba822a1b12ea9b451d0e0df /dev-perl/Mail-IMAPClient
parentarm/s390/sh love (diff)
downloadhistorical-9d1334e42f322026bf5a71eb42e0ad9aaf9017c3.tar.gz
historical-9d1334e42f322026bf5a71eb42e0ad9aaf9017c3.tar.bz2
historical-9d1334e42f322026bf5a71eb42e0ad9aaf9017c3.zip
arm/s390/sh love
Package-Manager: portage-2.1.2_pre2-r5
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r--dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild21
1 files changed, 10 insertions, 11 deletions
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild
index bc86d62314d6..44e14587424a 100644
--- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild
@@ -1,32 +1,31 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.16 2006/09/18 14:55:21 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.17 2006/10/08 00:39:33 vapier Exp $
inherit perl-module eutils
DESCRIPTION="IMAP client module for Perl"
-SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
+SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz"
-SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~alpha amd64 ia64 ppc ~s390 sparc x86"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ia64 ppc s390 sh sparc x86"
IUSE=""
-# Tests are not enabled for this package intentionally. They require
-# an active imap server to connect to, as well as interaction.
-#SRC_TEST="do"
-
DEPEND=">=virtual/perl-libnet-1.0703
dev-perl/Parse-RecDescent
dev-lang/perl"
RDEPEND="${DEPEND}"
+# Tests are not enabled for this package intentionally. They require
+# an active imap server to connect to, as well as interaction.
+#SRC_TEST="do"
+
mydoc="FAQ"
src_unpack(){
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-skiptest.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${PV}-skiptest.patch
}
-