Log of /eclass/cvs.eclass
Parent Directory
|
Revision Log
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
,
to
selected 1.41
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
,
to
selected 1.41
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.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
,
to
selected 1.41
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, 6 months ago)
by
fafhrd
Branch:
MAIN
Changes since
1.51: +28 -3 lines
Diff to
previous 1.51
,
to
selected 1.41
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.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
,
to
selected 1.41
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
,
to
selected 1.41
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.41 -
(
view)
(
download)
(
annotate)
-
[selected]
Tue Jun 10 22:06:18 2003 UTC
(14 years, 10 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.40: +5 -5 lines
Diff to
previous 1.40
die if a call to cvs fails. close bug #20871.
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 27 19:35:00 2003 UTC
(14 years, 11 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.39: +2 -3 lines
Diff to
previous 1.39
,
to
selected 1.41
fix offline mode fetching - cvs_src_unpack was incorrectly exiting without copying the sources into workdir when in offline mode
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
,
to
selected 1.41
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.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
,
to
selected 1.41
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.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
,
to
selected 1.41
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
,
to
selected 1.41
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
,
to
selected 1.41
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
,
to
selected 1.41
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.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
,
to
selected 1.41
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.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
,
to
selected 1.41
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.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
,
to
selected 1.41
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
,
to
selected 1.41
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.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 17 20:25:16 2002 UTC
(15 years, 9 months ago)
by
danarmak
Branch:
MAIN
Diff
to
selected 1.41
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: |
|