Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353052 - darcs eclass doesn't handle ESCM_OFFLINE env variable
Summary: darcs eclass doesn't handle ESCM_OFFLINE env variable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 12:45 UTC by Alexander Vershilov (RETIRED)
Modified: 2011-01-30 10:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for darcs eclass (darcs.eclass.patch,977 bytes, patch)
2011-01-28 12:48 UTC, Alexander Vershilov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vershilov (RETIRED) gentoo-dev 2011-01-28 12:45:59 UTC
Unlike other SCM eclasses darcs doesn't provide a way to emerge package without updating current local repository. 
Other SCM's use ESCM_OFFLINE option or ESCMNAME_OFFLINE (EGIT_OFFLINE,ESVN_OFFLINE).

Reproducible: Always

Steps to Reproduce:
1.try to reinstall package offline 
# ESCM_OFFLINE emerge xmonad
Actual Results:  
emerging will fail on fetching repository

Expected Results:  
package will be reinstalled using current revision in local repository
Comment 1 Alexander Vershilov (RETIRED) gentoo-dev 2011-01-28 12:48:37 UTC
Created attachment 260918 [details, diff]
patch for darcs eclass
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2011-01-30 10:45:13 UTC
Pushed to the tree.

Thank you!