summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-08-22 18:40:07 +0000
committerSteve Dibb <beandog@gentoo.org>2009-08-22 18:40:07 +0000
commit21393944660a252c3857561481cf88f8fb7b7b7e (patch)
tree51470306a51e214c03b5cec0c267c1f89eaa5a7e /dev-php/PEAR-Net_SMTP
parentVersion bump (diff)
downloadgentoo-2-21393944660a252c3857561481cf88f8fb7b7b7e.tar.gz
gentoo-2-21393944660a252c3857561481cf88f8fb7b7b7e.tar.bz2
gentoo-2-21393944660a252c3857561481cf88f8fb7b7b7e.zip
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_SMTP')
-rw-r--r--dev-php/PEAR-Net_SMTP/ChangeLog9
-rw-r--r--dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.3.3.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog
index 224f86bbcb88..dee45ab8eb22 100644
--- a/dev-php/PEAR-Net_SMTP/ChangeLog
+++ b/dev-php/PEAR-Net_SMTP/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Net_SMTP
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.38 2008/02/26 16:31:49 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.39 2009/08/22 18:40:07 beandog Exp $
+
+*PEAR-Net_SMTP-1.3.3 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_SMTP-1.3.3.ebuild:
+ Version bump
*PEAR-Net_SMTP-1.2.11 (26 Feb 2008)
diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.3.3.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.3.3.ebuild
new file mode 100644
index 000000000000..1b2536de65c3
--- /dev/null
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.3.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 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.3.3.ebuild,v 1.1 2009/08/22 18:40:07 beandog 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="minimal"
+
+RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7
+ !minimal? ( >=dev-php/PEAR-Auth_SASL-1.0.1-r1 )"