summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* look ma, I'm touching eclasses!Brian Harring2006-01-071-2/+2
* 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 actually...Christian Heim2005-08-131-2/+2
* 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 c...Armando Di Cianno2004-12-131-15/+16
* '...' -> ' ...'Mike Frysinger2004-10-191-6/+6
* Added an auth/server type of 'no' which uses no AUTH type, and no password; t...Armando Di Cianno2004-09-281-3/+28
* 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 upd...Tal Peer2003-09-281-1/+7
* - I'm taking over this eclass. muhahaha.Tal Peer2003-09-281-47/+61
* 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
* add support for local module renaming. this is basically the cvs checkout -d ...Dan Armak2003-06-301-16/+29
* 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 co...Dan Armak2003-04-271-3/+2
* 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 verbose...Dan Armak2003-04-221-14/+16
* fixes to commentsDan Armak2003-04-221-4/+4
* new rewritten cvs.eclass and kde-source.eclass changed to match. see gnetoo-d...Dan Armak2003-04-191-259/+163
* 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 having...Dan Armak2003-03-191-14/+28
* modified cvs.eclass to use 'anonymous' pservers with password - see bug #1149...Tilman Klar2003-02-211-2/+29
* 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 which...Dan Armak2002-12-221-5/+14
* 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
* add quotes around all filenames/dirnames so that names with spaces in them workDan Armak2002-11-231-21/+21
* changed chown root to chown `whoami`Stefan Jones2002-11-221-2/+2
* New version of cvs.eclass: Added ECVS_AUTH and ECVS_RUNAS.Tilman Klar2002-11-191-19/+43
* new funcitonality: non-anonymous cvs access via :ext: and ssh/rsh, courtesy o...Dan Armak2002-11-011-5/+52
* Header updates/cleanupsMike Frysinger2002-10-251-2/+2
* fix identation (proper tabs everywhere, alignment) in my eclassesDan Armak2002-10-241-32/+30
* fix bug with non-local fetches where ECVS_SUBDIR has depth of two levels or m...Dan Armak2002-09-221-2/+2
* clean up cvs_src_unpack's copying of sources from the cvs dir into the workdi...Dan Armak2002-09-161-10/+16
* fix several bugs, including one that broke 1st-time checkouts that used ECVS_...Dan Armak2002-09-151-6/+11
* fix the mkdir/sandbox stuff once and for all, as well as a problem with symli...Dan Armak2002-09-101-28/+24
* fix error message when ECVS_TOP_DIR do not exist; and sandbox issuesMartin Schlemmer2002-09-081-1/+2
* fix error message when ECVS_TOP_DIR do not existMartin Schlemmer2002-09-081-1/+3
* 1. add ECVS_BRANCH support, with branch autoswitching handled by cvs itself. ...Dan Armak2002-09-081-3/+18