summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix order of ECVS_CVS_COMMAND and its default options #334241 by Michał GórnyMike Frysinger2010-08-251-15/+17
|
* make sure the sort is in a C locale #333773 by Michał GórnyMike Frysinger2010-08-241-2/+2
|
* add E{CVS,SCM}_VERSION support #333773 by Michał GórnyMike Frysinger2010-08-221-1/+5
|
* update eclass documentation to use new markings and avoid warningsMike Frysinger2010-08-211-6/+9
|
* support ESCM_OFFLINE #307743 by Martin VäthMike Frysinger2010-08-211-2/+8
|
* Moving dev-util/cvs* to dev-vcs/cvs*Jonathan Callen2010-06-191-2/+2
|
* Fix a typo.Ulrich Müller2008-04-271-3/+3
|
* Document for use with eclass-manpages (bug #210635).Bo Ørsted Andresen2008-03-061-54/+75
|
* sanitize $PN into bash form #131552 by Martin VäthMike Frysinger2006-12-111-2/+3
|
* break options out of command so people can set their own custom options/compressMike Frysinger2006-12-111-8/+4
|
* add support for ECVS_PROXY/ECVS_PROXY_PORT #155017 by Botykai ZsoltMike Frysinger2006-12-111-3/+5
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-10-141-3/+3
|
* document maintainersMike Frysinger2006-06-151-2/+4
|
* look ma, I'm touching eclasses!Brian Harring2006-01-071-2/+2
| | | | | introducing PORTAGE_ACTUAL_DISTDIR support for bug 117440, DISTDIR symlink indirection (blocks all unstated access to DISTDIR). Also breaks these eclasses since they have unstated access...
* add support for forcing cvs into offline mode #116494 by Kraml LiuMike Frysinger2005-12-241-2/+3
|
* only DEPEND on sudo if we use it #79196 by Emil BeinrothMike Frysinger2005-09-211-2/+4
|
* use epatch #42060Mike Frysinger2005-09-211-13/+3
|
* Fixing a typo inside ECVS_AUTH=ext (someone introduced SSH_RSH which ↵Christian Heim2005-08-131-2/+2
| | | | actually is CVS_RSH, causing the eclass/ebuild using the eclass to fail on the if)
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-13/+12
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* fix typo #77642Mike Frysinger2005-01-131-2/+2
|
* Cleared X11 forwarding for 'ext' (ssh) and 'no' (ssh) auth types, which was ↵Armando Di Cianno2004-12-131-15/+16
| | | | causing sandbox violations for root's .xauth when users had ForwardX11 turned on system-wide; fixed 'no' auth type (mainly used in cvs fetching GNUstep related ebuilds) to act as 'ext' (ssh) acts as appropriate, removing need for duplication of logic in code; removed redundant StrictHostKeyChecking option passed to the ssh command when 'ext' (ssh) auth type is used; tested with CVS fetching ebuilds other than the ones I maintain to make sure I didn't break anything ;-)
* '...' -> ' ...'Mike Frysinger2004-10-191-6/+6
|
* Added an auth/server type of 'no' which uses no AUTH type, and no password; ↵Armando Di Cianno2004-09-281-3/+28
| | | | tested changes with pserver and ext auth server types, checks out AOK
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* Added password-based SSH ext support + some cosmetic fixes. patch by jbms.Tal Peer2004-01-041-124/+311
|
* Clarify things a bitTal Peer2003-09-281-2/+4
|
* Implemented ECVS_CLEAN - for fetching a clean copy of the repository when ↵Tal Peer2003-09-281-1/+7
| | | | updating it.
* - I'm taking over this eclass. muhahaha.Tal Peer2003-09-281-47/+61
| | | | | - Cosmetics. - SSH Auth support (original patch by Danny <danny.milo@gmx.net>, slightly modified by me).
* aesthetics updates #25218Mike Frysinger2003-08-071-23/+24
|
* add einfoMike Frysinger2003-07-201-1/+2
|
* fix ECVS_LOCALNAME handling for cases where ebuild calls cvs_src_unpack more ↵Dan Armak2003-07-041-3/+19
| | | | than once. this happen in eg kdenonbeta modules automated via kde-source.eclass.
* add support for local module renaming. this is basically the cvs checkout -d ↵Dan Armak2003-06-301-16/+29
| | | | | | | | | option. useful when a module has a name ilke 'driver' or when a normal checkout would create several empty directories before getting to the actual files (eg a/b/c/module/files). this doesn't affect ebuilds that don't have ECVS_LOCALNAME set. patch submitted by Jon Kolb. closes #20715.
* Fixed sourforge.net which doesnt like -z4 anymoreTorben Hohn2003-06-131-1/+5
|
* die if a call to cvs fails. close bug #20871.Dan Armak2003-06-101-5/+5
|
* fix offline mode fetching - cvs_src_unpack was incorrectly exiting without ↵Dan Armak2003-04-271-3/+2
| | | | copying the sources into workdir when in offline mode
* fix wierd error message to be more understandableDan Armak2003-04-231-4/+4
|
* fix issues with non-empty-password pserver cvs updates. also add more ↵Dan Armak2003-04-221-14/+16
| | | | verbose nd sensible output.
* fixes to commentsDan Armak2003-04-221-4/+4
|
* new rewritten cvs.eclass and kde-source.eclass changed to match. see ↵Dan Armak2003-04-191-259/+163
| | | | gnetoo-dev,core posts for details abt the changes.
* By default don't set ECVS_BRANCH so can do -d "timestamp" checkoutsStefan Jones2003-04-171-2/+2
|
* fixed type. closes #17987.Martin Holzer2003-03-281-2/+2
|
* fixes: fix cases where an empty password is required, as distinct from ↵Dan Armak2003-03-191-14/+28
| | | | having no password at all. remove some redundant code. add extra debug output to keep track of the flow. misc fixes.
* modified cvs.eclass to use 'anonymous' pservers with password - see bug ↵Tilman Klar2003-02-211-2/+29
| | | | #11497 for details
* header fixesMike Frysinger2003-02-161-2/+4
|
* Fixed pserver non-anonymous loginsStefan Jones2002-12-311-3/+6
|
* only use su if ECVS_RUNAS != whoami. resolves problems with portage .47 ↵Dan Armak2002-12-221-5/+14
| | | | which doesn't run as root as so normally has no su access.
* add one more instance of variable quoting. finally closes bug #10872.Dan Armak2002-11-301-2/+2
|
* take * out of quotes, otherwise it's not shell-expandedDan Armak2002-11-291-3/+3
|