summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2008-03-20 12:05:17 +0000
committerMarkus Ullmann <jokey@gentoo.org>2008-03-20 12:05:17 +0000
commit5499b6fd39b94669cc208ad571525337a1dd53e6 (patch)
tree05e2ab8121c05add2c09876a212b70d74207887f /dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild
parentAdd ~amd64 keyword (diff)
downloadgentoo-2-5499b6fd39b94669cc208ad571525337a1dd53e6.tar.gz
gentoo-2-5499b6fd39b94669cc208ad571525337a1dd53e6.tar.bz2
gentoo-2-5499b6fd39b94669cc208ad571525337a1dd53e6.zip
0-Day Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild')
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild
new file mode 100644
index 000000000000..923bbcc81668
--- /dev/null
+++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 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.0_rc2.ebuild,v 1.1 2008/03/20 12:05:17 jokey Exp $
+
+inherit php-pear-r1 depend.php
+
+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=""
+need_php5
+
+pkg_setup() {
+ require_php_with_use ldap
+}