Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 278618

Summary: Add dev-ruby/ruby-ldap-0.9.9
Product: Gentoo Linux Reporter: Felix Schäfer <felix.schaefer>
Component: New packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 257867    

Description Felix Schäfer 2009-07-21 22:00:18 UTC
ruby-ldap has been updated, although not on the sf.net page, but for whatever reason on http://code.google.com/p/ruby-activeldap/ . This version is needed for openldap-2.4.16, or at least I got bitten by http://code.google.com/p/ruby-activeldap/issues/detail?id=25&can=1 with the aforementioned openldap version and any ruby-ldap version in portage.

Reproducible: Always




I just updated the ebuild to the new URI and version, see:
"""
# diff /usr/portage/dev-ruby/ruby-ldap/ruby-ldap-0.9.8.ebuild /usr/local/portage/dev-ruby/ruby-ldap/ruby-ldap-0.9.9.ebuild
1,4d0
< # Copyright 1999-2009 Gentoo Foundation
< # Distributed under the terms of the GNU General Public License v2
< # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.8.ebuild,v 1.1 2009/06/15 18:12:19 graaff Exp $
< 
8,9c4,5
< HOMEPAGE="http://ruby-ldap.sourceforge.net/"
< SRC_URI="mirror://sourceforge/ruby-ldap/${P}.tar.bz2"
---
> HOMEPAGE="http://code.google.com/p/ruby-activeldap/"
> SRC_URI="http://ruby-activeldap.googlecode.com/files/${P}.tar.bz2"
"""
Comment 1 Wormo (RETIRED) gentoo-dev 2009-07-23 05:45:22 UTC
Thanks for submitting your version bump, assigning to ruby team.
Comment 2 Hans de Graaff gentoo-dev Security 2009-07-23 07:05:32 UTC
Thanks for figuring this out. I've added ruby-ldap-0.9.9 to CVS.

Note that we tend to like 'diff -u' better since it is more readible.