From d17b7cf9fc283b0552b0ae773c809f0987729975 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 4 Jan 2016 19:45:48 +0100 Subject: dev-perl/Email-Reply: Version bump Package-Manager: portage-2.2.26 --- dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild (limited to 'dev-perl/Email-Reply/Email-Reply-1.204.0.ebuild') 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 + ) +" -- cgit v1.2.3-65-gdbad