summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-26 18:58:51 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-26 18:58:51 +0000
commite614bbd8a4fff22d21513d5b2e7f1299b569a127 (patch)
treee50541f6875a15b4d760e71f9807bad0f5f91962 /net-mail/sendEmail
parentRemove old. (diff)
downloadgentoo-2-e614bbd8a4fff22d21513d5b2e7f1299b569a127.tar.gz
gentoo-2-e614bbd8a4fff22d21513d5b2e7f1299b569a127.tar.bz2
gentoo-2-e614bbd8a4fff22d21513d5b2e7f1299b569a127.zip
Remove old.
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/sendEmail')
-rw-r--r--net-mail/sendEmail/ChangeLog6
-rw-r--r--net-mail/sendEmail/sendEmail-1.55.ebuild23
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
-}