diff options
author | Alin Năstac <mrness@gentoo.org> | 2010-09-24 22:29:54 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2010-09-24 22:29:54 +0000 |
commit | da96bb51fa458bd45fb284b7f8385cb023ec292e (patch) | |
tree | 7f2b42134cdeab0348b5fa0fb880e1d7904c98b9 /net-mail | |
parent | Add librsvg to the gtk+-2.22 mask (diff) | |
download | gentoo-2-da96bb51fa458bd45fb284b7f8385cb023ec292e.tar.gz gentoo-2-da96bb51fa458bd45fb284b7f8385cb023ec292e.tar.bz2 gentoo-2-da96bb51fa458bd45fb284b7f8385cb023ec292e.zip |
Version bump (#316521).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/sendEmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/sendEmail/sendEmail-1.56.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
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 <mrness@gentoo.org> +sendEmail-1.56.ebuild: + Version bump (#316521). 12 Sep 2009; Alin Năstac <mrness@gentoo.org> 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 +} |