Summary: | cvs.eclass - add ECVS_DATE to specify a date instead of a version | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Rausch <Thomas.Rausch> |
Component: | Eclasses | Assignee: | 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
Created attachment 329488 [details, diff]
Patch for cvs.eclass
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 ... Corect: vdr-xineliboutput-99999999.ebuild -> for actual revision vdr-xineliboutput-20120511.ebuild -> for revision from 11.05.2012 |