Log of /portage/ChangeLog
Parent Directory
|
Revision Log
Revision
1.1004 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 16 23:36:17 2005 UTC
(7 years, 10 months ago)
by
vapier
Branch:
MAIN
Changes since
1.1003: +4 -1 lines
Diff to
previous 1.1003
forward port from 2.0 branch rar support in unpack and the die->assert fix for when using pipes
Revision
1.995 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 29 05:50:51 2005 UTC
(7 years, 10 months ago)
by
vapier
Branch:
MAIN
Changes since
1.994: +6 -1 lines
Diff to
previous 1.994
fix IMAGE usage in pkg_preinst so that ebuild authors dont have to know/care about it
Revision
1.994 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 20 14:22:48 2005 UTC
(7 years, 11 months ago)
by
ferringb
Branch:
MAIN
CVS Tags:
rewrite-ignore
Changes since
1.993: +5 -1 lines
Diff to
previous 1.993
removed hardcoded paths, split inherit into two seperate chunks (internal, and external), and moved daemon overrides into
ebuild-daemon.lib
Revision
1.796.2.132 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 29 12:40:07 2005 UTC
(8 years ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.131: +23 -1 lines
Diff to
previous 1.796.2.131
, to
branch point 1.796
bin/ebuild.sh: Made /etc/profile.env sourced regardless of USERLAND. Made
copying of config.sub and config.guess --force'd as they are sometimes u-w.
Replaced a if/else of chgrp root/wheel with chgrp 0.
bin/emerge: Moved the system package unmerge check after slots are checked
and removed the countdown for when --ask is specified. Added a chdir to the
removal of old cache call so that there are no errors due to userpriv and
being in a non-portage-readable directory.
bin/etc-update: Moved the temporary work dir from /tmp/$$ to
${PORTAGE_TMPDIR}/$$.
bin/prepinfo bin/prepman: Reordered the -{min,max}depth and -name arguments
to find so that warnings are not produced.
pym/portage.py: Added support for FreeBSD's ldconfig. Fixed an incorrect
chown of BUILD_PREFIX instead of PORT_LOGDIR.
Revision
1.796.2.128 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 18 15:19:51 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.127: +18 -1 lines
Diff to
previous 1.796.2.127
, to
branch point 1.796
bin/emake: Made the make command configurable but defaulted to "make".
bin/emerge: Fixed an issue that would cause binary package reinstalls when
IUSE disagreed.
bin/repoman: Fixed an issue where the portage version wasn't appended to
the commit message when specified on the command line. Fixed the detection
of files above the package level during Manifest generation.
pym/portage.py: Renamed the userpriv FEATURE to userfetch for the fetch()
phase and fixed a bug where privileges would try to be dropped even as
non-root. Fixed a bug where files were attempted to be fetched when only a
manifest recreation is requested.
Revision
1.796.2.125 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 15 09:37:49 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.124: +12 -1 lines
Diff to
previous 1.796.2.124
, to
branch point 1.796
bin/emerge: Made --newuse take priority over --usepkg.
bin/repoman: Added HOMEPAGE to the list of vars that must be defined.
Restored detection of the digest.partial check. Made a commit message
required.
pym/portage.py: Fixed the definition of PYTHONPATH in env_update(). Fixed
the handling of quotes in env_update().
Revision
1.796.2.124 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 12 15:20:22 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.123: +22 -1 lines
Diff to
previous 1.796.2.123
, to
branch point 1.796
cnf/dispatch-conf.conf bin/dispatch-conf: Removed the pager config option
and made if part of the diff command option.
bin/dodoc: Backported vapier's fix for 0-byte files causing a spurious
"file not found" error.
bin/emerge: Remove --verbose and --tree from options when using --resume as
the combination is currently broken.
bin/repoman: Added three new checks on ebuild's PROVIDEs. Optimized out a
lot of unnecessary aux_get() calls. Modified to commit an unsigned Manifest
before committing the signed one to help ensure broken digests don't make
it to rsync.
pym/portage.py: Added SCCS to the list of directories to ignore when
ignorecvs is set in cacheddir(). Drop priveleges during fetch when userpriv
is set. Added message display when changing permissions on ccache dirs.
Revision
1.979 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 5 06:24:07 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.978: +5 -1 lines
Diff to
previous 1.978
Added some basic utility methods to StateGraph. Reworked the test script
into a functional equivalent of --pretend depclean.
Revision
1.978 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 5 05:08:26 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.977: +9 -1 lines
Diff to
previous 1.977
pym/portage_syntax.py: Added with_key() method to Atom for creating a new
atom of a different key with the same constraints.
bin/test_target_graph.py pym/portage_dep.py: Added transform_virtuals()
function to just that. Added testing code to show how it is used. Renamed
TargetGraph to StateGraph.
Revision
1.796.2.121 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 5 03:59:59 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.120: +8 -1 lines
Diff to
previous 1.796.2.120
, to
branch point 1.796
cnf/make.globals: Made CONFIG_PROTECT default to /etc only as packages are
augmenting it via env.d where necessary.
bin/emerge: Reverted deletion of apparently unused code as it was being
used in the case of --noreplace.
Revision
1.977 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 5 03:34:02 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.976: +5 -1 lines
Diff to
previous 1.976
Added full support for OR-based dependencies. Still need to sort out
virtuals and provide a public interface for TargetGraph.
Revision
1.975 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 5 00:20:33 2005 UTC
(8 years, 1 month ago)
by
vapier
Branch:
MAIN
Changes since
1.974: +3 -2 lines
Diff to
previous 1.974
make sure ldscripts exist in /usr/lib when static/dynamic libs are in /usr/lib and /lib #81420
Revision
1.967 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 4 13:27:57 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.966: +9 -1 lines
Diff to
previous 1.966
pym/portage_syntax.py pym/portage_dep.py: Filled out most of TargetGraph.
Still need to complete support for OR deps. Added a bit some more support
functions to Atom and DependSpec.
bin/test_target_graph.py: Just a script to help test and show the usage of
TargetGraph.
Revision
1.966 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 4 03:17:33 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.965: +5 -1 lines
Diff to
previous 1.965
Added remove_preferentials() method to the DependSpec class. Simplified
PkgGlue to just being a container.
Revision
1.962 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 3 13:49:35 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.961: +6 -1 lines
Diff to
previous 1.961
Fixed some bugs in the new intersects() and encapsulates() methods. Created
a transform_dependspec() function that reorders DependSpec elements based
on supplied preferences.
Revision
1.960 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 3 10:20:01 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.959: +5 -1 lines
Diff to
previous 1.959
Added intersects() and encapsulates() functions to the Atom class for
comparing relationships between similar atoms.
Revision
1.959 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 3 07:20:14 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.958: +8 -1 lines
Diff to
previous 1.958
man/portage.5: Removed invalid example from package.keywords section.
pym/portage_dep.py pym/portage_syntax.py: Mostly completed DependSpec and
started on TargetGraph.
Revision
1.796.2.113 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 1 04:08:54 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.112: +9 -1 lines
Diff to
previous 1.796.2.112
, to
branch point 1.796
pym/portage.py: Removed debugging information and added a fix for merging a
symlink to a directory over a file.
cnf/make.globals: Added a basic CONFIG_PROTECT setting for those users who
use only binary packages and don't have a portage tree.
Revision
1.796.2.103 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 29 03:37:30 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.102: +26 -1 lines
Diff to
previous 1.796.2.102
, to
branch point 1.796
bin/dispatch-conf pym/dispatch-conf.py: Fixed a typo with the added merge
option. Added hard-coded default merge option so that dispatch-conf can be
used to do a line by line of dispatch-conf.conf.
bin/ebuild.sh: Updated econf to use LOCAL_EXTRA_ECONF rather than
EXTRA_ECONF directly, as noted by eradicator. Removed the forced resizing
of ccache when CCACHE_SIZE is undefined.
bin/emerge: Fixed bug in --info during sorting when two versions have only
differing -r component. Ported Brian's regen method to --metadata for
faster updates.
bin/repoman: Fixed an off-by-one indexing into a list during scanning for
Manfiest commits.
pym/portage.py: Fixed a bug in the checking of whether sandbox is usable
when usersandbox is enabled. Combined u+w and g+w mods on ccache dir into
the one exec. Added missing g+s mods on ccache dir, which was causing mods
at each check. Moved mtime check in aux_get so that it applies to updating
from the metadata cache as well. Relocated the fix for mynewcat outside of
the loop to prevent needless re-calculation. Added debugging code for bug
#71787.
Revision
1.953 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 24 16:28:51 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.952: +5 -1 lines
Diff to
previous 1.952
Added a class called DependSpec which handles parsing *DEPEND and SRC_URI
strings. Read-only at the moment, but will probably change later.
Revision
1.952 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 24 12:49:01 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
MAIN
Changes since
1.951: +5 -1 lines
Diff to
previous 1.951
Removed support for --inject and --upgradeonly as well as the now unused
digraph class.
Revision
1.796.2.99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 23 07:26:03 2005 UTC
(8 years, 1 month ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.98: +10 -1 lines
Diff to
previous 1.796.2.98
, to
branch point 1.796
Added a 3 second delay after a failed Manifest commit. Fixed bug where
files at the category level were being treated as packages.
pym/portage.py portage_util.py portage_db_cpickle.py: Replaced
HIGHEST_PROTOCOL with its equivalent -1 to ensure python-2.2 compatibility.
Added back ChangeLog and metadata.xml to Manifest generation for portage
compatibility.
Revision
1.796.2.95 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 17 09:01:54 2005 UTC
(8 years, 2 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.94: +31 -1 lines
Diff to
previous 1.796.2.94
, to
branch point 1.796
pym/portage_exec.py: Added checks to see if the sandbox is executable and
disabled when it isn't.
bin/dispatch-conf cnf/dispatch-conf.conf pym/dispatch-conf.py: Made the
merge command configurable. Fixed a bug that caused conflicts to make their
way into the final configuration file. Made the config archive dir
automatically created if there is nothing in the way.
pym/output.py: Reverted the feature to make use of screen titles.
bin/emerge: Made detection of --ask capability use stdin instead of stdout.
pym/portage.py: Removed ChangeLog and metadata.xml from Manifest creation
and checking. Quietened failed mtimedb writes. Added patch to allow
fetching to read-only DISTDIR. Added logic to detect changing between
userpriv and non-userpriv and update the ccache permissions at each change.
Applied patch from #69763 to allow fetching to a read-only distfiles dir.
cnf/make.globals*: Removed vars not directly related to portage.
Architecture specific ones are going into the relevant profiles. USE_ORDER
and CONFIG_PROTECT* will likely be going into base.
Revision
1.796.2.93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 13 15:28:37 2005 UTC
(8 years, 2 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.92: +20 -1 lines
Diff to
previous 1.796.2.92
, to
branch point 1.796
pym/portage.py: Added verification of package.provided contents. Fixed a
bug with an incorrect error on binary package category moves. Fixed a small
bug that would cause a crash on an invalid PRELINK_PATH_MASK. Added signal
handling of SIGPIPE. Added deep fixing of permissions on CCACHE_DIR when
changing between userpriv states.
bin/emerge: Added sorting to versions listed in emerge info output.
bin/repoman: Downgraded the nesteddie check to a warning as it sometimes
has false positives.
cnf/make.conf*: Removed size estimation of PORTDIR.
man/emerge.1: Removed --inject documentation.
Revision
1.796.2.88 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 12 12:23:41 2005 UTC
(8 years, 2 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.87: +19 -1 lines
Diff to
previous 1.796.2.87
, to
branch point 1.796
pym/portage.py: Fixed spelling error. Removed code from portdbapi.gvisible
that was only utilized by repoman's (broken) allmasked check.
bin/portageq pym/portage.py: Utilized PORTAGE_CALLER to only print profile
deprecation notices when emerge first starts up.
bin/repoman: Limited digest.assumed and ebuild.allmasked (by default) to
scans at the package level only. Removed IUSE from required variables.
Fixed duplicate reporting of required variables. Adjusted size limit of
files/* to 20480 bytes. Fixed allmasked check. Removed reinitialization of
each profile at every usage.
bin/dispatch-conf: Replaced shutil.movefile() calls for python-2.2
compatibility.
Revision
1.945 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 3 15:37:19 2005 UTC
(8 years, 2 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.944: +6 -1 lines
Diff to
previous 1.944
Added shortcut to circular dep "resolution" as per bug 85130. Removed the
traversed cache dict from __traverse_nodes and made the original list into
a dict.
Revision
1.939 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 13 12:14:39 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.938: +7 -1 lines
Diff to
previous 1.938
correction of a slowdown Thomas de Grenier de Latour (TGL) pointed out, tracked it back to __traverse_nodes
Revision
1.935 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 9 09:06:13 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.934: +6 -1 lines
Diff to
previous 1.934
Don't set 02775 on depcache_dir.
Ever.
If the cache backend is stupid and can't get the perms right, fix the backend...
Revision
1.933 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 9 08:30:05 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.932: +4 -1 lines
Diff to
previous 1.932
Damn I'm cool. nice bug on my part, _eclasses_ is now properly processed and returned by flat_list.
Revision
1.932 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 9 08:22:58 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.931: +5 -1 lines
Diff to
previous 1.931
Two issues- use parsed restrict handling, and depends phase not bailing when
a cpv's key's can't be sourced
Revision
1.929 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 8 20:25:47 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.928: +5 -1 lines
Diff to
previous 1.928
make use based restricts work again by setting PORTAGE_RESTRICT w/ the use flattened result.
Revision
1.927 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 8 12:04:31 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.926: +7 -1 lines
Diff to
previous 1.926
Moved match_from_list, match_to_* stuff
into portage_dep, and updated references, and fixed a few bugs related to
match_* locations from last check in.
Threw out match_from_list_original func- it's dead code
Revision
1.925 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 8 10:02:20 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.924: +16 -1 lines
Diff to
previous 1.924
Cache refactoring is now in use. Eclass_cache is now just
a dict of stacked eclasses, but doesn't track per pkg eclasses.
That is left up to the cache. The cache now ignores/drops INHERITED- this
is replaced by _eclasses_, which is a serialized dict of
{eclass name: (on disk location, long(mtime))}. Note the tuple- returns from the
cache subsystem *should* be tuples, just the same as mtime should be a long.
aux_get *should* return INHERITED, but it should do it dynamically.
Basically, INHERITED is determined on the fly from the cache's _eclasses_ setting.
Beyond that, a sql cache template was added, along with a sqlite example.
flat_list, along with a metadata/cache specific backend, and cache.util.mirror_cache,
for metadata transfers.
Note all existing cache modules/implementations are now invalidated. Sorry. Upgrade em.
Existing cache's on disk are invalidated also, with the exemption of portdir/metadata/cache.
Revision
1.921 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 7 04:00:30 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.920: +9 -1 lines
Diff to
previous 1.920
eclass_cache is now eclass_cache.py:cache, config is config.py:config.
Shifted support functions around as needed, left references in portage.py (from blah import) where relevant.
Revision
1.920 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 6 10:51:18 2005 UTC
(8 years, 3 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.919: +7 -1 lines
Diff to
previous 1.919
Added a check to make sure the file exists before working with it, when
called with an ebuild path. #84102
Fixed the invalid call to isvalidatom() #84144
Expanded syslist during the unmerge phase so that all packages listed in
system are correctly checked and warned against. #83670
Revision
1.917 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 2 00:16:30 2005 UTC
(8 years, 3 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.916: +7 -1 lines
Diff to
previous 1.916
Added missing bsd_chflags import required after forward porting.
Added -* to FEATURES before saving back to the env after modification.
Revision
1.913 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 26 04:14:18 2005 UTC
(8 years, 3 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.912: +4 -1 lines
Diff to
previous 1.912
Brought forward changes from portage_2_0. Repoman is broken until pym/* is
updated.
Revision
1.912 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 25 04:56:52 2005 UTC
(8 years, 3 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.911: +5 -1 lines
Diff to
previous 1.911
adios PORTAGE_TMPFS, we hardly knew ye.
(no longer used/useful, since the depends metadata is passed back via daemon pipes, rather then a file)
Revision
1.911 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 24 23:36:54 2005 UTC
(8 years, 3 months ago)
by
solar
Branch:
MAIN
Changes since
1.910: +7 -1 lines
Diff to
previous 1.910
- added manifest_files to USER_CONFIG_PATH+/manifest_excludes. The way it works is to add a file to /etc/portage/manifest_files and this file will be ignore when checking the Manifest. This is mainly only useful when you rsync_exclude a file thats list in the Manifest. (embedded)
Revision
1.796.2.70 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 13 10:48:30 2005 UTC
(8 years, 4 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.69: +12 -1 lines
Diff to
previous 1.796.2.69
, to
branch point 1.796
portage.py: Fixed the global features usage in the config class and made
sure that any adjustments are propogated back to the env.
chflags.c: Replaced stat call with an lstat call in lhasproblems as the
calling code expects the function to operate directly on symlinks.
make.conf: Added warning with regard to changing PORTDIR and
/etc/make.profile.
Revision
1.796.2.69 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 6 13:02:50 2005 UTC
(8 years, 4 months ago)
by
carpaski
Branch:
portage_2_0
Changes since
1.796.2.68: +3 -1 lines
Diff to
previous 1.796.2.68
, to
branch point 1.796
release tag/header thingy.
I wish I was an Oscar Mayer Weiner... That is what I truly want to be! And if I was an Oscar Mayer Weiner, everyone would be in love with meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee! (You may clap. :)
Revision
1.796.2.66 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 5 14:31:24 2005 UTC
(8 years, 4 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.65: +15 -1 lines
Diff to
previous 1.796.2.65
, to
branch point 1.796
bin/emerge: Added removal of --tree and --changelog upon a restart of
emerge. Added --ask support to emerge metadata.
pym/portage.py: Removed the requisite that a profile must depend on
">=sys-apps/portage-2.0.51" to be able to use package.mask.
bin/repoman pym/portage.py: Removed the disabling of PORTDIR_OVERLAY from
portage.py and added code to repoman to set PORTDIR to the current
directory's repo unless it doesn't contain a profiles directory. If that is
the case, PORTDIR is kept and PORTDIR_OVERLAY is set to the current overlay
-only-.
Revision
1.796.2.61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 30 11:33:01 2005 UTC
(8 years, 4 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.60: +22 -1 lines
Diff to
previous 1.796.2.60
, to
branch point 1.796
emerge emerge.1: Added short -N option for --newuse. Moved virtuals
updating for packages that are about to be installed so that the update
happens after the virtuals within that package's direct dependencies are
resolved. Made the blocking message slightly easier to understand. Added a
suggestion to run emerge with --newuse before running depclean.
etc-update: Removed the unsetting of various options that happens when
using graphical mode.
quickpkg: Added -h and --help options.
repoman: Added patch to call xmllint directly on metadata.xml rather than
piping it. This prevents the need (and possible failure) to escape quote
characters.
portage.py: Fixed a bug with calculations using PRELINK_PATH_MASK where
paths matching those in PRELINK_PATH_MASK were not removed.
Revision
1.796.2.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 17 16:38:22 2005 UTC
(8 years, 5 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.54: +14 -9 lines
Diff to
previous 1.796.2.54
, to
branch point 1.796
portage.py: Fixed the blocking virtuals bug as per #78201. Removed the
warning about negations and reapplied negations to profile virtuals.
emerge-webrsync: Fixed the bash syntax error as per #77941.
Revision
1.796.2.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 13 13:23:26 2005 UTC
(8 years, 5 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.47: +17 -11 lines
Diff to
previous 1.796.2.47
, to
branch point 1.796
Fixed the reverse ordering of profile virtuals before installed virtuals
stacking. Turn a reference assignment into a copy to fix a bug where
digesting would not include files that were already fetched previously.
Added information about which package is causing an error to some aux_get()
errors.
Revision
1.796.2.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 6 14:30:09 2005 UTC
(8 years, 5 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.41: +7 -1 lines
Diff to
previous 1.796.2.41
, to
branch point 1.796
Added eradicator's multilib-strict patch, which allows checking and failing
if binaries are about to be installed into an incorrect directory. The
feature is configured via the MUTLILIB_STRICT_DIRS and MULTILIB_STRICT_DENY
and has no effect if either they are not defined or the feature is not
enabled.
Revision
1.796.2.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 4 09:34:40 2005 UTC
(8 years, 5 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.40: +7 -1 lines
Diff to
previous 1.796.2.40
, to
branch point 1.796
Added removal of the .packaged and .tested files to the clean stage.
Adjusted cleaning of the temp dir to include the directory as well, rather
than only the files therein. Added a check and appropriate removal of the
entire scratch dir if it is empty at the end of the clean phase.
Revision
1.796.2.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 4 02:16:39 2005 UTC
(8 years, 5 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.38: +8 -1 lines
Diff to
previous 1.796.2.38
, to
branch point 1.796
Adjusted virtuals stacking so that /etc/portage/virtuals is stacked on top
of the profile virtuals (including the custom /etc/portage/profile),
reordered the list of installed virtuals to match that of the combined
profile virtuals and then stacked the installed virtuals on top of those.
Also added back the deprecation notice.
Revision
1.796.2.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 2 08:05:35 2005 UTC
(8 years, 5 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.32: +10 -1 lines
Diff to
previous 1.796.2.32
, to
branch point 1.796
ebuild.sh: Adjusted autoconfig to work on ${WORKDIR} instead of ${S} and
modified output. #72360 Added notice on econf failure to include
config.log (if it exists) into any bug report. #75268 Don't prepend "/" to
CONF_LIBDIR if it already begins with "/" #75523
emerge: Don't update info dirs if noinfo FEATURE is enabled. #76378
Revision
1.907 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 29 05:00:52 2004 UTC
(8 years, 5 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.906: +5 -1 lines
Diff to
previous 1.906
Sort the unmerge to make the --pretend output easier to review when there
is a large list. Fixed depclean's attempt at modifying a tuple returned
from pkgsplit.
Revision
1.906 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 28 22:46:17 2004 UTC
(8 years, 5 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.905: +4 -1 lines
Diff to
previous 1.905
removed eclass man pages from makefile.am definitions, they should be broken out of portage-cvs now.
Revision
1.904 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 14 12:56:29 2004 UTC
(8 years, 6 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.903: +6 -1 lines
Diff to
previous 1.903
Fixed emerge so that the "emerge by path" message is only shown when the
"path" ends in .ebuild or .tbz2. Fixed the package.keywords bug that caused
all packages to become unmasked.
Revision
1.903 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 11 01:54:29 2004 UTC
(8 years, 6 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.902: +5 -1 lines
Diff to
previous 1.902
Modified atom.match() to reflect the change of cpv becoming an attribute of
atom.
Revision
1.902 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 10 12:04:21 2004 UTC
(8 years, 6 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.901: +4 -1 lines
Diff to
previous 1.901
Fixed a bug due to the cleanup patch where zfill() was being called on an
integer.
Revision
1.898 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 7 15:12:38 2004 UTC
(8 years, 6 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.897: +5 -1 lines
Diff to
previous 1.897
Inital commit. Refactors all of portage_versions.py and some functions from
portage.py into a CPV class and an Atom class.
Revision
1.889 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 24 11:21:12 2004 UTC
(8 years, 6 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.888: +5 -1 lines
Diff to
previous 1.888
bin/emerge: Added the removal of fully installed dependency subtrees
causing faster calculation due to less circular dependencies.
Revision
1.888 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 23 10:19:20 2004 UTC
(8 years, 6 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.887: +5 -1 lines
Diff to
previous 1.887
bin/emerge: --columns support is in and working. Algorithm has changed a
little so that the minimum space is used while keeping 2 spaces between all
columns.
Revision
1.887 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 23 09:26:49 2004 UTC
(8 years, 6 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.886: +10 -1 lines
Diff to
previous 1.886
bin/emerge: Added class graph_display and moved most of depgraph.display()
into various functions of it. --columns and --resume are not yet supported
with it, so the depgraph.display() has been kept for the time being.
pym/portage.py: Commented the deprecation notice for /etc/portage/virtuals
as it does not yet have a newer counterpart.
Revision
1.882 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 22 11:38:00 2004 UTC
(8 years, 6 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.881: +3 -2 lines
Diff to
previous 1.881
added sandbox changelog entry (as marius pointed out, make it explicit the sandbox lives in it's own module).
Revision
1.872 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 13 21:24:48 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.871: +9 -1 lines
Diff to
previous 1.871
Updated to make it more memory efficient- slots based, uses weakref
to handle symlink'd dirs. Still a bit slower, but it's also stat'ing
all directories upto the target directory. That can probably be removed.
Note, there is a bug in it currently- invalidate isn't a valid node method.
Nobody should hit this though, since dcache is only used in treewalk.
I'll correct it in a few days.CVS:
----------------------------------------------------------------------
Revision
1.867 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 10 18:05:09 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.866: +6 -1 lines
Diff to
previous 1.866
Dropping all support for reloading env attributes from a .51 dump.
It wasn't implemented correctly, and it's not worth the duct tape
and questionable code to try and half-ass support it.
Revision
1.866 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 10 16:21:33 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.865: +5 -1 lines
Diff to
previous 1.865
fixed a portageq call screw up that was leading to etc-update missing detecting any updates.
Revision
1.863 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 10 12:00:32 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.862: +5 -1 lines
Diff to
previous 1.862
should address bug w/ userpriv_fakeroot and -buildpkg where files could leak to the fs w/ wrong owners.
Revision
1.861 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 9 23:20:47 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.860: +13 -1 lines
Diff to
previous 1.860
see changelog. finished moving all filtering logic into listdir, so that the caching method
is strictly that, caching. removed EmptyOnError from listdir, it's not used, and is buggy-
first level files won't return None when EmptyOnError=False, w/ recursive anything beyond 1st level would.
Updated listdir calls to remove emptyonerror reference. It wasn't ever used, if it was (in conjunction with
recursive) it would result in a traceback.
Revision
1.860 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 9 12:59:17 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.859: +4 -1 lines
Diff to
previous 1.859
make prelink not cause the cache to be stale for every single merge.
down the line, should store the prelink'd md5, and un-prelink'd md5 (where applicable).
Do this so that we can just md5 it all- if the md5 doesn't match, and we have a prelink --undo'd md5, then we try
that, if it matches, update the prelink'd md5.
Should speed up verification.
Revision
1.856 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 8 05:58:32 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.855: +6 -1 lines
Diff to
previous 1.855
tweak to how portage.exit_callbacks functions, added add_exit_callback as a way for new code to append to it.
Revision
1.852 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 19:51:41 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.851: +5 -1 lines
Diff to
previous 1.851
fixed a bug in processing file_name -> an appropriate DISTDIR setting for non-DISTDIR saved locations.
Revision
1.850 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 14:31:12 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.849: +5 -1 lines
Diff to
previous 1.849
revert a slowdown for aux_get calling pattern related to get_timestamp, added mtime cache to instance.
Revision
1.849 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 14:06:53 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.848: +5 -1 lines
Diff to
previous 1.848
Bug fixes for selinux.setexec typo, and noisy rsync. Aside from that, a collection of header updates.
Revision
1.846 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 13:31:43 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.845: +7 -1 lines
Diff to
previous 1.845
Added missing metadata module (contributed via solar iirc), and corrected circular dependency issue regarding
portage_util trying to provide backwards compatability via portage_util.normpath.
Revision
1.844 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 13:15:29 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.843: +27 -1 lines
Diff to
previous 1.843
Merge of the ebuild-daemon code (ebuild.py), along with massive shifts/cleanup/fixes. At this
point, the env of an ebuild *should* be perfectly preserved, and used. This deprecates
portage.doebuild, in favor of eventually calling an ebuild.py:process_phase. The
code of doebuild now exists as ebuild.py:__adjust_env. That code needs cleanup,
and splitting. Rough stats for the daemonized ebuild processor code is a 33% reduction
in run time for a full regen, with the initial framework laid out to allow parallel
regens on smp systems. Aside from making all of the previous refactorings active
(sync refactoring in emerge, transports refactoring in portage.py and repoman), this
adds the following-
portage.exit_callbacks- append a function to this list, and it'll be exited at shutdown
FEATURES="verify-rdepend"- don't trust the packages stated rdepends, ldd the crap out of
the package to verify it. When severe is on, bail, if unstated rdepends are encountered.
FEATURES="prelink"- do prelinking of binaries after merging.
FEATURES="userpriv_fakeroot"- run the install phase in userpriv'd fakeroot instance, removing
the root requirement for all building phases but setup
FEATURES="confcache"- a implementation of stuart's confcache alg, minus the sandbox
modifications.
FEATURES="parallel-fetch"- bug #1661, fork and fetch while merging. Requires distlocks to be
enabled, and only kicks in when more then one package is being merged. This is based on
portage_exec.spawn_func, and depgraph.__fetch.
Aside from the feature additions, a large amount of code shifting to break the need for
portage_exec.spawn_func, and depgraph.__fetch.
Aside from the feature additions, a large amount of code shifting to break the need for
globals, and try to centralize the code for modularizing (this is the start of it).
A large amount of code cleanup in addition.
Revision
1.843 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:58:58 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.842: +10 -1 lines
Diff to
previous 1.842
Compatability hack to treat USE="selinux" as both a feature, and use. With the
env saving/restoring, it's possible a binpkg is created on a non-selinux system-
the use vars are preserved and reused, so that systems USE="-selinux", merged on a
selinux system results in preinst's selinux code not being executed. No labels.
That's bad.
Revision
1.841 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:51:57 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.840: +5 -1 lines
Diff to
previous 1.840
missing portage_util import. Only exposed when intentionally bailing out of a phase that is executing.
Revision
1.840 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:49:42 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.839: +15 -1 lines
Diff to
previous 1.839
Env clean ups, fixups. Not compatible
with doebuild at this commit, since it tries to write back via pipes. This will be corrected once ebuild.py and
portage.py are commited. Should a revert occur, define an appropriate speak
function. This commit closes out #52652, #51552, #51370, #46223, potential issues
from installed ebuilds not functioning correctly due to assuming use/has behave a
certain way #40993, ultimately #56408. Essentially, this is all the required
bash modifications to properly save/restore the env, allowing for ebuilds to
be uninstalled despite eclasses/ebuilds no longer existing. Also contains a
fair amount of protective code, since older env savings were incorrect. Additionally,
it properly restores variables attributes- export fex, shopt, etc. This is the basis
of the ebuild-daemon.
Revision
1.838 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:34:21 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.837: +6 -1 lines
Diff to
previous 1.837
code transfer out of portage.py. Functions are still in portage.py at this point, removed shortly. Closes a few
bugs with paren_reduce not returning a list, but a tuple also.
Revision
1.837 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:28:29 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.836: +7 -1 lines
Diff to
previous 1.836
Addition of get_timestamp, way of requesting -just- the mtime. Useful for speeding up checking if an entry is stale,
if the mtime differs, no need to read the file in- you know it's stale already. Cuts down on a few syscalls.
Revision
1.836 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:23:50 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.835: +18 -1 lines
Diff to
previous 1.835
Rewrite of Marius Mauch's (genone) sync refactoring code.
Relies on the transport refactoring for snapshots module. This obsoletes
emerge-webrsync. Supports old SYNC format for cvs, and new- new being
SYNC="cvs://[CVS_RSH:]user@host:cvsroot:cvs-module". New is preferred, otherwise
have to assume CVS_RSH=ssh, and cvs-module=gentoo-x86. Example of new-
SYNC="cvs://ssh:ferringb@cvs.gentoo.org:/var/cvsroot:gentoo-x86"
The snapshot uri is a bit odd, possible to rework it I'd think- either
SYNC="snapshot"
which pulls a mirror to use from portage.thirdpartymirrors["gentoo"], or explicitly
SYNC="snapshot-[mirror-uri]". fex
SYNC="snapshot-http://gentoo.chem.wisc.edu/gentoo/snapshots" would use
snapshots from gentoo.chem.wisc.edu. Sync uri for rsync is unchanged.
This is just the requisite code, the conversion to emerge to use it shall follow.
(#35535).
Revision
1.835 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:14:55 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.834: +12 -0 lines
Diff to
previous 1.834
Basically, a rewrite of portions of getbinpkg in httpConnection, and ftpConnection.
Those classes are hidden behind BundledConnection, which has an api that is
the same as fetchcommand.py:CustomConnection- that class abstracts the parsing and
handling of (FETCH|RESUME)COMMAND, and their protocol specific settings into a central
class. Code isn't in use as of this commit, but will be in use once ebd's code is
fully in cvs (portage.py commit essentially). The sync refactoring also uses it.
bug #23327 also is addressed, although it's ancillary- bundledConnection is able
to handle specific user/passwd, although for fetchcommand, we need to add a specific
user/password set of variables.
Revision
1.834 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 12:03:07 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.833: +7 -1 lines
Diff to
previous 1.833
Transfer of the cacheddir func out of portage.py, and into it's own module.
Current implementation isn't symlink aware, and has other issues (follow_symlinks
fex). This shift of it is intended so replacing it just involves creation and
importation of an alternative caching module.
Revision
1.833 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 11:58:29 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.832: +20 -1 lines
Diff to
previous 1.832
Code cleanup, moves, and shifting away from
commands.gso to portage_exec.spawn_get_output. Multiple additions to
portage_exec adding fakeroot support, a native collect status output,
and centralized code for killing off a set of pids. Correction to
portage_exec so that the spawned_list is correctly pruned- previously it
was a list of _all_ pids spawned, so portage could try to kill off a pid
that was previous a child, but by chance a new process runs as (depends on
how random the pid selection is). Aside from changes to cleanup, these changes
are mostly standalone.
Additionally, moved selinux context switching into portage_exec post-fork-
just specify the desired selinux_context, and it'll make the switch- if
portage_exec.selinux_capable, it makes the switch. Otherwise, it ignores it.
Finally, new function added, spawn_func. Pass in a python function, it'll fork,
then call the function w/ the args/kwargs passed to it- optionally using an additional
passed in function to interpret the results, and return an appropriate exitcode.
Also, a *large* amount of inline documentation is contained in this commit.
Revision
1.832 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 7 06:28:59 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.831: +10 -1 lines
Diff to
previous 1.831
dispatch-conf: Moved back to the version of dispatch-conf that was released
(due to python-2.2 compatibility) and fixed a small type in that version.
#70282
portage_dep.py: Added a few more readable optimizations to the
DependencyGraph class along with apprioriate comments.
emerge: Changed all usage of digraph in emerge to use the new
DependencyGraph class.
Revision
1.831 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 6 16:40:38 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.830: +6 -1 lines
Diff to
previous 1.830
Added full code comments to the DependencyGraph class. Did some code
optimization where readability was not adversly affected. Removed the
testing output from emerge.
Revision
1.830 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 6 02:34:24 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.829: +6 -1 lines
Diff to
previous 1.829
Added a reimplementation of digraph. Still some work to do (including
comments) in order to support the differences between *DEPEND. Modified
emerge a little to build up both dep graphs for testing purposes.
Revision
1.829 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 5 13:51:09 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.828: +7 -1 lines
Diff to
previous 1.828
doins: Added vapier's fix for doins changing existing directory
permissions. #69896
tbz2tool.c: Added vapier's fix for tbz2tool on ia64. #70001
Revision
1.827 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 3 12:08:35 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.826: +4 -1 lines
Diff to
previous 1.826
paren_reduce was returning a tuple instead of a list, pissing off use_reduce via a fetchlist call.
Revision
1.796.2.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 2 15:29:57 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.9: +6 -1 lines
Diff to
previous 1.796.2.9
, to
branch point 1.796
portage.py: Updated ExtractKernelVersion() to support 2.6.9's new
localversion. #67804 Reordered a cache update and a return statement so
that the cache is actually updated in ververify. #69523
Revision
1.823 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 2 15:01:45 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.822: +12 -1 lines
Diff to
previous 1.822
ebuild.sh: Turned off shell option extglob as it interferes with the g++ QA
interceptor. #69690
portage.py: Fixed a bug where a broken symlink blocking the installation of
a regular file would cause a traceback. #69672
quickpkg: Applied vapier's fix for processing file names that contain
spaces. #36997 Applied vapier's fix for parallel quickpkg's writing to a
single log file. #37270
Revision
1.796.2.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 2 14:56:56 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.8: +12 -1 lines
Diff to
previous 1.796.2.8
, to
branch point 1.796
ebuild.sh: Turned off shell option extglob as it interferes with the g++ QA
interceptor. #69690
portage.py: Fixed a bug where a broken symlink blocking the installation of
a regular file would cause a traceback. #69672
quickpkg: Applied vapier's fix for processing file names that contain
spaces. #36997 Applied vapier's fix for parallel quickpkg's writing to a
single log file. #37270
Revision
1.822 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 31 04:07:39 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.821: +12 -1 lines
Diff to
previous 1.821
g-cpan.pl: Applied fix for case-less matching of packages names. #69464
portage.py: Updated ExtractKernelVersion() to support 2.6.9's new
localversion. #67804 Reordered a cache update and a return statement so
that the cache is actually updated in ververify. #69523
bin/ebuild: Added missing portage_util import.
Revision
1.796.2.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 29 14:51:09 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.7: +13 -1 lines
Diff to
previous 1.796.2.7
, to
branch point 1.796
emerge: Fixed issue where emerge adds package to world when --onlydeps is
specified. #69260 Fixed issue where emerge was adding packages to world
when --uprade is specified even if the package is already installed. #69287
Fixed logic in path/to/ebuild check so that symlinks do not cause false
positives.
dispatch-conf: Added usata's fix for mac-os compatibility. #69304
getbinpkg.py: Reversed the logic of ftp passive-mode selection. #69371
Revision
1.820 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 29 14:45:35 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.819: +13 -1 lines
Diff to
previous 1.819
emerge: Fixed issue where emerge adds package to world when --onlydeps is
specified. #69260 Fixed issue where emerge was adding packages to world
when --uprade is specified even if the package is already installed. #69287
Fixed logic in path/to/ebuild check so that symlinks do not cause false
positives.
dispatch-conf: Added usata's fix for mac-os compatibility. #69304
getbinpkg.py: Reversed the logic of ftp passive-mode selection. #69371
Revision
1.819 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 29 11:00:34 2004 UTC
(8 years, 7 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.818: +5 -1 lines
Diff to
previous 1.818
Closing out (#69388), using solution provided in said bug.
Long story short, syntax error in config.reset was nuking items out of backupenv one each reset call
Revision
1.796.2.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 28 14:49:59 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796.2.5: +9 -2 lines
Diff to
previous 1.796.2.5
, to
branch point 1.796
Fixed up some incorrect descriptions. Added documentation for new and
changed functionality. Removed documentation for deprecated options.
Added missing substitution of ${FILE} in resume command. #69068
Revision
1.818 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 28 14:48:26 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.817: +9 -2 lines
Diff to
previous 1.817
Fixed up some incorrect descriptions. Added documentation for new and
changed functionality. Removed documentation for deprecated options.
Added missing substitution of ${FILE} in resume command. #69068
Revision
1.817 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 28 13:37:08 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.816: +9 -3 lines
Diff to
previous 1.816
Fixed aux_get error due to calling getfetchlist() when an ebuild no longer
exists in repoman. Removed a duplicate loop from the userquery function.
Revision
1.812 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 14:35:34 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.811: +5 -1 lines
Diff to
previous 1.811
Wrapped entire lock-holding section of fetch() in a try-finally block to
ensure that unlockfile is always called.
Revision
1.811 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 14:23:17 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.810: +5 -1 lines
Diff to
previous 1.810
Added patch from #48218 to continue on to next file when answering "no" to
the interactive replace prompt of menu option -3.
Revision
1.810 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 13:42:36 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.809: +5 -1 lines
Diff to
previous 1.809
Fixed the space/tab usage through the spinner_msgs definition. Removed
COMPILER from emerge info output.
Revision
1.809 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 11:20:46 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.808: +5 -1 lines
Diff to
previous 1.808
Converted config.pkeywordsdict from {atom:[keyword]} to
{cp:{atom:[keyword]}} to prevent a lot of unnecessary calculation.
Revision
1.804 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 23 09:07:41 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.803: +7 -2 lines
Diff to
previous 1.803
Reimplemented the option processing in dothml to remove the dependency on
optparse. Moved the profile KEYWORDS.invalid failure in repoman so that it
only occurs if the corresponding KEYWORD is valid.
Revision
1.803 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 23 04:39:38 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.802: +4 -1 lines
Diff to
previous 1.802
Made the invalid profile slightly more intelligable and got rid of the
duplicate.
Revision
1.802 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 23 04:20:28 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.801: +5 -1 lines
Diff to
previous 1.801
Added settings parameter to dep_virtual as the virtuals can now change
during dep graph creation. #68220
Revision
1.801 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 23 03:33:42 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.800: +7 -1 lines
Diff to
previous 1.800
Changed repoman to use the first stable profile found for each arch listed
in profiles.desc rather than the last profile listed. Added notification on
any invalid profile in profiles.desc. Made exception into a repoman error
where a ebuild is using a keyword for which no profile can be found.
Revision
1.800 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 23 01:37:07 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.799: +9 -3 lines
Diff to
previous 1.799
Fixed traceback in repoman on invalid LICENSE syntax. Added python version
to "emerge info" output.
Revision
1.796.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 22 14:43:33 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
portage_2_0
Changes since
1.796: +10 -1 lines
Diff to
previous 1.796
Fixed a bug where users were warned against emerging by path when a
file/dir exists of the same name of the package to be merged. #68372
Added a warning with delay when emerging an ebuild that is masked.
Added a check on PORTAGE_GPG_DIR which removes "gpg" from FEATURES
on an invalid settings. #68387 Added python version information to
"emerge info" output.
Revision
1.797 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 21 14:29:15 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.796: +7 -1 lines
Diff to
previous 1.796
Fixed a bug where users were warned against emerging by path when a
file/dir exists of the same name of the package to be merged. #68372 Added
a warning with delay when emerging an ebuild that is masked. Added a check
on PORTAGE_GPG_DIR which removes "gpg" from FEATURES on an invalid
settings. #68387
Revision
1.795 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 20 14:23:55 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.794: +4 -1 lines
Diff to
previous 1.794
Added check for digest entries that aren't used within the corresponding
ebuild's SRC_URI.
Revision
1.794 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 20 13:38:04 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.793: +6 -1 lines
Diff to
previous 1.793
Added support for EMERGE_WARNING_DELAY defaulting it to 10. Changed all the
hardcoded delays to use it. Needed for the catalyst guys as it includes a
number of unmerges of system packages.
Revision
1.793 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 20 12:40:01 2004 UTC
(8 years, 7 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.792: +6 -1 lines
Diff to
previous 1.792
Changed the /path/to/ebuild warning. Added a check on what ebuild is chosen
and a failure if it doesn't match what was specified. Added the same for
/path/to/tbz2.
Revision
1.792 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 20 01:24:48 2004 UTC
(8 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.791: +15 -2 lines
Diff to
previous 1.791
PORTAGE-2.0.51_rc10 ---- FINAL ATTEMPT #1
portage.py: prelink tempfile per pid.
getbinpkg.py: Potential fix for a missing dict key.
emerge.1: Updated for 'f' and 'S'
emerge: Visual acuity enhancements. Fixed all the spaces in the option handling.
Revision
1.791 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 19 04:58:42 2004 UTC
(8 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.790: +40 -1 lines
Diff to
previous 1.790
Lots of stuff. Digest handling enhancements. Pickle speedups. Sandbox fixes for ia64/security cleanup. Revertion of the lock code to _rc7 + touchups.
Revision
1.789 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 17 13:05:19 2004 UTC
(8 years, 8 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.788: +5 -1 lines
Diff to
previous 1.788
removed some goofyness in portage_locks.unlockfile.
No point in
lock(blah,non-blocking)
if unlinkfile:
remove file
unlock(blah)
Just do
if unlinkfile:
lock(blah, non-blocking)
remove file
unlock(blah)
Revision
1.788 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 17 09:15:08 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.787: +6 -1 lines
Diff to
previous 1.787
Added more information to the --inject deprecation notice. Removed the
sleep call from unlockfile as it severely affects performance (apparently
only under some schedulers)
Revision
1.785 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 11 15:03:57 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.784: +4 -1 lines
Diff to
previous 1.784
Reverted back to previous command line option parsing implementation as
--search arguments were being mishandled.
Revision
1.783 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 11 04:01:00 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.782: +4 -1 lines
Diff to
previous 1.782
Added a handler for SystemExit exception to propogate it up on every
generic exception handler.
Revision
1.781 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 10 23:27:27 2004 UTC
(8 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.780: +13 -1 lines
Diff to
previous 1.780
make.conf touchups. Fixed the living-after-kill issue in regen/metadata.
Better control-C handling via stdin.close(). _rc8
Revision
1.780 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 10 10:07:20 2004 UTC
(8 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.779: +36 -2 lines
Diff to
previous 1.779
_rc8, basically.
Lots of little cleanups. Solar's patch for sandbox.
Spanky's patches on various outstanding bugs.
Revision
1.779 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 9 02:32:43 2004 UTC
(8 years, 8 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.778: +6 -1 lines
Diff to
previous 1.778
removed the spawn_bash call for logging, instead reverted it to spawn and added path lookup code to portage_exec.spawn.
Revision
1.774 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 5 12:46:36 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.773: +5 -1 lines
Diff to
previous 1.773
Refactored argv processing a little bit and made "emerge rsync" to
emerge rsync with notice and "emerge --rsync" to emerge --sync with
notice.
Revision
1.773 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 5 07:11:26 2004 UTC
(8 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.772: +26 -1 lines
Diff to
previous 1.772
Spork. Yes, that's about it.
Cleaned up the namespace of portage.py more. Digest changes to become
more robust while maintaining compatability. Stuff like that.
y
See... Now using nano for a week or two has me doing vi commands
that I was complaining about. Do you see the tretchery of nano? It
seeps out and starts to eat away the fabric of your being. *sigh*
Revision
1.760 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 27 01:45:27 2004 UTC
(8 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.759: +12 -1 lines
Diff to
previous 1.759
Changed the spinner again. FEATURES=candy
Fixed lockfiles on NFS finally.
portage-2.0.51_rc5
Revision
1.759 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 26 13:31:45 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.758: +3 -2 lines
Diff to
previous 1.758
Included check of packages file to ensure that the profile depends on an
adequate portage version.
Revision
1.756 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 26 01:40:55 2004 UTC
(8 years, 8 months ago)
by
carpaski
Branch:
MAIN
CVS Tags:
portage_2_0_51_rc3
Changes since
1.755: +6 -6 lines
Diff to
previous 1.755
The tarball script is very nice to me. Because of using tabs in python, I tend to add a lot of weird spacing into the ChangeLog. The nice happy magic in the tarball script makes the ChangeLog turn into the magical, beautiful text thingy it was meant to be. Yay! *cheer*
Revision
1.753 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 25 13:07:54 2004 UTC
(8 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.752: +35 -5 lines
Diff to
previous 1.752
Lock work to help out NFSv2 and some friendliness for vfat distfiles.
Enhanced concurrency-resillience with locks in db_flat. Extra info
on the outputs so people know what a 'mylines' message is about.
RC2
Revision
1.752 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 25 00:18:01 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.751: +7 -1 lines
Diff to
previous 1.751
Modified env_update to always run ldconfig if makelinks is True, in order
to ensure that missing symlinks are created. Added logic to treewalk to
check if package is being downgraded and only run env_update with
makelinks=False in that case. (#54655)
Revision
1.751 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 24 01:19:29 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.750: +4 -1 lines
Diff to
previous 1.750
Added the removal of --ask from argv when restarting after an emerge of
portage. (#47379)
Revision
1.750 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 21 01:31:06 2004 UTC
(8 years, 8 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.749: +4 -1 lines
Diff to
previous 1.749
Changed varexpand to convert '\'-prepended newline chars to space rather
than '\n'.
Revision
1.747 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 16 14:43:09 2004 UTC
(8 years, 9 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.746: +5 -1 lines
Diff to
previous 1.746
Modified getmaskingstatus() to use settings.prevmaskdict rather than
reading packages directly in support of cascading profiles.
Revision
1.744 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 14 19:48:40 2004 UTC
(8 years, 9 months ago)
by
carpaski
Branch:
MAIN
CVS Tags:
portage_2_0_51_pre24
Changes since
1.743: +23 -1 lines
Diff to
previous 1.743
Fairly simple updates. Name changes in the man pages. A missing Manifest
exception is handled (due to GPG checks). Have I mentioned that I hate
nano? It really makes me insane when I have random ^E and ^D characters
because I try to do escape sequences for vi in it. Worst editor ever.
It's smaller than pico, so it's evenxxA more dense/worse. BLAH see?
:wq
Revision
1.738 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 11 00:16:18 2004 UTC
(8 years, 9 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.737: +6 -1 lines
Diff to
previous 1.737
Fixed missing check in new autouse function. Fixed out-of-bounds exception on
catpkgsplit tuple access in vardbapi.move_ent. Changed to manual stat calls in
cacheddir.
Revision
1.732 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 5 02:22:16 2004 UTC
(8 years, 9 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.731: +18 -1 lines
Diff to
previous 1.731
portage_contents.py is a CONTENTS file manager that will have
persistence/storage that enables quick lookups. Minor other touchups.
Revision
1.725 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 31 13:27:27 2004 UTC
(8 years, 9 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.724: +15 -5 lines
Diff to
previous 1.724
Adjusted perform_checksum to only do a prelink-check when we were doing
merges/unmerges as that's the only time when a binary would/should
matter. Made the exceptions all inherit logically from a major category.
PortageException defines all exceptions thrown by portage with various
subgroups beneath.
Revision
1.723 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 31 02:46:13 2004 UTC
(8 years, 9 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.722: +9 -1 lines
Diff to
previous 1.722
removed duplicate code people left in place.
Please clean up old definitions when you're moving code out of portage.py... it's begging for a bug leaving it there.
Revision
1.722 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 30 10:47:51 2004 UTC
(8 years, 9 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.721: +6 -2 lines
Diff to
previous 1.721
Added python 2.2 compatibility fix. (#62128) Added fix to fail nicely on
missing /etc/gentoo-release. (#62149)
Revision
1.721 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 30 05:35:31 2004 UTC
(8 years, 9 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.720: +5 -2 lines
Diff to
previous 1.720
Fixed to bugs in bindbapi.aux_get() preventing the retrieval of
information about tbz2s.
Revision
1.720 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 27 02:09:12 2004 UTC
(8 years, 9 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.719: +2 -2 lines
Diff to
previous 1.719
closing out #60721; while it turned up due to the osx peeps, this affects all arches.
find /some/symlink-to-a-dir -name 'blah'
won't work. you have to do
find /some/symlink-to-a-dir/ -name 'blah'
Revision
1.718 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 26 09:16:14 2004 UTC
(8 years, 9 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.717: +9 -1 lines
Diff to
previous 1.717
removed the ebuild.sh PORT_LOGDIR kludge, implemented it via returnpid/fd_pipes for spawn (spawn was extended also).
Revision
1.715 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 24 06:41:16 2004 UTC
(8 years, 9 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.714: +7 -1 lines
Diff to
previous 1.714
killing tracebacks; one in dblink.treewalk (features="collision-protect" and a stale directory from a failed merged), and where PORT_LOGDIR='' triggering doebuild to tb on a chmod.
Revision
1.714 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 23 18:08:27 2004 UTC
(8 years, 9 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.713: +8 -1 lines
Diff to
previous 1.713
closing out #58848; tested it, and had other osx users test it. This effectively kills the dblink.mergeme + static archive issue for macos.
Other arches may suffer this bug also, although this is the first it's popped up in the last x years portage has had this behaviour...
Revision
1.703 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 16 07:45:43 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.702: +1 -5 lines
Diff to
previous 1.702
reversed it. doesn't solve the issue for xmllint versions less then 20600, so nuking the code (I'll fix it after pre18)
Revision
1.702 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 16 07:28:52 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.701: +5 -1 lines
Diff to
previous 1.701
added a compatability hack to repoman for xmllint versoin; if less then 20600, use --noent, otherwise --nonet.
Revision
1.701 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 16 06:47:23 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.700: +6 -1 lines
Diff to
previous 1.700
attempt #2 at cvsignore; Now w/ sane regex goodness and the same ignore's applied to Manifests.
Revision
1.697 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 14 00:07:29 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.696: +6 -1 lines
Diff to
previous 1.696
Added ECONF_LIBDIR support, so that 64bit arches can specify in profile.bashrc ECONF_LIBDIR="lib64" as needed, and have the libs installed into /usr/lib64
Revision
1.695 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 13 21:14:10 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.694: +3 -3 lines
Diff to
previous 1.694
#60256 continued tweaks; changed things around so that fetch_size -always- returns a string.
Revision
1.692 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 13 15:01:32 2004 UTC
(8 years, 10 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.691: +5 -1 lines
Diff to
previous 1.691
Relocated blocker checking code to before pkgsettings.setcpv() is called
on it in depgraph.create(
Revision
1.691 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 13 08:21:51 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.690: +7 -1 lines
Diff to
previous 1.690
tweaked lockfile so it attempts a non-blocking flock first, then outputs a message that it's waiting on lock xyz, then tries a blocking lock.
Revision
1.690 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 13 08:05:44 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.689: +8 -1 lines
Diff to
previous 1.689
closing out #15990; the snapshots on the mirrors now have md5sum's distributed along side, and this adds the support to emerge-webrsync.
see the changelog for all the specifics, but closes out the complaints in 15990 and makes things a bit friendly to the user.
Revision
1.689 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 12 21:17:21 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.688: +13 -9 lines
Diff to
previous 1.688
Cleaned up fetch a bit, corrected ChangeLog so it had correct dates for my entries.
Revision
1.685 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 11 06:41:41 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.684: +7 -1 lines
Diff to
previous 1.684
fixed a traceback a couple of users have hit; basically can't automatically assume porttree is the tree to query.
Revision
1.683 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 10 18:41:05 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.682: +9 -1 lines
Diff to
previous 1.682
added specific check to ensure install phase has been ran prior to qmerge, and closed up bugs exposed in listdir.
Revision
1.681 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 9 15:54:55 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.680: +6 -1 lines
Diff to
previous 1.680
Added safe_IFS and restore_IFS for when functions need to fool w/ IFS (profile.bashrc support and remove_path_entry). (#59749)
Revision
1.680 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 9 04:00:47 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.679: +5 -1 lines
Diff to
previous 1.679
Thought I commited this already, but this is just conversion of os.rename calls to shutil.move for dispatch-conf; bug #46148
Revision
1.678 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 7 11:40:46 2004 UTC
(8 years, 10 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.677: +5 -1 lines
Diff to
previous 1.677
Added a new parameter to use_reduce so that !arch? checks can be adhered to
even when matchall=1 and arch is not is masklist.
Revision
1.677 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 7 10:56:23 2004 UTC
(8 years, 10 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.676: +6 -1 lines
Diff to
previous 1.676
Added profile masked use flags to repoman check. Moved || refactoring to a
separate function. Reworked use_reduce logic into simpler sections.
Revision
1.675 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 6 02:06:27 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.674: +9 -2 lines
Diff to
previous 1.674
final tweak to get repoman arch dep checks back to previous use_reduce sanity; *should* be the final issue (I introduced this one), basically archlist was getting actively pruned of keywords, bad thing when repoman is stepping through each arch for dep checks.
Revision
1.674 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 6 01:08:25 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.673: +8 -2 lines
Diff to
previous 1.673
added propogation of use="all" into use_reduce; basically if repoman comes a calling, all flags are on (matchall==True) for use_reduce
Revision
1.673 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 6 00:59:19 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.672: +5 -1 lines
Diff to
previous 1.672
fix the repoman arch check; this should've hosed the dep_check call for normal usage also.
Which could be very bad. :) bug (#59574)
Revision
1.668 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 5 03:04:02 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.667: +6 -1 lines
Diff to
previous 1.667
bug #57141; basically, ensure repoman isn't skipping QA on files if files directory is missing; flag the directory as being a failure if missed.
Revision
1.667 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 4 23:42:36 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.666: +6 -2 lines
Diff to
previous 1.666
tweaked repoman so that qacat's is defined based upon the qahelp; this eliminates maintenance of one list.
Revision
1.666 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 4 23:29:37 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.665: +6 -1 lines
Diff to
previous 1.665
Corrected emerge --fetch-all-uri so it no longer throws a tb, and does what its supposed to. Added it to the man page, and emergehelp.
Revision
1.665 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 4 14:12:18 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.664: +5 -1 lines
Diff to
previous 1.664
Adjusted doebuild such that if mydo="fetch" and listonly: don't do any digest stuff (whether checking, or regenning).
Revision
1.664 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 4 13:44:18 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.663: +5 -1 lines
Diff to
previous 1.663
noticed this (of course) shortly after pre15's release; basically, if listonly, we're not doing lockfiles.
At some point, moving the src_uri expansion code out of fetch would be wise, since listonly is kind of hackish in it's current place.
Revision
1.660 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 3 16:53:49 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.659: +3 -1 lines
Diff to
previous 1.659
borked repoman metadata.dtd check for .backup_metadata.dtd; cleaned things up a bit, ensure appropriate perms, etc.
Revision
1.655 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 3 01:13:38 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.654: +6 -1 lines
Diff to
previous 1.654
adding support for per profile bashrc. Currently is limited to checking /etc/portage/profile, and /etc/make.profile, although it will be expanded to check each inherited profile. (#58415)
Revision
1.650 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 2 00:35:36 2004 UTC
(8 years, 10 months ago)
by
nakano
Branch:
MAIN
Changes since
1.649: +5 -1 lines
Diff to
previous 1.649
Modified updating /etc/portage/package.* logic to see CONFIG_PROTECT and CONFIG_PROTECT_MASK.
Revision
1.647 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 1 10:54:38 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.646: +15 -1 lines
Diff to
previous 1.646
Fixed the lockfile/unlockfile functions so that they correctly support having
an int passed in (the fd #), or having a file object passed in. Corrected
lockfile so that the lock is owned by portage group, with g+w permissions
(this is needed since sudo emerge blar can bail, leaving a stale lock that
non-root usage cannot remove). Added locking to emerge's emergelog function,
preventing log messages from potentially getting mixed together. Added check
to fetch function to complain if unable to write to DESTDIR (previously the
fetcher just bailed, stepping through each src_uri). Added lockfiles for
fetching/md5ing of the src- these lockfiles are stored in a subdirectory
(locks_in_subdir=".locks") if specified, and locking is controlled via
use_locks (defaults to on). emerge -f no longer requires root/sudo to run
(ebuild never had this restriction). (#42969)
Revision
1.644 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 29 11:40:48 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.643: +7 -2 lines
Diff to
previous 1.643
file.size: no file in ${FILESDIR} is supposed to be over 20k; this enforces it. Updated the man page for file.size and file.executable.
Revision
1.640 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 27 11:57:56 2004 UTC
(8 years, 10 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.639: +5 -1 lines
Diff to
previous 1.639
Reversed the order of profile virtuals (dirVirtuals) so that a cascading
profile's virtuals are stacked in the correct order.
Revision
1.639 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 26 22:36:42 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.638: +8 -1 lines
Diff to
previous 1.638
removed all which calls, they aren't needed (and break on stage1). commands.getstatusoutput(arg) runs the arg in a shell, the shell automatically does the lookup.
Added, the which binary only looks in $PATH directories, which is what the shell already does. If which is needed, type -p is an option (bash builtin).
Revision
1.638 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 26 20:36:05 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.637: +6 -1 lines
Diff to
previous 1.637
added check for executable bit being set; it checks files/digest-*, *.ebuild, Manifest, metadata.xml, ChangeLog. (#55647)
Revision
1.636 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 26 18:17:45 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.635: +7 -2 lines
Diff to
previous 1.635
corrected repoman w/ checks to see if A) we're commiting, B) it's possible to do the manifest recommit.
Also added better handling of CVS/Root, allows commiting from osx issues.
readline import was removed also. I can't see any reason for it actually being imported.
Revision
1.634 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 26 00:47:50 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.633: +5 -1 lines
Diff to
previous 1.633
closing out bug #58258, basically not handling files with spaces in their correctly.
Revision
1.632 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 25 08:02:42 2004 UTC
(8 years, 10 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.631: +7 -3 lines
Diff to
previous 1.631
Deprecated --inject and added support for package.provided in both the
profile and /etc/portage directories.
Revision
1.628 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 23 04:03:05 2004 UTC
(8 years, 10 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.627: +9 -1 lines
Diff to
previous 1.627
re-enabled binary interceptors w/ a couple of enhancement lifted out of my env ebuild.sh rewrite.
InCVS's bug #54652.
Revision
1.623 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 18 10:29:20 2004 UTC
(8 years, 11 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.622: +6 -1 lines
Diff to
previous 1.622
bugs #57068 and #57356; former is a minor typo in the help output, the latter resulted in ebuild.allmasked returning false positives occasionally.
Basically, after adjusting portage.groups for arch dep checks, it wasn't setting portage.groups to "*" for checking if a version was available for any arch.
Revision
1.622 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 17 06:53:07 2004 UTC
(8 years, 11 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.621: +5 -1 lines
Diff to
previous 1.621
Added patch from #49126 that makes repoman check that a USE flag from
use.local.desc applies to the packages that make use of it.
Revision
1.618 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 10 13:06:20 2004 UTC
(8 years, 11 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.617: +4 -1 lines
Diff to
previous 1.617
Adjusted portage 5 documentation for /etc/portage/profile/use.mask to match
implementation.
Revision
1.604 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 25 02:31:57 2004 UTC
(8 years, 11 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.603: +4 -1 lines
Diff to
previous 1.603
Updated repoman to check for "Gentoo Foundation" instead of
"Gentoo Technologies, Inc"
Revision
1.602 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 21 13:53:04 2004 UTC
(8 years, 11 months ago)
by
nakano
Branch:
MAIN
Changes since
1.601: +5 -1 lines
Diff to
previous 1.601
Fixed problem that 'emerge something' would install all depeneded pkgs even if they are already installed.
Revision
1.600 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 21 09:40:54 2004 UTC
(8 years, 11 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.599: +6 -1 lines
Diff to
previous 1.599
Modified emerge to build up a fakedb regardless of 'empty' in params,
and to incrementally add any packages added to the dep graph.
Revision
1.597 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 20 12:56:15 2004 UTC
(8 years, 11 months ago)
by
jstubbs
Branch:
MAIN
Changes since
1.596: +5 -2 lines
Diff to
previous 1.596
Adjusted returns for use_with and use_enable to only return 1 on invalid
usage.
Revision
1.595 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 14 12:22:45 2004 UTC
(9 years ago)
by
jstubbs
Branch:
MAIN
Changes since
1.594: +5 -1 lines
Diff to
previous 1.594
Fixed a bug in portdbapi.aux_get where a problem ebuild would prevent a
lock from being released.
Revision
1.572 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 11 12:48:47 2004 UTC
(9 years, 2 months ago)
by
nakano
Branch:
MAIN
Changes since
1.571: +6 -1 lines
Diff to
previous 1.571
Fixed infinity loop in etc-update(#19144). Fixed glob problem in ebuild.sh(#37066). Fixed deleting build-info problem with FEATURES="keepwork"(#29044).
Revision
1.571 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 11 10:27:56 2004 UTC
(9 years, 2 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.570: +16 -5 lines
Diff to
previous 1.570
Random stuff. portage_dep fixes from jstubbs along with other random
improvements like http encoding.
Revision
1.567 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 9 20:42:35 2004 UTC
(9 years, 2 months ago)
by
nakano
Branch:
MAIN
Changes since
1.566: +5 -1 lines
Diff to
previous 1.566
Fixed reorder ld.so.conf bug(#44028). Portage should skip not existing DIR during unmerge(#25339).
Revision
1.566 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 9 18:14:33 2004 UTC
(9 years, 2 months ago)
by
nakano
Branch:
MAIN
Changes since
1.565: +5 -1 lines
Diff to
previous 1.565
Added jstubbs's patch to add a check invalid DEPEND format to repoman. This should fix #36857.
Revision
1.562 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 17 20:29:05 2004 UTC
(9 years, 3 months ago)
by
nakano
Branch:
MAIN
Changes since
1.561: +9 -2 lines
Diff to
previous 1.561
Improved handling cache files on multi portage trees. Fixed 'BAD COUNTER' error when emerge --inject (#41062). Added ferringb's patch to avoid sed command (#40819).
Revision
1.555 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 27 04:37:14 2004 UTC
(9 years, 3 months ago)
by
nakano
Branch:
MAIN
Changes since
1.554: +8 -1 lines
Diff to
previous 1.554
Fixed info dir regeneration produces errors with a non-C locale and misleading error message. This should fix #41872,#24299.
Revision
1.553 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 26 00:37:07 2004 UTC
(9 years, 3 months ago)
by
nakano
Branch:
MAIN
Changes since
1.552: +4 -1 lines
Diff to
previous 1.552
Added new option --newuse. This option is to rebuild a package whose USE has been changed.
Revision
1.552 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 22 09:36:15 2004 UTC
(9 years, 3 months ago)
by
nakano
Branch:
MAIN
Changes since
1.551: +5 -1 lines
Diff to
previous 1.551
speedup when /etc/portage/package.keywords is defined. Moved loading /etc/portage/package.* processs to config class. This should fix #41520.
Revision
1.551 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 19 12:23:21 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.550: +7 -1 lines
Diff to
previous 1.550
Fixed CATEGORY value after preinst phase. This should close #6414. Fixed nested dependency problem and cleaned up dep_zapdeps function. This bug happened with DEPEND='|| ( cat_a/pkg_a flag? ( cat_b/pkg_b ) )'. This should close #41869.
Revision
1.548 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 12 10:25:33 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.547: +7 -1 lines
Diff to
previous 1.547
TGL's patch for correction package size when emerge -v. -- Fixed use.default bug. It occurs when package in use.default exists in system and it's virtual package. This should close #40831. -- Fixed trivial --inject bug. This should close #41062.
Revision
1.547 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 12 05:20:25 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.546: +5 -1 lines
Diff to
previous 1.546
Fixed --ask bugs. It breaks with "--clean". It also breaks when blocker exists. This should close #39865.
Revision
1.546 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 12 04:51:03 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.545: +11 -1 lines
Diff to
previous 1.545
Fixed -ask bug with --changelog. This should close #41293. -- Added help of F flag with emerge --pretend. This should close #28253. -- Fixed ccache dir permission problem with FEATURES="userpriv". This should fix #22125.
Revision
1.543 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 8 21:24:14 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.542: +4 -1 lines
Diff to
previous 1.542
Fixed -s/-S bug. "Latest version installed:" was incorrect. This should fix #40847
Revision
1.542 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 8 20:32:14 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.541: +5 -1 lines
Diff to
previous 1.541
Fixed ldconfig bug. emerge didn't ldconfig after removing library directory.
This should fix #40694.
Revision
1.537 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 31 02:15:48 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.536: +7 -1 lines
Diff to
previous 1.536
Fixed --skipfirst bug. This closes #36880. TGL's patch
for imporving overlay verbose. This closes #39765.
Revision
1.534 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 24 12:48:50 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.533: +5 -1 lines
Diff to
previous 1.533
Improved timestamp check when 'emerge sync'. Added catching amiguous error when unmerge. This closes #24325.
Revision
1.533 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 23 03:30:29 2004 UTC
(9 years, 4 months ago)
by
nakano
Branch:
MAIN
Changes since
1.532: +5 -1 lines
Diff to
previous 1.532
Fixed 2 bugs. Portage doesn't read local virtuals file,which happens on only cvs version. package is blocked by itself.
Revision
1.531 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 22 05:51:44 2004 UTC
(9 years, 4 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.530: +53 -1 lines
Diff to
previous 1.530
portage-2.0.50_pre19 (post)
Lots of updates... Module loading code mostly done/ready.
Inherited profiles, major config modifications.
Revision
1.526 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 20 01:54:33 2004 UTC
(9 years, 5 months ago)
by
nakano
Branch:
MAIN
Changes since
1.525: +7 -1 lines
Diff to
previous 1.525
Improved the list of --tree by TGL's patch. This should close #38070. Removed debug message without --debug. This should close #23840.
Revision
1.525 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 19 22:25:55 2004 UTC
(9 years, 5 months ago)
by
nakano
Branch:
MAIN
Changes since
1.524: +17 -1 lines
Diff to
previous 1.524
Improved timestamp check of rsync. This should close #37403.
Improved regeneration ld.so.cache. This should close #37858.
Fixed bug which emerge doesn't block same package but different version.
(example: DEPEND="!<cat/pkg-1.0.0" in cat/pkg-1.0.0.ebuild)
Modified cpv_expand() to check package.mask. This should close #38592.
Escaped regualar expression for replace entry in fixdbentries().
Revision
1.524 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 18 12:52:58 2004 UTC
(9 years, 5 months ago)
by
nakano
Branch:
MAIN
Changes since
1.523: +7 -2 lines
Diff to
previous 1.523
Fixed AUTOCLEAN delay problem in .50pre* by TGL's patch. This close
#38189. Fixed unmerge failture bug when 'ebuild foo-1.0.0 unmerge'.
Revision
1.523 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 18 02:32:17 2004 UTC
(9 years, 5 months ago)
by
nakano
Branch:
MAIN
Changes since
1.522: +5 -1 lines
Diff to
previous 1.522
Fixed "ebuild /foo/bar-1.0.0.ebuild unmerge" and "emerge bar.1.0.0 unmerge" problems.
Revision
1.522 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 17 21:52:02 2004 UTC
(9 years, 5 months ago)
by
nakano
Branch:
MAIN
Changes since
1.521: +6 -2 lines
Diff to
previous 1.521
Fixed "!<=" style block problem. Fixed symlink with absolute path problem in treewalk().
Revision
1.517 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 12 07:34:38 2004 UTC
(9 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.516: +14 -1 lines
Diff to
previous 1.516
Warning in configs. DB operation reorganization, counter fix, sandbox speedup for the glibc finding stuff.
0 . 0
\_U_/
Revision
1.507 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 31 10:25:38 2003 UTC
(9 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.506: +9 -1 lines
Diff to
previous 1.506
Symlink corruption fix and removing that debug printing the
package dir from the top of emerge.
Revision
1.506 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 29 17:18:55 2003 UTC
(9 years, 5 months ago)
by
nakano
Branch:
MAIN
Changes since
1.505: +5 -1 lines
Diff to
previous 1.505
Fixed bug which emerge stops when no denpendencies exist in || ( ) by USE flags. This closes #36568.
Revision
1.504 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 25 03:06:09 2003 UTC
(9 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.503: +18 -2 lines
Diff to
previous 1.503
Lots of little fixes. SANDBOX_READ/WRITE for PORTAGE_TMPDIR.
use() can take '!foo' negations. pkg_setup doesn't die on non-zero.
portage-2.0.50_pre9
Revision
1.502 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 24 17:51:23 2003 UTC
(9 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.501: +2 -1 lines
Diff to
previous 1.501
Just tinkering...
Wanted to see how
that bot would
handle things if
I made this commit
many many lines
long. I'm probably
laughing.
Revision
1.501 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 24 09:29:04 2003 UTC
(9 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.500: +14 -1 lines
Diff to
previous 1.500
Sandbox fixes for /proc/self/maps and /dev/shm. automake/autoconf into
emerge info. edit merged file in etc-update. os.uname in portage.py.
Revision
1.498 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 21 21:08:26 2003 UTC
(9 years, 5 months ago)
by
nakano
Branch:
MAIN
Changes since
1.497: +6 -1 lines
Diff to
previous 1.497
Changed to show disabled USE flags from use.mask when using emerge -vp. And fixed use.mask issue.
Revision
1.493 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 17 21:01:42 2003 UTC
(9 years, 6 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.492: +8 -1 lines
Diff to
previous 1.492
Fixes for permissions on $T and added templates and classes for
cache accesses.
----------------------------------------------------------------------
Revision
1.492 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 15 23:40:25 2003 UTC
(9 years, 6 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.491: +49 -37 lines
Diff to
previous 1.491
Touchup to package.use for traceback with invalid keys.
Python fix for sandbox. Typo fix in prepstrip.
Revision
1.490 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 10 06:00:56 2003 UTC
(9 years, 6 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.489: +92 -63 lines
Diff to
previous 1.489
Touchups and fixes to messages and warnings. repoman manifest fix.
Begining migration of helper scripts into sourced functions that
can die on their own.
Revision
1.463 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 17 04:46:52 2003 UTC
(9 years, 11 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.462: +17 -1 lines
Diff to
previous 1.462
Updates for USE_EXPAND support.
Debug removal
Extra message for metadata fetching.
Revision
1.458 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 11 06:44:02 2003 UTC
(10 years ago)
by
drobbins
Branch:
MAIN
Changes since
1.457: +4 -0 lines
Diff to
previous 1.457
Preliminary Mac OS X/BSD support. Will need to be tested on Linux and BSD
to ensure correctness. Tested on OS X.
Revision
1.454 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 20 09:15:58 2003 UTC
(10 years, 1 month ago)
by
carpaski
Branch:
MAIN
Changes since
1.453: +48 -17 lines
Diff to
previous 1.453
Portage-2.0.48 proper.
Small cleanups and moved tbz2 updates to a manual/forced method.
Revision
1.445 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 2 07:28:42 2003 UTC
(10 years, 2 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.444: +19 -1 lines
Diff to
previous 1.444
repoman gets super-handling capabilities for the new digest requirements.
cvstree module added in. Minor touchups here and there.
portage-2.0.47-r13
Revision
1.443 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 28 05:15:16 2003 UTC
(10 years, 2 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.442: +29 -1 lines
Diff to
previous 1.442
portage-2.0.47-r12
Digest enhancements, fixes...
Repoman update for digest handling.
Output updates, and error message cleanup.
Revision
1.440 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 22 14:24:38 2003 UTC
(10 years, 2 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.439: +55 -3 lines
Diff to
previous 1.439
Weeeee...
Fixes for tbz2's, /var/db moves, xpak updates, SandBox fixes, repoman
additions, etc... See changelog. It's big.
Revision
1.431 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 27 05:14:24 2003 UTC
(10 years, 3 months ago)
by
jhhudso
Branch:
MAIN
Changes since
1.430: +5 -1 lines
Diff to
previous 1.430
Removed warning about /etc/make.profile being missing that showed up
when you run portage programs, such as env-update.
Revision
1.424 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 23 23:12:26 2003 UTC
(10 years, 3 months ago)
by
alain
Branch:
MAIN
Changes since
1.423: +8 -1 lines
Diff to
previous 1.423
Do not use portage internals for gathering information, they are changing!
Use the portageq tool instead, it'll keep on working even if the portage
API changes completely.
Revision
1.407 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 4 10:07:24 2003 UTC
(10 years, 4 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.406: +11 -3 lines
Diff to
previous 1.406
distcc/ccache fixups -- bug 13897
Bad 404-redirect-aware portage
os.unlink()/movefile fixup
Revision
1.399 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 14 19:58:28 2003 UTC
(10 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.398: +12 -0 lines
Diff to
previous 1.398
partial forward-port of 46-r6
dep gen speedup
sandbox violation fix from do_upgrade
Revision
1.395 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 7 13:08:48 2003 UTC
(10 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.394: +25 -0 lines
Diff to
previous 1.394
Woooohoooo!
We're lookin' at portage-2.0.47 here.
UserPriv compiles, Per-Ebuild Logging, --buildpkgonly
and stuff.
Revision
1.389 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 24 10:55:07 2002 UTC
(10 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.388: +8 -0 lines
Diff to
previous 1.388
portage-2.0.47_pre2
userpriv touchups.
tokenizer fixup.
symlink missing bug fixed in man pages.
help moved to emergehelp.py
Revision
1.388 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 21 12:35:51 2002 UTC
(10 years, 5 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.387: +12 -0 lines
Diff to
previous 1.387
Portage-2.0.47_pre1
UserPriv compiles and stuff.
info traceback fixup.
sandbox patch for userpriv.
Revision
1.385 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 19 22:52:22 2002 UTC
(10 years, 6 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.384: +12 -6 lines
Diff to
previous 1.384
portage-2.0.46-r2
Traceback fixup for blockers.
Added missing import (commands) in portage.py
Revision
1.384 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 18 09:43:39 2002 UTC
(10 years, 6 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.383: +14 -0 lines
Diff to
previous 1.383
Portage-2.0.46 -- Feature Release Stable -- Prelink
Prelink auto code removed. --changelog added.
Color changes. auxdbkey changes. error message fixes.
Revision
1.379 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 13 15:52:26 2002 UTC
(10 years, 6 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.378: +6 -0 lines
Diff to
previous 1.378
prelink code partially finished. Disabled.
Portage self-restart ability.
portage-2.0.45-r5 release
Revision
1.375 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 3 09:14:41 2002 UTC
(10 years, 6 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.374: +34 -0 lines
Diff to
previous 1.374
portage-2.0.45 stable/bug-fix release.
eclass() fixes. aux_get() fixes.
int()/long() fixes. mtimedb fixes.
Lots. See the changelog.
Revision
1.373 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 15 00:24:46 2002 UTC
(10 years, 7 months ago)
by
sunflare
Branch:
MAIN
Changes since
1.372: +6 -0 lines
Diff to
previous 1.372
Cleaned up man/emerge.1 to match the previous format more; typos, clarifications,
etc.
Revision
1.370 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 11 19:13:07 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.369: +13 -0 lines
Diff to
previous 1.369
Uh... yeah... lots of fixes...
2.0.44 rescue fixes for 1.2 install
Many other general fixes.
Revision
1.363 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 30 06:51:30 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.362: +5 -0 lines
Diff to
previous 1.362
AUTOCLEAN fixup for --pretend
--usepkgonly support. Errors on missing binaries presently.
Revision
1.361 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 27 08:45:18 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.360: +18 -4 lines
Diff to
previous 1.360
Portage-2.0.43 release set.
The rest of the symlinks fix. Batched merges were only cleaned properly
at the end, which caused bad symlinks during the rest of the merge.
Should wrap up the symlinks issues. AUTOCLEAN now on by default to clean
packages as they are merged.
General typo fixes.
Revision
1.357 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 25 02:17:01 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.356: +12 -12 lines
Diff to
previous 1.356
Added section on Masks to emerge.1
Update version on portage.py to 2.0.42 :)
Added more info to --version and 'emerge info'
Revision
1.356 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 25 01:26:23 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.355: +5 -0 lines
Diff to
previous 1.355
emerge touchups... Message corrections and additions to --help.
make.* touchups. Addition of some missing variables and corrections.
updated man pagse to proper status.
Removed make.defaults.5 as it is completely wrong.
Revision
1.354 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 24 06:20:29 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.353: +3 -0 lines
Diff to
previous 1.353
Warning touchups.
Replaced constant for INHERITED position in cache file with index ref.
Revision
1.350 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 23 05:03:15 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.349: +6 -1 lines
Diff to
previous 1.349
emerge:
added 'info' action to display useful info for bug reports.
portage.py:
'noauto' added back to doebuild().
Revision
1.349 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 23 03:03:49 2002 UTC
(10 years, 7 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.348: +16 -6 lines
Diff to
previous 1.348
emerge:
primitive logging
countdown() timer/delay function.
description/output touchups.
prepallstrip:
MSB fix for stripping.
Revision
1.347 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 20 10:00:52 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.346: +34 -0 lines
Diff to
previous 1.346
Portage-2.0.41 release. LOTS of bug fixes. Check the ChangeLog.
Major changes include:
Symlink fixes.
KEYWORDS="" DEFAULTS to masked.
cfgprotect code got a major overhaul.
Lots of code condensing.
Revision
1.346 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 18 00:23:37 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.345: +9 -5 lines
Diff to
previous 1.345
Fix for bug 9260 -- mtimes were not updated on non-cfgprot files so
clean removed the files after the previous merge.
Revision
1.345 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 15 21:21:16 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.344: +31 -19 lines
Diff to
previous 1.344
Actaully added --host to ebuild.sh.
Random aux_get() error fixed with 'if size==0: doregen=1'
Revision
1.342 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 15 09:28:32 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.341: +7 -4 lines
Diff to
previous 1.341
ebuild.sh: Prints IUSE on depend now.
emerge: added new action: depclean. Clears useless packages.
Revision
1.339 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 14 06:10:33 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.338: +4 -2 lines
Diff to
previous 1.338
ebuild.sh: Made unzip quiet like tar.
portage.py: Added sandbox display name change: '[$PF] sandbox'
Revision
1.338 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 13 22:14:21 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.337: +9 -5 lines
Diff to
previous 1.337
emerge -fp package -- displays the SRC_URI's now.
Made unzip quiet in ebuild.sh
Revision
1.333 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 12 11:16:22 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.332: +15 -8 lines
Diff to
previous 1.332
Bug 6361 -- Unable to write (to) directory fix. Includes restart
messages using ebuild.
Revision
1.332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 12 07:54:25 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.331: +16 -1 lines
Diff to
previous 1.331
dohtml: Added 'js' to the accept list. Added -A (append to list) flag.
doman: Update. Added location flag support and error messages.
make.globals: Removed tomcat from the protect list.
make.globals.ppc: Removed tomcat from the protect list.
portage.py:
Bug 8284 -- Prepend ARCH to USE _after_ use_order processing so env
can't cause arch to be removed (-*).
Bug 7596 -- Make sure config protected files get into contents file.
These files are mtime'd at 0.
dblink() -- Condensed protect/protect-mask code in isprotected(obj).
Protect/Mask code now allows multiple levels of masks.
Revision
1.331 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 11 03:32:38 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.330: +2 -1 lines
Diff to
previous 1.330
Removed forced ~arch->arch code. Fixed bug 8284 by prepending ARCH to
USE after the use-order processing for the case of -* in env removing
it unfashionably.
Revision
1.330 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 11 00:34:52 2002 UTC
(10 years, 8 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.329: +9 -5 lines
Diff to
previous 1.329
Random bug fixes. typo's and such. Readonly FS things.
ADDED SUPPORT FOR ~ARCH KEYWORDS. ~arch is unstable 'arch'
~x86 implies 'x86 ~x86' <---> Unstable implies Stable and unstable.
Revision
1.311 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 2 11:32:48 2002 UTC
(10 years, 9 months ago)
by
hannes
Branch:
MAIN
Changes since
1.310: +4 -0 lines
Diff to
previous 1.310
added /usr/kde/3.1/share/config to CONFIG_PROTECT of cnf/make.globals*, closes #7359
Revision
1.308 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 31 08:29:14 2002 UTC
(10 years, 9 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.307: +6 -0 lines
Diff to
previous 1.307
make inherit() always do its job, because that if statement broke it and it _never_ did its job. Il'l package this into a 2.0.33_p1. Please be careful.
Revision
1.301 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 29 17:38:52 2002 UTC
(10 years, 9 months ago)
by
sunflare
Branch:
MAIN
Changes since
1.300: +5 -0 lines
Diff to
previous 1.300
Added a blurb regarding what you should do when emerge --update [world|system] fails.
Revision
1.286 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 6 20:02:53 2002 UTC
(10 years, 10 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.285: +5 -0 lines
Diff to
previous 1.285
fix #4932 - eclass-debug.log being created in / . Now debug-print() will exit if is not defined.
Revision
1.275 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 4 17:42:02 2002 UTC
(10 years, 10 months ago)
by
sunflare
Branch:
MAIN
Changes since
1.274: +4 -0 lines
Diff to
previous 1.274
Update docs to show that emerge --clean rsync is now default; also bumped the version number.
Revision
1.272 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 1 01:14:58 2002 UTC
(10 years, 10 months ago)
by
sunflare
Branch:
MAIN
Changes since
1.271: +4 -0 lines
Diff to
previous 1.271
Updated emerge.1 to document clean's behaviour better. Bumped the revision as well.
Revision
1.261 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jul 23 19:12:34 2002 UTC
(10 years, 10 months ago)
by
sunflare
Branch:
MAIN
Changes since
1.260: +4 -0 lines
Diff to
previous 1.260
Updated emerge.1 with the help of drobbins; made compliant with the newest version.
Revision
1.256 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 22 12:26:04 2002 UTC
(10 years, 10 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.255: +8 -0 lines
Diff to
previous 1.255
Added fix for xcache issues. Added try/except on writeout for xcache.p.
Added description searching to emerge's search. Also added a spinner.
Bumped version up to 2.0.16pre (from 2.0.12)
Revision
1.251 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 12 12:01:14 2002 UTC
(10 years, 11 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.250: +6 -0 lines
Diff to
previous 1.250
removed default KDE2DIr and KDe3DIR settings from make.globals, see changelog for details