Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259930 - sys-apps/openrc
Summary: sys-apps/openrc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-22 19:32 UTC by Caleb Cushing
Modified: 2009-02-22 19:47 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 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.