diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-24 12:43:57 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-24 12:43:57 +0000 |
commit | d7e11330e803908f780b49937093eb7721105b19 (patch) | |
tree | 7f1ebf41b15b415d6dd049e5f6de4110b5f28445 /dev-php | |
parent | Version bump from the php-overlay (diff) | |
download | gentoo-2-d7e11330e803908f780b49937093eb7721105b19.tar.gz gentoo-2-d7e11330e803908f780b49937093eb7721105b19.tar.bz2 gentoo-2-d7e11330e803908f780b49937093eb7721105b19.zip |
Version bump from the php-overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_LDAP/ChangeLog | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.0.0.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PEAR-Net_LDAP/files/digest-PEAR-Net_LDAP-1.0.0 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-php/PEAR-Net_LDAP/ChangeLog b/dev-php/PEAR-Net_LDAP/ChangeLog index a4943c6a2a9c..898df96f8e49 100644 --- a/dev-php/PEAR-Net_LDAP/ChangeLog +++ b/dev-php/PEAR-Net_LDAP/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-php/PEAR-Net_LDAP # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog,v 1.2 2007/10/15 20:07:59 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/ChangeLog,v 1.3 2007/12/24 12:43:56 armin76 Exp $ + +*PEAR-Net_LDAP-1.0.0 (24 Dec 2007) + + 24 Dec 2007; Raúl Porcel <armin76@gentoo.org> + +PEAR-Net_LDAP-1.0.0.ebuild: + Version bump from the php-overlay + + 21 Dec 2007; Jakub Moc <jakub@gentoo.org> + +PEAR-Net_LDAP-1.0.0.ebuild: + Version bump *PEAR-Net_LDAP-1.0.0_rc4 (14 Oct 2007) diff --git a/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.0.0.ebuild b/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.0.0.ebuild new file mode 100644 index 000000000000..4760d1bf40ed --- /dev/null +++ b/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_LDAP/PEAR-Net_LDAP-1.0.0.ebuild,v 1.1 2007/12/24 12:43:56 armin76 Exp $ + +inherit php-pear-r1 depend.php + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="OO interface for searching and manipulating LDAP-entries" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +pkg_setup() { + require_php_with_use ldap +} diff --git a/dev-php/PEAR-Net_LDAP/files/digest-PEAR-Net_LDAP-1.0.0 b/dev-php/PEAR-Net_LDAP/files/digest-PEAR-Net_LDAP-1.0.0 new file mode 100644 index 000000000000..fda8f22f4e26 --- /dev/null +++ b/dev-php/PEAR-Net_LDAP/files/digest-PEAR-Net_LDAP-1.0.0 @@ -0,0 +1,3 @@ +MD5 3e30e9a0256e325924a7c3917e337009 Net_LDAP-1.0.0.tgz 52986 +RMD160 fcf1ecfc93cc0b315f8161cfb28f1006a0272c7b Net_LDAP-1.0.0.tgz 52986 +SHA256 c7ded6e08fa7fe5d83b79bd896d90e5fc4d7396e16d5ed1b50c05aca4f869f69 Net_LDAP-1.0.0.tgz 52986 |