diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-03-20 12:05:17 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-03-20 12:05:17 +0000 |
commit | 1b951b77ee0f4f24a88a0e1737b5b60277b10cd4 (patch) | |
tree | a73c531b0e0e610f3aed237a93fe739fc90f0b1e /dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild | |
parent | Add ~amd64 keyword (diff) | |
download | historical-1b951b77ee0f4f24a88a0e1737b5b60277b10cd4.tar.gz historical-1b951b77ee0f4f24a88a0e1737b5b60277b10cd4.tar.bz2 historical-1b951b77ee0f4f24a88a0e1737b5b60277b10cd4.zip |
0-Day Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild')
-rw-r--r-- | dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild new file mode 100644 index 000000000000..923bbcc81668 --- /dev/null +++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.0.0_rc2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 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_rc2.ebuild,v 1.1 2008/03/20 12:05:17 jokey 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 +} |