Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244484 - dev-ruby/rspec-1.1.11 erroneously depends on dev-ruby/hoe
Summary: dev-ruby/rspec-1.1.11 erroneously depends on dev-ruby/hoe
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-26 16:21 UTC by cyril mougel
Modified: 2008-10-27 06:22 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 cyril mougel 2008-10-26 16:21:40 UTC
Since rspec 1.1.11 there are no dependency needed by Rspec.

But in rpsec-1.1.11.ebuild there are a depends of hoe-1.8.1

Reproducible: Always
Comment 1 Hans de Graaff gentoo-dev Security 2008-10-27 06:22:33 UTC
According to the metadata in the gem rspec 1.1.11 still depends on hoe 1.8.1 or better. It is a marked as a development dependency, but those don't work as expected with rubygems < 1.3.0.

dependencies: 
- !ruby/object:Gem::Dependency 
  name: hoe
  type: :development
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 1.8.1
    version: 

If I'm missing something here then please reopen and let me know, but the lack of hoe 1.8.1 was causing real problems for me when working with rspec and related tools this weekend.