Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278618 - Add dev-ruby/ruby-ldap-0.9.9
Summary: Add dev-ruby/ruby-ldap-0.9.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 257867
  Show dependency tree
 
Reported: 2009-07-21 22:00 UTC by Felix Schäfer
Modified: 2009-07-23 07:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.