diff options
author | 2009-03-07 05:52:49 +0000 | |
---|---|---|
committer | 2009-03-07 05:52:49 +0000 | |
commit | 8fbb656568d589d02132100ce4b823b925e082fa (patch) | |
tree | 49257041f44f56f107cb191b05355d152f16a29f /dev-php | |
parent | (non maintainer commit) simple rename version bump, bug 223589 (diff) | |
download | gentoo-2-8fbb656568d589d02132100ce4b823b925e082fa.tar.gz gentoo-2-8fbb656568d589d02132100ce4b823b925e082fa.tar.bz2 gentoo-2-8fbb656568d589d02132100ce4b823b925e082fa.zip |
(non maintainer commit) simple rename version bump, bug 259206
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_LDAP2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/ChangeLog b/dev-php/PEAR-Net_LDAP2/ChangeLog index b48545dd59dd..5a74368b74b5 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.2 2008/03/20 12:05:17 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP2/ChangeLog,v 1.3 2009/03/07 05:52:49 darkside Exp $ + +*PEAR-Net_LDAP2-2.0.0_rc5 (07 Mar 2009) + + 07 Mar 2009; Jeremy Olexa <darkside@gentoo.org> + +PEAR-Net_LDAP2-2.0.0_rc5.ebuild: + (non maintainer commit) simple rename version bump, bug 259206 *PEAR-Net_LDAP2-2.0.0_rc2 (20 Mar 2008) diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild new file mode 100644 index 000000000000..f7e9ea1cdda0 --- /dev/null +++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild @@ -0,0 +1,20 @@ +# 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_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild,v 1.1 2009/03/07 05:52:49 darkside 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 +} |