Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39204 - CVS version is 1.9.0, version check in ebuild fails
Summary: CVS version is 1.9.0, version check in ebuild fails
Status: RESOLVED FIXED
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: 2004-01-23 14:22 UTC by Samuel Tesla
Modified: 2004-01-25 04:12 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 Samuel Tesla 2004-01-23 14:22:56 UTC
ruby-cvs has been upgraded to version 1.9.0, we need to release a new ebuild so that folks can continue using the ruby-cvs package.

Reproducible: Always
Steps to Reproduce:
# ACCEPT_KEYWORDS="~x86" emerge dev-lang/ruby-cvs
Actual Results:  
!!! ERROR: dev-lang/ruby-cvs-1.8.0-r4 failed.
!!! Function src_compile, Line 31, Exitcode 0
!!! version mismatch
 


Expected Results:  
Successfully installed
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-01-23 15:47:36 UTC
Yup, I was working with the problem from the day before yesterday
but I want to add SLOT support to ruby-cvs as well, so hopefully
I would be able to add ruby-cvs-1.9.0.ebuild this weekend. 
Basic SLOT support is working here but I need some more work
on ruby.eclass to support SLOT=1.9 along with 1.6 and 1.8.

Sorry for the trouble.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-01-25 04:12:00 UTC
Fixed in CVS. Thanks for reporting.