diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-04 19:45:48 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-04 19:48:01 +0100 |
commit | d17b7cf9fc283b0552b0ae773c809f0987729975 (patch) | |
tree | 52a38f54790f966fe6cbf78d71eca15b2a72b0c5 /dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild | |
parent | dev-perl/Email-MIME: Version bump (diff) | |
download | gentoo-d17b7cf9fc283b0552b0ae773c809f0987729975.tar.gz gentoo-d17b7cf9fc283b0552b0ae773c809f0987729975.tar.bz2 gentoo-d17b7cf9fc283b0552b0ae773c809f0987729975.zip |
dev-perl/Email-Reply: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild')
-rw-r--r-- | dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild b/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild new file mode 100644 index 000000000000..973e6a5f1a38 --- /dev/null +++ b/dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RJBS +DIST_VERSION=1.204 +inherit perl-module + +DESCRIPTION="Reply to a Message" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Email-Abstract-2.10.0 + >=dev-perl/Email-Address-1.800.0 + >=dev-perl/Email-MIME-1.820.0 + >=virtual/perl-Exporter-5.570.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +" |