diff options
author | Torsten Veller <tove@gentoo.org> | 2012-05-16 20:49:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-05-16 20:49:46 +0000 |
commit | 8650a846eb35e2300806edca52da40b62ede2424 (patch) | |
tree | 5840d715433e3af8794a648704a37b4f99f32221 /dev-perl/Mail-Box/Mail-Box-2.105.0.ebuild | |
parent | Version bump. The new version is written in plain C. (diff) | |
download | historical-8650a846eb35e2300806edca52da40b62ede2424.tar.gz historical-8650a846eb35e2300806edca52da40b62ede2424.tar.bz2 historical-8650a846eb35e2300806edca52da40b62ede2424.zip |
Initial commit for notmuch (#389831)
Package-Manager: portage-2.2.0_alpha105/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Mail-Box/Mail-Box-2.105.0.ebuild')
-rw-r--r-- | dev-perl/Mail-Box/Mail-Box-2.105.0.ebuild | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/dev-perl/Mail-Box/Mail-Box-2.105.0.ebuild b/dev-perl/Mail-Box/Mail-Box-2.105.0.ebuild new file mode 100644 index 000000000000..80f867acc70a --- /dev/null +++ b/dev-perl/Mail-Box/Mail-Box-2.105.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Box/Mail-Box-2.105.0.ebuild,v 1.1 2012/05/16 20:49:46 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=2.105 +inherit perl-module + +DESCRIPTION="Mail folder manager and MUA backend" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/TimeDate + >=dev-perl/User-Identity-0.930.0 + >=dev-perl/URI-1.230.0 + >=dev-perl/File-Remove-0.200.0 + dev-perl/MailTools + >=virtual/perl-Encode-2.260.0 + dev-perl/Digest-HMAC + >=dev-perl/Object-Realize-Later-0.140.0 + dev-perl/IO-stringy + >=virtual/perl-Scalar-List-Utils-1.130.0 + >=dev-perl/MIME-Types-1.4.0 + virtual/perl-MIME-Base64 + >=virtual/perl-File-Spec-0.700.0 + dev-perl/MIME-tools + dev-perl/Email-Simple +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Harness-3.0.0 + >=dev-perl/Test-Pod-1.0.0 + ) +" + +SRC_TEST=do + +src_configure() { + MAILBOX_INSTALL_OPTIONALS=n \ + MAILBOX_RUN_TESTS=y \ + perl-module_src_configure +} |