summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-11-16 18:06:24 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-11-16 18:06:24 +0000
commita3caa696ab52ada1ad50bc13de7ccb85680475bd (patch)
tree5fd18bc47040d09cb090bb4a47ad3ba819801429 /net-mail
parentAdd lv to the supported LINGUAS (diff)
downloadgentoo-2-a3caa696ab52ada1ad50bc13de7ccb85680475bd.tar.gz
gentoo-2-a3caa696ab52ada1ad50bc13de7ccb85680475bd.tar.bz2
gentoo-2-a3caa696ab52ada1ad50bc13de7ccb85680475bd.zip
Version bump.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/swaks/ChangeLog7
-rw-r--r--net-mail/swaks/files/digest-swaks-20061116.03
-rw-r--r--net-mail/swaks/swaks-20061116.0.ebuild35
3 files changed, 44 insertions, 1 deletions
diff --git a/net-mail/swaks/ChangeLog b/net-mail/swaks/ChangeLog
index d1e9d31b24e0..318fe34790e1 100644
--- a/net-mail/swaks/ChangeLog
+++ b/net-mail/swaks/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/swaks
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.11 2006/11/14 15:13:27 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.12 2006/11/16 18:06:24 ticho Exp $
+
+*swaks-20061116.0 (16 Nov 2006)
+
+ 16 Nov 2006; Andrej Kacian <ticho@gentoo.org> +swaks-20061116.0.ebuild:
+ Version bump.
*swaks-20060621.0 (14 Nov 2006)
diff --git a/net-mail/swaks/files/digest-swaks-20061116.0 b/net-mail/swaks/files/digest-swaks-20061116.0
new file mode 100644
index 000000000000..562030df4ddf
--- /dev/null
+++ b/net-mail/swaks/files/digest-swaks-20061116.0
@@ -0,0 +1,3 @@
+MD5 0be5dfe89ec415f0296680d61b3e4849 swaks.20061116.0 79270
+RMD160 1b8501917b83e0bf93dec5b8a09bf5b76aa01164 swaks.20061116.0 79270
+SHA256 2970f2ce9d9781661a3ee04114423f66217c6208009700b3447e2fa7663026e3 swaks.20061116.0 79270
diff --git a/net-mail/swaks/swaks-20061116.0.ebuild b/net-mail/swaks/swaks-20061116.0.ebuild
new file mode 100644
index 000000000000..ab087cb73264
--- /dev/null
+++ b/net-mail/swaks/swaks-20061116.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20061116.0.ebuild,v 1.1 2006/11/16 18:06:24 ticho Exp $
+
+MY_P=${P/-/.}
+DESCRIPTION="Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH"
+HOMEPAGE="http://www.jetmore.org/john/code/#swaks"
+SRC_URI="http://www.jetmore.org/john/code/${MY_P}"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="ssl"
+
+DEPEND=">=dev-lang/perl-5.8.3"
+
+RDEPEND="${DEPEND}
+ >=dev-perl/Net-DNS-0.40
+ ssl? ( >=dev-perl/Net-SSLeay-1.23 )
+ >=virtual/perl-MIME-Base64-3.00
+ >=virtual/perl-Digest-MD5-2.33
+ >=virtual/perl-Time-HiRes-1.54
+ >=dev-perl/Authen-NTLM-1.02
+ >=dev-perl/Authen-DigestMD5-0.04"
+
+S=${WORKDIR}
+
+src_unpack() {
+ cp ${DISTDIR}/${A} ${WORKDIR}
+}
+
+src_install() {
+ newbin ${MY_P} swaks
+}
+