From da96bb51fa458bd45fb284b7f8385cb023ec292e Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Fri, 24 Sep 2010 22:29:54 +0000 Subject: Version bump (#316521). (Portage version: 2.1.8.3/cvs/Linux x86_64) --- net-mail/sendEmail/ChangeLog | 9 +++++++-- net-mail/sendEmail/sendEmail-1.56.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 net-mail/sendEmail/sendEmail-1.56.ebuild (limited to 'net-mail') diff --git a/net-mail/sendEmail/ChangeLog b/net-mail/sendEmail/ChangeLog index 5afd01b8d990..ac7b77c2e471 100644 --- a/net-mail/sendEmail/ChangeLog +++ b/net-mail/sendEmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/sendEmail -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/ChangeLog,v 1.15 2009/09/12 04:43:24 mrness Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/ChangeLog,v 1.16 2010/09/24 22:29:54 mrness Exp $ + +*sendEmail-1.56 (24 Sep 2010) + + 24 Sep 2010; Alin Năstac +sendEmail-1.56.ebuild: + Version bump (#316521). 12 Sep 2009; Alin Năstac sendEmail-1.55.ebuild: Set LICENSE=GPL-2 (#283976). diff --git a/net-mail/sendEmail/sendEmail-1.56.ebuild b/net-mail/sendEmail/sendEmail-1.56.ebuild new file mode 100644 index 000000000000..fbf3ee949d54 --- /dev/null +++ b/net-mail/sendEmail/sendEmail-1.56.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.56.ebuild,v 1.1 2010/09/24 22:29:54 mrness Exp $ + +DESCRIPTION="Command line based, SMTP email agent" +HOMEPAGE="http://caspian.dotconf.net/menu/Software/SendEmail/" +SRC_URI="http://caspian.dotconf.net/menu/Software/SendEmail/${PN}-v${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="ssl" + +DEPEND="" +RDEPEND="dev-lang/perl + ssl? ( dev-perl/IO-Socket-SSL )" + +S="${WORKDIR}/${PN}-v${PV}" + +src_install() { + dobin sendEmail || die "failed to install sendEmail script" + dodoc CHANGELOG README TODO +} -- cgit v1.2.3-65-gdbad