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

Bug 325131

Summary: git.eclass EGIT_PROJECT documentation doesnt seem to match reality
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: EclassesAssignee: Tomáš Chvátal (RETIRED) <scarabeus>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description SpanKY gentoo-dev 2010-06-22 23:35:27 UTC
the EGIT_PROJECT documentation states:
# Git eclass will check out the git repository like:
#   ${EGIT_STORE_DIR}/${EGIT_PROJECT}/${EGIT_REPO_URI##*/}

but that doesnt seem to align with the follow-up line:

# so if you define EGIT_REPO_URI as http://git.collab.net/repo/git or
# http://git.collab.net/repo/git. and PN is subversion-git.
# it will check out like:
#   ${EGIT_STORE_DIR}/subversion

if the first part were true, shouldnt it instead be:
${EGIT_STORE_DIR}/subversion/git

the problem i'm having is having 2 ebuilds with same PN (but different PV) working off two different git repos.  they both go to the same place ($PN).
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-20 21:45:57 UTC
The git.eclass is obsoleted by git-2.eclass that has proper docs on these.