diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:21:58 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:21:58 +0000 |
commit | 873ec7797ffca79b511c3f8c78e70f0cae3307ff (patch) | |
tree | b0e9f123509166cddb5f00adebc14cc4c1bdf03c /dev-perl/perl-ldap | |
parent | Version bump, thanks seemant (diff) | |
download | gentoo-2-873ec7797ffca79b511c3f8c78e70f0cae3307ff.tar.gz gentoo-2-873ec7797ffca79b511c3f8c78e70f0cae3307ff.tar.bz2 gentoo-2-873ec7797ffca79b511c3f8c78e70f0cae3307ff.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/perl-ldap')
-rw-r--r-- | dev-perl/perl-ldap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/perl-ldap/perl-ldap-0.33-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/perl-ldap/perl-ldap-0.33.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/dev-perl/perl-ldap/ChangeLog b/dev-perl/perl-ldap/ChangeLog index 2da0770037a1..9b8e69e524ac 100644 --- a/dev-perl/perl-ldap/ChangeLog +++ b/dev-perl/perl-ldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/perl-ldap -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.49 2006/10/20 20:26:09 kloeri Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.50 2007/01/19 15:21:58 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -perl-ldap-0.31.ebuild, perl-ldap-0.33.ebuild, perl-ldap-0.33-r1.ebuild: + Ebuild maintenance 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> perl-ldap-0.33-r1.ebuild: diff --git a/dev-perl/perl-ldap/perl-ldap-0.33-r1.ebuild b/dev-perl/perl-ldap/perl-ldap-0.33-r1.ebuild index 06df23acb2c0..3f75d7a9dc6f 100644 --- a/dev-perl/perl-ldap/perl-ldap-0.33-r1.ebuild +++ b/dev-perl/perl-ldap/perl-ldap-0.33-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.33-r1.ebuild,v 1.17 2006/11/12 05:33:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.33-r1.ebuild,v 1.18 2007/01/19 15:21:58 mcummings Exp $ inherit perl-module DESCRIPTION="A collection of perl modules which provide an object-oriented interface to LDAP servers." -HOMEPAGE="http://search.cpan.org/~gbarr/${P}/" +HOMEPAGE="http://search.cpan.org/~gbarr/" SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" LICENSE="Artistic" @@ -22,7 +22,6 @@ DEPEND="dev-perl/Convert-ASN1 dev-perl/XML-SAX-Writer ) ssl? ( >=dev-perl/IO-Socket-SSL-0.81 ) dev-lang/perl" -RDEPEND="${DEPEND}" src_compile() { if [ "${MMSIXELEVEN}" ]; then diff --git a/dev-perl/perl-ldap/perl-ldap-0.33.ebuild b/dev-perl/perl-ldap/perl-ldap-0.33.ebuild index b1917f9730a4..18c5f3183205 100644 --- a/dev-perl/perl-ldap/perl-ldap-0.33.ebuild +++ b/dev-perl/perl-ldap/perl-ldap-0.33.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.33.ebuild,v 1.11 2006/08/06 03:00:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.33.ebuild,v 1.12 2007/01/19 15:21:58 mcummings Exp $ inherit perl-module DESCRIPTION="A collection of perl modules which provide an object-oriented interface to LDAP servers." -HOMEPAGE="http://search.cpan.org/~gbarr/${P}/" +HOMEPAGE="http://search.cpan.org/~gbarr/" SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" LICENSE="Artistic" @@ -19,7 +19,6 @@ DEPEND="dev-perl/Convert-ASN1 xml? ( dev-perl/XML-Parser ) ssl? ( >=dev-perl/IO-Socket-SSL-0.81 ) dev-lang/perl" -RDEPEND="${DEPEND}" src_compile() { if [ "${MMSIXELEVEN}" ]; then |