diff options
author | 2014-08-21 15:48:11 +0000 | |
---|---|---|
committer | 2014-08-21 15:48:11 +0000 | |
commit | 2d1b7d89d3b9957dec04a895c20ba2ae8ecde56a (patch) | |
tree | 7d523eb29d839576caa63fb3311fd0856d976555 /dev-perl/MailTools/MailTools-2.120.0-r1.ebuild | |
parent | bumped 0.50.0 EAPI to 5; committed directly to stable as no other changes pre... (diff) | |
download | historical-2d1b7d89d3b9957dec04a895c20ba2ae8ecde56a.tar.gz historical-2d1b7d89d3b9957dec04a895c20ba2ae8ecde56a.tar.bz2 historical-2d1b7d89d3b9957dec04a895c20ba2ae8ecde56a.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'dev-perl/MailTools/MailTools-2.120.0-r1.ebuild')
-rw-r--r-- | dev-perl/MailTools/MailTools-2.120.0-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/MailTools/MailTools-2.120.0-r1.ebuild b/dev-perl/MailTools/MailTools-2.120.0-r1.ebuild new file mode 100644 index 000000000000..054387b92f1a --- /dev/null +++ b/dev-perl/MailTools/MailTools-2.120.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MailTools/MailTools-2.120.0-r1.ebuild,v 1.1 2014/08/21 15:47:47 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=2.12 +inherit perl-module + +DESCRIPTION="Manipulation of electronic mail addresses" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=" + >=virtual/perl-libnet-1.70.300 + dev-perl/TimeDate +" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |