summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-Net_LDAP')
-rw-r--r--dev-php/PEAR-Net_LDAP/ChangeLog9
-rw-r--r--dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_LDAP/ChangeLog b/dev-php/PEAR-Net_LDAP/ChangeLog
index df8a4b293ce0..2f11d563e4e0 100644
--- a/dev-php/PEAR-Net_LDAP/ChangeLog
+++ b/dev-php/PEAR-Net_LDAP/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Net_LDAP
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog,v 1.10 2008/03/03 16:56:22 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog,v 1.11 2009/08/22 19:34:57 beandog Exp $
+
+*PEAR-Net_LDAP-1.1.5 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_LDAP-1.1.5.ebuild:
+ Version bump
*PEAR-Net_LDAP-1.1.0 (03 Mar 2008)
diff --git a/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild b/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild
new file mode 100644
index 000000000000..94a0b6b11f99
--- /dev/null
+++ b/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.1.5.ebuild
@@ -0,0 +1,19 @@
+# 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_LDAP/PEAR-Net_LDAP-1.1.5.ebuild,v 1.1 2009/08/22 19:34:57 beandog 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=""
+
+pkg_setup() {
+ require_php_with_use ldap
+}