diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-23 08:52:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-23 08:52:38 +0000 |
commit | 1ff264a84c530c8c363481704d7964e8af49f19e (patch) | |
tree | f2bdbf207e3e7ed2fb8c168ee924b2db049d73d4 /dev-perl/Email-Send | |
parent | Version bump. (diff) | |
download | gentoo-2-1ff264a84c530c8c363481704d7964e8af49f19e.tar.gz gentoo-2-1ff264a84c530c8c363481704d7964e8af49f19e.tar.bz2 gentoo-2-1ff264a84c530c8c363481704d7964e8af49f19e.zip |
Version bump.
(Portage version: 2.2_rc18/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl/Email-Send')
-rw-r--r-- | dev-perl/Email-Send/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Email-Send/Email-Send-2.193.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Email-Send/ChangeLog b/dev-perl/Email-Send/ChangeLog index 91717ca677e4..03dbb52e2510 100644 --- a/dev-perl/Email-Send/ChangeLog +++ b/dev-perl/Email-Send/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Email-Send # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/ChangeLog,v 1.17 2008/11/18 14:49:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/ChangeLog,v 1.18 2008/12/23 08:52:38 robbat2 Exp $ + +*Email-Send-2.193 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +Email-Send-2.193.ebuild: + Version bump. 18 Nov 2008; Torsten Veller <tove@gentoo.org> Email-Send-2.190.ebuild, Email-Send-2.192.ebuild: diff --git a/dev-perl/Email-Send/Email-Send-2.193.ebuild b/dev-perl/Email-Send/Email-Send-2.193.ebuild new file mode 100644 index 000000000000..77c0fa32bad7 --- /dev/null +++ b/dev-perl/Email-Send/Email-Send-2.193.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.193.ebuild,v 1.1 2008/12/23 08:52:38 robbat2 Exp $ + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Simply Sending Email" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +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 + dev-lang/perl" + +SRC_TEST="do" |