summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-08-22 19:32:14 +0000
committerSteve Dibb <beandog@gentoo.org>2009-08-22 19:32:14 +0000
commit715c4eedfa9e45af238487e7267cf0fe0a4c24f4 (patch)
tree38059c02c48039c6630107710207f527d16504fc /dev-php/PEAR-Net_POP3
parentVersion bump (diff)
downloadgentoo-2-715c4eedfa9e45af238487e7267cf0fe0a4c24f4.tar.gz
gentoo-2-715c4eedfa9e45af238487e7267cf0fe0a4c24f4.tar.bz2
gentoo-2-715c4eedfa9e45af238487e7267cf0fe0a4c24f4.zip
Version bump; add sasl use flag for Auth_SASL
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_POP3')
-rw-r--r--dev-php/PEAR-Net_POP3/ChangeLog9
-rw-r--r--dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_POP3/ChangeLog b/dev-php/PEAR-Net_POP3/ChangeLog
index 69dcff6f2eb6..0013d72f1a77 100644
--- a/dev-php/PEAR-Net_POP3/ChangeLog
+++ b/dev-php/PEAR-Net_POP3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Net_POP3
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v 1.18 2007/02/21 23:30:41 peper Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_POP3/ChangeLog,v 1.19 2009/08/22 19:32:14 beandog Exp $
+
+*PEAR-Net_POP3-1.3.7 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_POP3-1.3.7.ebuild:
+ Version bump; add sasl use flag for Auth_SASL
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild
new file mode 100644
index 000000000000..e51f33127abd
--- /dev/null
+++ b/dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild
@@ -0,0 +1,14 @@
+# 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_POP3/PEAR-Net_POP3-1.3.7.ebuild,v 1.1 2009/08/22 19:32:14 beandog Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="Provides a POP3 class to access POP3 server."
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="sasl"
+RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1
+ !sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )"