Log of /eclass/cvs.eclass
Parent Directory
|
Revision Log
Revision
1.76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 25 19:57:53 2010 UTC
(7 years, 8 months ago)
by
vapier
Branch:
MAIN
Changes since
1.75: +17 -15 lines
Diff to
previous 1.75
fix order of ECVS_CVS_COMMAND and its default options #334241 by Michał Górny
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 11 00:11:46 2006 UTC
(11 years, 4 months ago)
by
vapier
Branch:
MAIN
Changes since
1.66: +4 -8 lines
Diff to
previous 1.66
break options out of command so people can set their own custom options/compress
Revision
1.63 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 7 23:46:57 2006 UTC
(12 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.62: +2 -2 lines
Diff to
previous 1.62
look ma, I'm touching eclasses!
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...
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 13 08:10:53 2005 UTC
(12 years, 8 months ago)
by
phreak
Branch:
MAIN
Changes since
1.58: +2 -2 lines
Diff to
previous 1.58
Fixing a typo inside ECVS_AUTH=ext (someone introduced SSH_RSH which actually is CVS_RSH, causing the eclass/ebuild using the eclass to fail on the if)
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:23:20 2005 UTC
(12 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.56: +1 -2 lines
Diff to
previous 1.56
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.56 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:20:03 2005 UTC
(12 years, 9 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.55: +1 -2 lines
Diff to
previous 1.55
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 13 06:35:06 2004 UTC
(13 years, 4 months ago)
by
fafhrd
Branch:
MAIN
Changes since
1.53: +16 -15 lines
Diff to
previous 1.53
Cleared X11 forwarding for 'ext' (ssh) and 'no' (ssh) auth types, which was 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 ;-)
Revision
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 28 06:18:06 2004 UTC
(13 years, 7 months ago)
by
fafhrd
Branch:
MAIN
Changes since
1.51: +28 -3 lines
Diff to
previous 1.51
Added an auth/server type of 'no' which uses no AUTH type, and no password; tested changes with pserver and ext auth server types, checks out AOK
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 4 14:35:12 2004 UTC
(14 years, 3 months ago)
by
coredumb
Branch:
MAIN
Changes since
1.49: +311 -124 lines
Diff to
previous 1.49
Added password-based SSH ext support + some cosmetic fixes. patch by jbms.
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 28 17:19:43 2003 UTC
(14 years, 7 months ago)
by
coredumb
Branch:
MAIN
Changes since
1.47: +7 -1 lines
Diff to
previous 1.47
Implemented ECVS_CLEAN - for fetching a clean copy of the repository when updating it.
Revision
1.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 13:21:02 2003 UTC
(14 years, 9 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.43: +19 -3 lines
Diff to
previous 1.43
fix ECVS_LOCALNAME handling for cases where ebuild calls cvs_src_unpack more than once. this happen in eg kdenonbeta modules automated via kde-source.eclass.
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 30 18:17:11 2003 UTC
(14 years, 9 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.42: +29 -16 lines
Diff to
previous 1.42
add support for local module renaming. this is basically the cvs checkout -d 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.
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 27 19:35:00 2003 UTC
(15 years ago)
by
danarmak
Branch:
MAIN
Changes since
1.39: +2 -3 lines
Diff to
previous 1.39
fix offline mode fetching - cvs_src_unpack was incorrectly exiting without copying the sources into workdir when in offline mode
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 22 20:43:29 2003 UTC
(15 years ago)
by
danarmak
Branch:
MAIN
Changes since
1.37: +16 -14 lines
Diff to
previous 1.37
fix issues with non-empty-password pserver cvs updates. also add more verbose nd sensible output.
Revision
1.36 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 19 11:52:50 2003 UTC
(15 years ago)
by
danarmak
Branch:
MAIN
Changes since
1.35: +165 -261 lines
Diff to
previous 1.35
new rewritten cvs.eclass and kde-source.eclass changed to match. see gnetoo-dev,core posts for details abt the changes.
Revision
1.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 19 11:54:21 2003 UTC
(15 years, 1 month ago)
by
danarmak
Branch:
MAIN
Changes since
1.32: +28 -14 lines
Diff to
previous 1.32
fixes: fix cases where an empty password is required, as distinct from having no password at all. remove some redundant code. add extra debug output to keep track of the flow. misc fixes.
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 21 14:07:46 2003 UTC
(15 years, 2 months ago)
by
phoenix
Branch:
MAIN
Changes since
1.31: +29 -2 lines
Diff to
previous 1.31
modified cvs.eclass to use 'anonymous' pservers with password - see bug #11497 for details
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 22 12:06:00 2002 UTC
(15 years, 4 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.28: +14 -5 lines
Diff to
previous 1.28
only use su if ECVS_RUNAS != whoami. resolves problems with portage .47 which doesn't run as root as so normally has no su access.
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 23 21:37:40 2002 UTC
(15 years, 5 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.25: +21 -21 lines
Diff to
previous 1.25
add quotes around all filenames/dirnames so that names with spaces in them work
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 1 10:54:42 2002 UTC
(15 years, 5 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.22: +52 -5 lines
Diff to
previous 1.22
new funcitonality: non-anonymous cvs access via :ext: and ssh/rsh, courtesy of phoenix. set ECVS_ANON=no and ECVS_USER=foo, ECVS_PASS=bar to activate.
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 22 18:43:20 2002 UTC
(15 years, 7 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.19: +2 -2 lines
Diff to
previous 1.19
fix bug with non-local fetches where ECVS_SUBDIR has depth of two levels or more; things were being copied to wrong places, breaking things like k3b
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 16 14:44:20 2002 UTC
(15 years, 7 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.18: +16 -10 lines
Diff to
previous 1.18
clean up cvs_src_unpack's copying of sources from the cvs dir into the workdir; fix a minor bug where unwanted dirs in doc/ were being copied
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 15 14:15:54 2002 UTC
(15 years, 7 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.17: +11 -6 lines
Diff to
previous 1.17
fix several bugs, including one that broke 1st-time checkouts that used ECVS_SUBDIR, another where DIR was incorrectly set, and even eliminated a few deprecated ECVS_MODULE_SUBDIR references (should be ECVS_SUBDIR now)
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 10 16:59:26 2002 UTC
(15 years, 7 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.16: +24 -28 lines
Diff to
previous 1.16
fix the mkdir/sandbox stuff once and for all, as well as a problem with symlinks in the ECVS_TOP_DIR path.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 8 16:17:15 2002 UTC
(15 years, 7 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.13: +18 -3 lines
Diff to
previous 1.13
1. add ECVS_BRANCH support, with branch autoswitching handled by cvs itself. 2. make the deafult location /cvs-src, and for kde stuff ditto/kde. 3. fix sandbox + ECVS_TOP_DIr is a symlink problem.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 3 15:31:09 2002 UTC
(15 years, 8 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.9: +12 -4 lines
Diff to
previous 1.9
fix bug with multiple-level subdirs being fecthed; remove empty dirs where fecthing failed
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 3 10:46:01 2002 UTC
(15 years, 8 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.8: +6 -4 lines
Diff to
previous 1.8
fix sandbox issues with creation of the top directory; make the setting for offline mode ECVS_SERVER=offline to avoid messing with troublesome empty variable/unset variable distintions
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 1 22:14:10 2002 UTC
(15 years, 8 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.6: +26 -9 lines
Diff to
previous 1.6
more rewrites. now works with kdenonbeta apps etc. will upload new tarball to website shortly.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 1 19:16:31 2002 UTC
(15 years, 8 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.5: +88 -48 lines
Diff to
previous 1.5
a big rewrite. fixes some bugs (hopefully the sandbox issues too); adds support for module subdirs to be fetched - used in fetching kde-common/admin and will soon provide the base for the kdenonbeta- and kdeextragear-derivative ebuilds.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 19 09:54:05 2002 UTC
(15 years, 9 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.4: +13 -1 lines
Diff to
previous 1.4
make cvs_src_unpack implement base_src_unpack-style autopatching. this way patches from csv ebuilds apply which fixes compile problems in kdeartwork.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 18 17:37:32 2002 UTC
(15 years, 9 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.3: +1 -10 lines
Diff to
previous 1.3
fix handling of modules that don't have an admin/ subdir and have to use the one from kde-common, like kdenetwork
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 17 20:25:16 2002 UTC
(15 years, 9 months ago)
by
danarmak
Branch:
MAIN
changes and eclasses for upcomnig kde cvs ebuilds. they won't live in portage but there's no reason for the eclasses not to live here, makes it much more comfortable
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|