diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-17 15:33:09 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-17 15:33:09 +0000 |
commit | 0ff91e538c499df1315cea4fa5a346277dd58111 (patch) | |
tree | 903fd2d163bb04e73ad4fc863417809f3b1a876e /dev-perl/perl-ldap | |
parent | UTF-8 fixes. (diff) | |
download | historical-0ff91e538c499df1315cea4fa5a346277dd58111.tar.gz historical-0ff91e538c499df1315cea4fa5a346277dd58111.tar.bz2 historical-0ff91e538c499df1315cea4fa5a346277dd58111.zip |
Stable on amd64.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-perl/perl-ldap')
-rw-r--r-- | dev-perl/perl-ldap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/perl-ldap/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/perl-ldap/perl-ldap-0.33.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-perl/perl-ldap/ChangeLog b/dev-perl/perl-ldap/ChangeLog index ade8d2c6267d..17426e9814dd 100644 --- a/dev-perl/perl-ldap/ChangeLog +++ b/dev-perl/perl-ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/perl-ldap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.31 2005/09/08 21:37:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.32 2005/09/17 15:33:09 cryos Exp $ + + 17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> perl-ldap-0.33.ebuild: + Stable on amd64. 08 Sep 2005; Aron Griffis <agriffis@gentoo.org> perl-ldap-0.33.ebuild: Mark 0.33 stable on alpha diff --git a/dev-perl/perl-ldap/Manifest b/dev-perl/perl-ldap/Manifest index a001d2ccc5aa..9b9618cfc105 100644 --- a/dev-perl/perl-ldap/Manifest +++ b/dev-perl/perl-ldap/Manifest @@ -1,6 +1,16 @@ -MD5 8905da6f1f6e2cb7fc7219bd54b91009 perl-ldap-0.33.ebuild 990 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b10edb34a83e9d8915e79b36adfbe451 perl-ldap-0.33.ebuild 986 +MD5 54bfc3202db67c8d8a7f07aec9f470bb ChangeLog 3812 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 aa66a0b79bd30fb71fadb07096583e4d ChangeLog 3720 MD5 28c38c34c4099f6024252d98ed10ad48 perl-ldap-0.31.ebuild 741 MD5 0de1cb7ea657ce28770d95aa7832827b files/digest-perl-ldap-0.31 66 MD5 e53054e29e1d8f42f70b035cebb12d5c files/digest-perl-ldap-0.33 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDLDdOntT9W3vfTuoRAr1AAJ9aLi6w4xk7082G++jXUjsfAE/7fQCgoRUX +9QNxtywH0Rg9sGnNJbdy2Hs= +=38t+ +-----END PGP SIGNATURE----- diff --git a/dev-perl/perl-ldap/perl-ldap-0.33.ebuild b/dev-perl/perl-ldap/perl-ldap-0.33.ebuild index 2cdbbb3108cd..82b2604ee775 100644 --- a/dev-perl/perl-ldap/perl-ldap-0.33.ebuild +++ b/dev-perl/perl-ldap/perl-ldap-0.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.7 2005/09/08 21:37:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.33.ebuild,v 1.8 2005/09/17 15:33:09 cryos Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="sasl xml ssl" DEPEND="dev-perl/Convert-ASN1 |