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

Bug 259930

Summary: sys-apps/openrc
Product: Gentoo Linux Reporter: Caleb Cushing <xenoterracide>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Caleb Cushing 2009-02-22 19:32:01 UTC
if [[ ${PV} == "9999" ]] ; then
        ESVN_REPO_URI="svn://roy.marples.name/openrc/trunk"
        inherit subversion                                 
else                                                       
        SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2
                mirror://gentoo/${P}.tar.bz2                         
                http://dev.gentoo.org/~cardoe/files/${P}.tar.bz2     
                http://dev.gentoo.org/~vapier/dist/${P}.tar.bz2"     
fi          

why? are we testing for a live ebuild in the versioned ebuild?       

Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-22 19:47:46 UTC
It's so the live and versioned ebuilds don't have to differ, making it easier to bring changes from one to the other.