summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-11-06 18:11:20 +0000
committerBrian Evans <grknight@gentoo.org>2014-11-06 18:11:20 +0000
commit3a76d275d0bd4103b5fba30334afd7e4f3f84d88 (patch)
tree56f6d9bbe90fa25e18c68396ead2bcb8fd4a7f12 /dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild
parentVersion bump with glib-2.20 patch (bug 527358) (diff)
downloadgentoo-2-3a76d275d0bd4103b5fba30334afd7e4f3f84d88.tar.gz
gentoo-2-3a76d275d0bd4103b5fba30334afd7e4f3f84d88.tar.bz2
gentoo-2-3a76d275d0bd4103b5fba30334afd7e4f3f84d88.zip
Version bump; Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild')
-rw-r--r--dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild
new file mode 100644
index 000000000000..95e16557317e
--- /dev/null
+++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild,v 1.1 2014/11/06 18:11:20 grknight Exp $
+
+EAPI=5
+
+inherit php-pear-r1
+
+DESCRIPTION="Provides an implementation of the IMAP protocol"
+
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="sasl"
+RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.8
+ sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )"