summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2010-06-16 05:43:51 +0000
committerDaniel Black <dragonheart@gentoo.org>2010-06-16 05:43:51 +0000
commit7846d26b5c0a07d39922e0e8ef1ebe3abb9226c5 (patch)
treec29f818b5e92c3cb8218d0ef9cf4ca7ff9fc65d4 /net-mail
parentFix typo as pointed out by Ray <rym002@netscape.net>. bug #324039 (diff)
downloadgentoo-2-7846d26b5c0a07d39922e0e8ef1ebe3abb9226c5.tar.gz
gentoo-2-7846d26b5c0a07d39922e0e8ef1ebe3abb9226c5.tar.bz2
gentoo-2-7846d26b5c0a07d39922e0e8ef1ebe3abb9226c5.zip
version bump based of ebuild by Constanze Hausner in bug #12949
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/swaks/ChangeLog10
-rw-r--r--net-mail/swaks/swaks-20100211.0.ebuild35
2 files changed, 43 insertions, 2 deletions
diff --git a/net-mail/swaks/ChangeLog b/net-mail/swaks/ChangeLog
index 138604c5a408..e6b29d89b903 100644
--- a/net-mail/swaks/ChangeLog
+++ b/net-mail/swaks/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/swaks
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.13 2007/01/06 01:16:10 ferdy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.14 2010/06/16 05:43:51 dragonheart Exp $
+
+*swaks-20100211.0 (16 Jun 2010)
+
+ 16 Jun 2010; Daniel Black <dragonheart@gentoo.org>
+ +swaks-20100211.0.ebuild:
+ version bump based of ebuild by Constanze Hausner in bug #12949
06 Jan 2007; Fernando J. Pereda <ferdy@gentoo.org>
-swaks-20040404.1.ebuild, -swaks-20050605.3.ebuild,
diff --git a/net-mail/swaks/swaks-20100211.0.ebuild b/net-mail/swaks/swaks-20100211.0.ebuild
new file mode 100644
index 000000000000..37738e106f8d
--- /dev/null
+++ b/net-mail/swaks/swaks-20100211.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20100211.0.ebuild,v 1.1 2010/06/16 05:43:51 dragonheart Exp $
+
+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/swaks/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="ssl"
+
+DEPEND=">=dev-lang/perl-5.8.8"
+
+RDEPEND="${DEPEND}
+ >=dev-perl/Net-DNS-0.65
+ ssl? ( >=dev-perl/Net-SSLeay-1.35 )
+ >=virtual/perl-MIME-Base64-3.07
+ >=virtual/perl-Digest-MD5-2.39
+ >=virtual/perl-Time-HiRes-1.97
+ >=virtual/perl-Time-Local-1.19
+ >=dev-perl/Authen-NTLM-1.02
+ >=dev-perl/Authen-DigestMD5-0.04
+ >=dev-perl/Digest-SHA1-2.11"
+
+
+src_compile() {
+ /usr/bin/pod2man -s 1 doc/ref.pod swaks.1 || die "man page compulation failed"
+}
+
+src_install() {
+ newbin swaks swaks || die "newbin failed"
+ doman swaks.1
+}