Remove old version. Version bump. Add ssl USE flag for optional TLS support.
authorAlin Năstac <mrness@gentoo.org>
Wed, 15 Nov 2006 20:19:19 +0000 (20:19 +0000)
committerAlin Năstac <mrness@gentoo.org>
Wed, 15 Nov 2006 20:19:19 +0000 (20:19 +0000)
Package-Manager: portage-2.1.1-r1

net-mail/sendEmail/ChangeLog
net-mail/sendEmail/files/digest-sendEmail-1.54 [new file with mode: 0644]
net-mail/sendEmail/sendEmail-1.54.ebuild [new file with mode: 0644]

index 02ee36e8bee8e0dba8c4ba3e53b22a0280319299..ad0a880eb44b97a52bda716a977b787c6a6b83c3 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for net-mail/sendEmail
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/ChangeLog,v 1.8 2006/09/19 08:14:22 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/ChangeLog,v 1.9 2006/11/15 20:19:19 mrness Exp $
+
+*sendEmail-1.54 (15 Nov 2006)
+
+  15 Nov 2006; Alin Nastac <mrness@gentoo.org> -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 <mrness@gentoo.org> metadata.xml,
   sendEmail-1.52.ebuild:
diff --git a/net-mail/sendEmail/files/digest-sendEmail-1.54 b/net-mail/sendEmail/files/digest-sendEmail-1.54
new file mode 100644 (file)
index 0000000..1659b65
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 e6d768054d952feba6e904546f48c0e1 sendEmail-v1.54.tar.gz 25764
+RMD160 886a686c7b87e9a43e52ef0f130927ebb61c3bbb sendEmail-v1.54.tar.gz 25764
+SHA256 a2b505d00a2b6eee2a529772f20491efa0ce676943848adfee55929a0ee33a82 sendEmail-v1.54.tar.gz 25764
diff --git a/net-mail/sendEmail/sendEmail-1.54.ebuild b/net-mail/sendEmail/sendEmail-1.54.ebuild
new file mode 100644 (file)
index 0000000..040788a
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.54.ebuild,v 1.1 2006/11/15 20:19:19 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=""
+
+DEPEND=""
+RDEPEND="dev-lang/perl
+       ssl? ( dev-perl/IO-Socket-SSL )"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_install() {
+       dodir /usr/bin
+       exeinto /usr/bin ; doexe sendEmail
+       dodoc CHANGELOG  README  TODO
+}