diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-09 11:07:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-09 11:07:03 +0000 |
commit | 3783a81a2560ab045f24dfe4a24d204776c75bce (patch) | |
tree | 51132ade4a739a43b5065ced40da4791ee7e2b67 /dev-perl/Mail-DKIM/Mail-DKIM-0.37.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-3783a81a2560ab045f24dfe4a24d204776c75bce.tar.gz gentoo-2-3783a81a2560ab045f24dfe4a24d204776c75bce.tar.bz2 gentoo-2-3783a81a2560ab045f24dfe4a24d204776c75bce.zip |
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-DKIM/Mail-DKIM-0.37.ebuild')
-rw-r--r-- | dev-perl/Mail-DKIM/Mail-DKIM-0.37.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.37.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.37.ebuild new file mode 100644 index 000000000000..37d2553cd213 --- /dev/null +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.37.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.37.ebuild,v 1.1 2009/09/09 11:07:03 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=JASLONG +inherit perl-module + +DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 + virtual/perl-Digest-SHA + virtual/perl-MIME-Base64 + dev-perl/Net-DNS + dev-perl/MailTools" +RDEPEND="${DEPEND}" + +SRC_TEST="do" + +src_test(){ + # disable online tests + for test in policy public_key verifier ; do + mv "${S}"/t/${test}.t{,.disable} + done + perl-module_src_test +} |