summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-06-06 09:34:26 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-06-06 09:34:26 +0000
commit9d88ce14ba985b6a5df97fa3af062217d0b077d5 (patch)
tree336189c33da23aa2c214b5b4daee7920ef79d16c /dev-php
parentVersion bump redis to 2.2.8 (bug 368861). (diff)
downloadgentoo-2-9d88ce14ba985b6a5df97fa3af062217d0b077d5.tar.gz
gentoo-2-9d88ce14ba985b6a5df97fa3af062217d0b077d5.tar.bz2
gentoo-2-9d88ce14ba985b6a5df97fa3af062217d0b077d5.zip
Version bump
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Net_SMTP/ChangeLog8
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog
index e0fc7c404ddf..76704073c209 100644
--- a/dev-php/PEAR-Net_SMTP/ChangeLog
+++ b/dev-php/PEAR-Net_SMTP/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Net_SMTP
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.49 2011/03/11 13:11:49 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.50 2011/06/06 09:34:26 olemarkus Exp $
+
+*PEAR-Net_SMTP-1.6.0 (06 Jun 2011)
+
+ 06 Jun 2011; Ole Markus With <olemarkus@gentoo.org>
+ +PEAR-Net_SMTP-1.6.0.ebuild:
+ Version bump
*PEAR-Net_SMTP-1.5.1 (11 Mar 2011)
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild
new file mode 100644
index 000000000000..463153601cee
--- /dev/null
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.0.ebuild,v 1.1 2011/06/06 09:34:26 olemarkus Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="An implementation of the SMTP protocol"
+
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="sasl"
+
+RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7
+ sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.1-r1 )"