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/PEAR-Net_POP3-1.3.7.ebuild
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/PEAR-Net_POP3-1.3.7.ebuild')
-rw-r--r--dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.7.ebuild14
1 files changed, 14 insertions, 0 deletions
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 )"