summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-03 18:20:01 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-03 18:20:01 +0000
commite0a0ce02201fd6781f1e9aaa2aad31d6b8621e5b (patch)
tree573b3589af6c79131e5e6ef7001dedfb81d539f2 /dev-perl/Net-SMTP-TLS-ButMaintained
parentVersion bump (diff)
downloadhistorical-e0a0ce02201fd6781f1e9aaa2aad31d6b8621e5b.tar.gz
historical-e0a0ce02201fd6781f1e9aaa2aad31d6b8621e5b.tar.bz2
historical-e0a0ce02201fd6781f1e9aaa2aad31d6b8621e5b.zip
[bump] dev-perl/Net-SMTP-TLS-ButMaintained-0.200.0
Package-Manager: portage-2.2.0_alpha115_p2/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Net-SMTP-TLS-ButMaintained')
-rw-r--r--dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog8
-rw-r--r--dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.200.0.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog b/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog
index 67fe87cf39c0..d12c010c8544 100644
--- a/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog
+++ b/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Net-SMTP-TLS-ButMaintained
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog,v 1.2 2012/06/23 07:46:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog,v 1.3 2012/07/03 18:20:01 tove Exp $
+
+*Net-SMTP-TLS-ButMaintained-0.200.0 (03 Jul 2012)
+
+ 03 Jul 2012; Torsten Veller <tove@gentoo.org>
+ +Net-SMTP-TLS-ButMaintained-0.200.0.ebuild:
+ Version bump
23 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Add remote-id info for cpan
diff --git a/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.200.0.ebuild b/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.200.0.ebuild
new file mode 100644
index 000000000000..b9097a0d798e
--- /dev/null
+++ b/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.200.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.200.0.ebuild,v 1.1 2012/07/03 18:20:01 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=FAYLAND
+MODULE_VERSION=0.20
+inherit perl-module
+
+DESCRIPTION="An SMTP client supporting TLS and AUTH"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-IO
+ virtual/perl-libnet
+ >=dev-perl/IO-Socket-SSL-1.760.0
+ dev-perl/Net-SSLeay
+ virtual/perl-MIME-Base64
+ dev-perl/Digest-HMAC
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+"
+
+SRC_TEST=do