summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2011-03-04 13:33:29 +0000
committerTiziano Müller <dev-zero@gentoo.org>2011-03-04 13:33:29 +0000
commitfd673a3071c79fee398259a36821634a5b6221fc (patch)
treef26659f5823c2526fadd2e4c71e5ac743b8a35c1 /dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild
parentx86 stable per bug 354505 (diff)
downloadhistorical-fd673a3071c79fee398259a36821634a5b6221fc.tar.gz
historical-fd673a3071c79fee398259a36821634a5b6221fc.tar.bz2
historical-fd673a3071c79fee398259a36821634a5b6221fc.zip
Version bump.
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild')
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild
new file mode 100644
index 000000000000..e0582221e576
--- /dev/null
+++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild
@@ -0,0 +1,17 @@
+# 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_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild,v 1.1 2011/03/04 13:33:29 dev-zero Exp $
+
+EAPI="3"
+
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+
+DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/php[ldap]"