Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17376 - cvs.eclass doesn't allow to fetch multiple cvs modules at once (feature request)
Summary: cvs.eclass doesn't allow to fetch multiple cvs modules at once (feature requ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-12 09:32 UTC by Artur Brodowski
Modified: 2003-06-18 01:10 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 Artur Brodowski 2003-03-12 09:32:59 UTC
i tried to write an abuild for cvs version of abiword2 lately
and i need to pull two modules from cvs for it (abi and wv).
unfortunately cvs.eclass won't let me do that, only one 
directory (optionally with subdirs) can be fetched at a time.
Comment 1 Dan Armak (RETIRED) gentoo-dev 2003-06-10 14:47:05 UTC
Well, so do: 
src_unpack() { 
	... 
	ECVS_MODULE=abi cvs_src_unpack 
	ECVS_MODULE=wv2 cvs_src_unpack 
	... 
} 
 
Why is it important to be able to achieve this in a single call? I just don't see the reason for 
such a feature... 
Comment 2 Artur Brodowski 2003-06-10 15:01:03 UTC
oh, that works just fine.
i just didn't know about cvs_src_unpack feature - i might have missed it
or it wasn't documented back then. anyways, this bug can be resolved now.
regards,
artb.
Comment 3 Dan Armak (RETIRED) gentoo-dev 2003-06-18 01:10:17 UTC
OK