Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443014 (ECVS_DATE) - cvs.eclass - add ECVS_DATE to specify a date instead of a version
Summary: cvs.eclass - add ECVS_DATE to specify a date instead of a version
Status: RESOLVED FIXED
Alias: ECVS_DATE
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: SpanKY
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 443086
  Show dependency tree
 
Reported: 2012-11-13 19:31 UTC by Thomas Rausch
Modified: 2013-01-22 07:29 UTC (History)
3 users (show)

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


Attachments
Patch for cvs.eclass (cvs.eclass.diff,841 bytes, patch)
2012-11-13 19:33 UTC, Thomas Rausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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