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

Bug 443014 (ECVS_DATE)

Summary: cvs.eclass - add ECVS_DATE to specify a date instead of a version
Product: Gentoo Linux Reporter: Thomas Rausch <Thomas.Rausch>
Component: EclassesAssignee: SpanKY <vapier>
Status: RESOLVED FIXED    
Severity: enhancement CC: ghutzl, maggu2810, Thomas.Rausch
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 443086    
Attachments: Patch for cvs.eclass

Description Thomas Rausch 2012-11-13 19:31:28 UTC
To at CVS repositories refer to a specific version can, the date is very good. I have since taken the variable ECVS_DATE.
Can you please review the patch and take perhaps?

Reproducible: Always
Comment 1 Thomas Rausch 2012-11-13 19:33:47 UTC
Created attachment 329488 [details, diff]
Patch for cvs.eclass
Comment 2 Thomas Rausch 2012-11-13 19:38:46 UTC
An example:

vdr-xineliboutput-9999.ebuild -> for actual revision
vdr-xineliboutput-20120511.ebuild -> for revision from 11.05.2012

...
ECVS_SERVER="xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput"
ECVS_MODULE="${PN}"
if [ ${MY_PV} -gt 9999 ]; then
        ECVS_DATE="${MY_PV}"
fi
...
Comment 3 Thomas Rausch 2012-11-30 09:39:57 UTC
Corect:

vdr-xineliboutput-99999999.ebuild -> for actual revision
vdr-xineliboutput-20120511.ebuild -> for revision from 11.05.2012