summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-02-15 13:04:42 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-02-15 13:04:42 +0000
commitea6927a235e957ed5c1fda6635a9b0fe03b7d253 (patch)
treefc8d3949346f8872b630f1aa27dbc2270ddedff5 /dev-php/PEAR-Net_SMTP
parentBump to rc3. (diff)
downloadgentoo-2-ea6927a235e957ed5c1fda6635a9b0fe03b7d253.tar.gz
gentoo-2-ea6927a235e957ed5c1fda6635a9b0fe03b7d253.tar.bz2
gentoo-2-ea6927a235e957ed5c1fda6635a9b0fe03b7d253.zip
Version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-Net_SMTP')
-rw-r--r--dev-php/PEAR-Net_SMTP/ChangeLog8
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.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 a1cea426679e..5759a0aa1e35 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.47 2011/01/10 18:21:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.48 2011/02/15 13:04:42 olemarkus Exp $
+
+*PEAR-Net_SMTP-1.5.0 (15 Feb 2011)
+
+ 15 Feb 2011; Ole Markus With <olemarkus@gentoo.org>
+ +PEAR-Net_SMTP-1.5.0.ebuild:
+ Version bump
10 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
PEAR-Net_SMTP-1.4.1.ebuild:
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.0.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.0.ebuild
new file mode 100644
index 000000000000..17bd1735b7d7
--- /dev/null
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.5.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.5.0.ebuild,v 1.1 2011/02/15 13:04:42 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 )"