diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-09-26 19:01:52 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-09-26 19:01:52 +0000 |
commit | 98b3b731cda93aba1cb9bd6f6f6971ad44c33bc4 (patch) | |
tree | 7c97aefc945f5849c2970e3cf8c9cc4221f6d64a /net-mail/sendEmail | |
parent | Remove old. (diff) | |
download | historical-98b3b731cda93aba1cb9bd6f6f6971ad44c33bc4.tar.gz historical-98b3b731cda93aba1cb9bd6f6f6971ad44c33bc4.tar.bz2 historical-98b3b731cda93aba1cb9bd6f6f6971ad44c33bc4.zip |
Remove old.
Package-Manager: portage-2.1.11.22/cvs/Linux x86_64
Diffstat (limited to 'net-mail/sendEmail')
-rw-r--r-- | net-mail/sendEmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/sendEmail/sendEmail-1.55.ebuild | 23 |
2 files changed, 4 insertions, 25 deletions
diff --git a/net-mail/sendEmail/ChangeLog b/net-mail/sendEmail/ChangeLog index a378ad1b5272..17a7df40f472 100644 --- a/net-mail/sendEmail/ChangeLog +++ b/net-mail/sendEmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/sendEmail # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/ChangeLog,v 1.19 2012/04/06 21:57:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/ChangeLog,v 1.20 2012/09/26 18:58:51 kensington Exp $ + + 26 Sep 2012; Michael Palimaka <kensington@gentoo.org> -sendEmail-1.55.ebuild: + Remove old. 06 Apr 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #63588 @@ -69,4 +72,3 @@ 19 Jun 2004; Gustavo Felisberto <humpback@gentoo.org>; : Initial import - diff --git a/net-mail/sendEmail/sendEmail-1.55.ebuild b/net-mail/sendEmail/sendEmail-1.55.ebuild deleted file mode 100644 index e761a37a6ec2..000000000000 --- a/net-mail/sendEmail/sendEmail-1.55.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 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.5 2009/09/12 04:43:24 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 -} |