Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114869 - Incorrect SRC_URI for media-libs/coin-2.1.0 and 2.4.3
Summary: Incorrect SRC_URI for media-libs/coin-2.1.0 and 2.4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://ftp.coin3d.org/coin/src/all/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-08 05:59 UTC by Jim MacDonald
Modified: 2006-01-04 09:51 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 Jim MacDonald 2005-12-08 05:59:02 UTC
The current SRC_URI   
   
SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/${MY_P}.tar.gz"   
   
is incorrect it should be   
   
SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${MY_P}.tar.gz"  
                                          -----  
  
only the latest version are kept in the src/ dir. 
 
This is not normally a problem as the tar balls are on the mirrors. I think 
the same problem may affect media-libs/SoQt too. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-01-04 09:24:53 UTC
Thanks Jim, fixed.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2006-01-04 09:51:41 UTC
.