Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325131 - git.eclass EGIT_PROJECT documentation doesnt seem to match reality
Summary: git.eclass EGIT_PROJECT documentation doesnt seem to match reality
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tomáš Chvátal (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 23:35 UTC by SpanKY
Modified: 2011-04-20 21:45 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 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.