ChangeLog

# ChangeLog for net-mail/sendEmail
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/ChangeLog,v 1.14 2007/09/26 04:47:40 mrness Exp $

26 Sep 2007; Alin Năstac sendEmail-1.55.ebuild:
Die on failure to install the script.

22 May 2007; Alin Năstac -sendEmail-1.52.ebuild,
-sendEmail-1.54.ebuild:
Remove old versions.

23 Mar 2007; Alin Năstac sendEmail-1.55.ebuild:
Stable on x86.

*sendEmail-1.55 (14 Jan 2007)

14 Jan 2007; Alin Năstac +sendEmail-1.55.ebuild:
Version bump.

16 Nov 2006; Alin Nastac sendEmail-1.54.ebuild:
Fix IUSE (#155362).

*sendEmail-1.54 (15 Nov 2006)

15 Nov 2006; Alin Nastac -sendEmail-1.42.ebuild,
+sendEmail-1.54.ebuild:
Remove old version. Version bump, with TLS support enabled
by ssl USE flag.

19 Sep 2006; Alin Nastac metadata.xml,
sendEmail-1.52.ebuild:
Take over the maintainership. Stable on x86.

10 Jan 2006; sendEmail-1.52.ebuild:
Marked ~amd64 per bug# 118336

*sendEmail-1.52 (09 Jun 2005)

09 Jun 2005; Gustavo Felisberto ;
+sendEmail-1.52.ebuild:
Version bump. Closes bug #92228 , thanks to wolf3d for bringing this to our
attention.

10 Sep 2004; Gustavo Felisberto ;
sendEmail-1.42.ebuild:
Stable on x86

*sendEmail-1.42 (19 Jun 2004)

19 Jun 2004; David Holm sendEmail-1.42.ebuild:
Added to ~ppc.

19 Jun 2004; Gustavo Felisberto ; :
Initial import

Manifest

DIST sendEmail-v1.55.tar.gz 27317 RMD160 3b8792b960207c75b0eaba35bb61d112b94e922a SHA1 11206d64afaa00dbf3413539bcd93d8a162af441 SHA256 bc76e36925f8269e933620ee234b40d11b25a3fff6c4b9f1155f0c3f94310e26
EBUILD sendEmail-1.55.ebuild 690 RMD160 9d07a06c42acf41d799c4a50fcf2830ad7296121 SHA1 1308b792ec7cd48d3309639408a625c30d440705 SHA256 307668b52f6ec61672279110343a50c4ba4c1abb6ad57009e34116edfad2c17e
MISC ChangeLog 1677 RMD160 cd3551a74b9545e6efe61a106fa638c3aa7c5d9d SHA1 5368c7ad6a76accb1778f5d1a68ca6ce6efda462 SHA256 98edaf97eca47204634d10ef9c3cda9d33b84ac604ec29219522dd31f29e28a3
MISC metadata.xml 721 RMD160 8352605842d7eb733c12811e0f83e0f982da7982 SHA1 f4474a5690f2519a3c87e427f13f1171cd813b9f SHA256 062675e4c2a858af60a043409fbe8404f4ae6f23799ee596d66b77f4a57cda4f

metadata.xml




no-herd

mrness@gentoo.org
Alin Nastac

SendEmail is a lightweight, completly command line based,
SMTP email agent. If you have the need to send email from a command prompt
this tool is perfect. It was designed to be used in bash scripts, Perl
programs, and web sites, but it is also quite useful in many other contexts.
SendEmail is written in Perl and is unique in that it requires NO SPECIAL
MODULES. It has a straight forward interface, making it very easy to use.

sendEmail-1.55.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.4 2007/10/22 22:57:58 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="as-is"
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
}