summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2014-01-04 18:54:57 +0000
committerMatti Bickel <mabi@gentoo.org>2014-01-04 18:54:57 +0000
commit1e52dbe89a71e29b486392a417cc31972f9cdf5f (patch)
tree76be5c2127adf83c152becad8d760d97721d5738 /dev-php/PEAR-Net_LDAP2
parentRemoved old versions and files (diff)
downloadgentoo-2-1e52dbe89a71e29b486392a417cc31972f9cdf5f.tar.gz
gentoo-2-1e52dbe89a71e29b486392a417cc31972f9cdf5f.tar.bz2
gentoo-2-1e52dbe89a71e29b486392a417cc31972f9cdf5f.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
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.1.0.ebuild17
2 files changed, 24 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/ChangeLog b/dev-php/PEAR-Net_LDAP2/ChangeLog
index b4f4d382e541..00e4791e2fdb 100644
--- a/dev-php/PEAR-Net_LDAP2/ChangeLog
+++ b/dev-php/PEAR-Net_LDAP2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Net_LDAP2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.13 2012/03/18 19:17:46 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.14 2014/01/04 18:54:57 mabi Exp $
+
+*PEAR-Net_LDAP2-2.1.0 (04 Jan 2014)
+
+ 04 Jan 2014; Matti Bickel <mabi@gentoo.org> +PEAR-Net_LDAP2-2.1.0.ebuild:
+ version bump
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> PEAR-Net_LDAP2-2.0.12.ebuild:
sparc stable wrt #394067
@@ -68,4 +73,3 @@
New ebuild. Keeping KEYWORDS from dev-php/PEAR-Net_LDAP since this is
really just a version bump of that package with dropped PHP4
compatibility.
-
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild
new file mode 100644
index 000000000000..f736087f7f2b
--- /dev/null
+++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild
@@ -0,0 +1,17 @@
+# 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_LDAP2/PEAR-Net_LDAP2-2.1.0.ebuild,v 1.1 2014/01/04 18:54:57 mabi Exp $
+
+EAPI="5"
+
+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]"