diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-03-07 05:52:49 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-03-07 05:52:49 +0000 |
commit | 8fbb656568d589d02132100ce4b823b925e082fa (patch) | |
tree | 49257041f44f56f107cb191b05355d152f16a29f /dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild | |
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/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild')
-rw-r--r-- | dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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 +} |