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
commita559248a44fd1e58fb520869661964a0a47ca424 (patch)
treeadd0b52cabceb3b691174fd0a010e4589f612b0a /dev-php/PEAR-Net_LDAP2
parentx86 stable per bug 354505 (diff)
downloadgentoo-2-a559248a44fd1e58fb520869661964a0a47ca424.tar.gz
gentoo-2-a559248a44fd1e58fb520869661964a0a47ca424.tar.bz2
gentoo-2-a559248a44fd1e58fb520869661964a0a47ca424.zip
Version bump.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_LDAP2')
-rw-r--r--dev-php/PEAR-Net_LDAP2/ChangeLog10
-rw-r--r--dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.11.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/ChangeLog b/dev-php/PEAR-Net_LDAP2/ChangeLog
index eb6fe10f89c4..f32c4ca6f5d0 100644
--- a/dev-php/PEAR-Net_LDAP2/ChangeLog
+++ b/dev-php/PEAR-Net_LDAP2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Net_LDAP2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.5 2010/02/16 04:48:42 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.6 2011/03/04 13:33:29 dev-zero Exp $
+
+*PEAR-Net_LDAP2-2.0.11 (04 Mar 2011)
+
+ 04 Mar 2011; Tiziano Müller <dev-zero@gentoo.org>
+ +PEAR-Net_LDAP2-2.0.11.ebuild:
+ Version bump.
*PEAR-Net_LDAP2-2.0.7 (16 Feb 2010)
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]"