summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-16 08:35:26 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-16 08:35:26 +0000
commit58b2f24312deba5b2b00181b1d35355a248355e5 (patch)
tree2f0be9be00970f00c53bac601d21f70c36d41311 /dev-perl/Net-SMTP-TLS-ButMaintained
parentversion bump, fix #481222 (diff)
downloadgentoo-2-58b2f24312deba5b2b00181b1d35355a248355e5.tar.gz
gentoo-2-58b2f24312deba5b2b00181b1d35355a248355e5.tar.bz2
gentoo-2-58b2f24312deba5b2b00181b1d35355a248355e5.zip
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Net-SMTP-TLS-ButMaintained')
-rw-r--r--dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog9
-rw-r--r--dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog b/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog
index 3135fe72b1b1..31d2e2760507 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog,v 1.6 2013/01/06 15:50:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SMTP-TLS-ButMaintained/ChangeLog,v 1.7 2013/08/16 08:35:26 patrick Exp $
+
+*Net-SMTP-TLS-ButMaintained-0.240.0 (16 Aug 2013)
+
+ 16 Aug 2013; Patrick Lauer <patrick@gentoo.org>
+ +Net-SMTP-TLS-ButMaintained-0.240.0.ebuild:
+ Bump
06 Jan 2013; Torsten Veller <tove@gentoo.org>
-Net-SMTP-TLS-ButMaintained-0.200.0.ebuild:
@@ -30,4 +36,3 @@
17 Jun 2012; Torsten Veller <tove@gentoo.org>
+Net-SMTP-TLS-ButMaintained-0.190.0.ebuild, +metadata.xml:
Initial commit for www-apps/otrs (#418165)
-
diff --git a/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0.ebuild b/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0.ebuild
new file mode 100644
index 000000000000..d3c3fc387fea
--- /dev/null
+++ b/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 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.240.0.ebuild,v 1.1 2013/08/16 08:35:26 patrick Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=FAYLAND
+MODULE_VERSION=0.24
+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