diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-15 19:03:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-15 19:03:08 +0000 |
commit | 0eeec6f6c013fa085159910e40199968a1c88bda (patch) | |
tree | 291680d0917328acb7c0378c1a289db6a519272c /dev-perl/Email-Send/Email-Send-2.198.ebuild | |
parent | ppc stable #275875 (diff) | |
download | gentoo-2-0eeec6f6c013fa085159910e40199968a1c88bda.tar.gz gentoo-2-0eeec6f6c013fa085159910e40199968a1c88bda.tar.bz2 gentoo-2-0eeec6f6c013fa085159910e40199968a1c88bda.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Email-Send/Email-Send-2.198.ebuild')
-rw-r--r-- | dev-perl/Email-Send/Email-Send-2.198.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Email-Send/Email-Send-2.198.ebuild b/dev-perl/Email-Send/Email-Send-2.198.ebuild new file mode 100644 index 000000000000..0d2cd4359cd3 --- /dev/null +++ b/dev-perl/Email-Send/Email-Send-2.198.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/Email-Send-2.198.ebuild,v 1.1 2009/07/15 19:03:08 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Simply Sending Email" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/perl-Test-Simple + >=virtual/perl-Module-Pluggable-2.97 + virtual/perl-Scalar-List-Utils + >=dev-perl/Return-Value-1.302 + virtual/perl-File-Spec + dev-perl/Email-Simple + dev-perl/Email-Address" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |