------------------------------------------------------------------------
r2150 | jstubbs | 2005-10-19 22:18:54 +0900 (Wed, 19 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/emergehelp.py

Remove an extra space in a hyphenated string.

------------------------------------------------------------------------
r2149 | jstubbs | 2005-10-19 22:15:22 +0900 (Wed, 19 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

s/no/not/ typo

------------------------------------------------------------------------
r2139 | jstubbs | 2005-10-17 00:25:04 +0900 (Mon, 17 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/emergehelp.py

Removing --inject from emerge help summary

------------------------------------------------------------------------
r2138 | jstubbs | 2005-10-16 23:27:28 +0900 (Sun, 16 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Clarifying the error message when path/to/ebuild is used on an ebuild that isn't in a normal PORTDIR structure.

------------------------------------------------------------------------
r2137 | jstubbs | 2005-10-16 17:46:25 +0900 (Sun, 16 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

Typo :(

------------------------------------------------------------------------
r2136 | jstubbs | 2005-10-16 17:25:15 +0900 (Sun, 16 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Return after detecting an invalid command line atom so as to avoid spurious dependency errors.

------------------------------------------------------------------------
r2135 | jstubbs | 2005-10-15 21:51:29 +0900 (Sat, 15 Oct 2005) | 4 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

Check if ebuild path is in vdb and check that vdb finds it okay rather than always assuming "porttree".
If PORTDIR_OVERLAY needs to be adjusted, recheck to make sure the ebuild is found correctly.
Pass which tree should be used to doebuild so that aux_get() are performed on the correct tree.

------------------------------------------------------------------------
r2134 | jstubbs | 2005-10-15 15:11:43 +0900 (Sat, 15 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Adjusting the clipping...

------------------------------------------------------------------------
r2133 | jstubbs | 2005-10-15 15:09:42 +0900 (Sat, 15 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Adding svn revision property to portage.py's VERSION

------------------------------------------------------------------------
r2132 | jstubbs | 2005-10-15 12:58:50 +0900 (Sat, 15 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

Added missing quotes to stat_perms area of ebuild.sh (#93293)

------------------------------------------------------------------------
r2130 | jstubbs | 2005-10-14 21:12:44 +0900 (Fri, 14 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emaint

Take the str() of the option passed to the callback so it can be compared usefully later on.

------------------------------------------------------------------------
r2129 | jstubbs | 2005-10-13 21:40:55 +0900 (Thu, 13 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

Use realpath instead of abspath to ensure that symlinks are correctly accounted for.

------------------------------------------------------------------------
r2124 | jstubbs | 2005-10-11 21:46:33 +0900 (Tue, 11 Oct 2005) | 3 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

Set PORTDIR_OVERLAY (rather than PORTDIR) when portage wants to use a different ebuild.
(Yields the same behaviour when stuff isn't missing in the same tree and better behaviour when there is)

------------------------------------------------------------------------
r2122 | ferringb | 2005-10-11 16:34:56 +0900 (Tue, 11 Oct 2005) | 3 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

reset EBUILD_DEATH_HOOKS prior to sourcing, due to stable's re-sourcing of ebuild every run.
god stable env handling sucks. :/

------------------------------------------------------------------------
r2119 | jstubbs | 2005-10-10 14:18:16 +0900 (Mon, 10 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Global var profiledir was only being set correctly when portage was imported by emerge

------------------------------------------------------------------------
r2118 | jstubbs | 2005-10-09 22:56:34 +0900 (Sun, 09 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

cacheddir() would incorrectly return from the cache when the cached entry is less than <mtime resolution> old. Fixed by axxo.

------------------------------------------------------------------------
r2117 | jstubbs | 2005-10-07 22:08:31 +0900 (Fri, 07 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emaint

Rework to API behaviour rather than API documentation

------------------------------------------------------------------------
r2116 | ferringb | 2005-10-07 03:24:42 +0900 (Fri, 07 Oct 2005) | 2 lines
Changed paths:
   D /main/branches/2.0/src/sandbox
   D /main/branches/2.0/src/sandbox-1.1

removing unused sandbox dirs.

------------------------------------------------------------------------
r2115 | ferringb | 2005-10-07 03:23:46 +0900 (Fri, 07 Oct 2005) | 2 lines
Changed paths:
   D /main/branches/2.0/src/sandbox-dev

nuking this directory, since it's no longer used.

------------------------------------------------------------------------
r2114 | jstubbs | 2005-10-06 23:10:05 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Restore the old behaviour that was dropped in the big refactoring by making --update implied by world or system targets.

------------------------------------------------------------------------
r2112 | jstubbs | 2005-10-06 05:18:53 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Make --newuse switch on --update

------------------------------------------------------------------------
r2110 | jstubbs | 2005-10-06 04:21:40 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

Reverting behaviour of ebuild when FEATURES="-noauto"

------------------------------------------------------------------------
r2107 | jstubbs | 2005-10-06 03:45:11 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Be sure to reset settings changes before each package is merged.

------------------------------------------------------------------------
r2106 | ferringb | 2005-10-06 02:39:46 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

added EBUILD_DEATH_HOOKS , a way for ebuilds/eclasses to register extra messages to spew if die is triggered

------------------------------------------------------------------------
r2105 | jstubbs | 2005-10-06 02:33:19 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Restoring the metadata EAPI check code-style to match that of the ebuild EAPI check.

------------------------------------------------------------------------
r2104 | ferringb | 2005-10-06 02:14:08 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

tweak, since the logic I just replaced was wrong (go me)

------------------------------------------------------------------------
r2103 | ferringb | 2005-10-06 02:11:50 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

save _mtime_ when EAPI nukes a cache entry, and a tweak to the supported eapi check so it's lenient about spaces

------------------------------------------------------------------------
r2102 | jstubbs | 2005-10-06 01:58:09 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Account for empty EAPI

------------------------------------------------------------------------
r2101 | jstubbs | 2005-10-06 01:21:31 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

Exclude distcc and and ccache setup from the "setup" phase. Also make the redundant CCACHE_DIR default match what the python side sets.

------------------------------------------------------------------------
r2099 | jstubbs | 2005-10-06 00:49:25 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/dispatch-conf

Make dispatch-conf's log file have 0600 permissions.

------------------------------------------------------------------------
r2098 | jstubbs | 2005-10-06 00:42:23 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   A /main/branches/2.0/bin/emaint

Add new tool to check and fix problems with the world file (to begin with)

------------------------------------------------------------------------
r2097 | jstubbs | 2005-10-06 00:40:46 +0900 (Thu, 06 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Suggest running emaint when problems with the world file are detected.

------------------------------------------------------------------------
r2096 | jstubbs | 2005-10-05 21:05:45 +0900 (Wed, 05 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Always return a list of the same length as the query in vardbapi.aux_get()

------------------------------------------------------------------------
r2089 | jstubbs | 2005-10-05 01:01:56 +0900 (Wed, 05 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/repoman

Add path to utf-8 checks so that repoman doesn't break outside of the package dir

------------------------------------------------------------------------
r2088 | ferringb | 2005-10-05 00:56:46 +0900 (Wed, 05 Oct 2005) | 3 lines
Changed paths:
   M /main/branches/2.0/pym/portage_exception.py

god this module sucked.
Removed all of the duplicate code.

------------------------------------------------------------------------
r2087 | jstubbs | 2005-10-05 00:56:24 +0900 (Wed, 05 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Extra bracket typo :(

------------------------------------------------------------------------
r2086 | jstubbs | 2005-10-05 00:17:28 +0900 (Wed, 05 Oct 2005) | 3 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py
   M /main/branches/2.0/pym/portage_exception.py

Removed the translation of aux_get exceptions to unsupported eapi exceptions in doebuild (which led to a whole lotta changes regarding str vs 
int and unlikely yet possible compatibility stuff)

------------------------------------------------------------------------
r2085 | ferringb | 2005-10-04 23:31:50 +0900 (Tue, 04 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

don't declare -r the contents, declare -r the var name.

------------------------------------------------------------------------
r2084 | jstubbs | 2005-10-04 23:25:43 +0900 (Tue, 04 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

Big cleanup and added check regarding chosen ebuild.

------------------------------------------------------------------------
r2083 | ferringb | 2005-10-04 23:13:49 +0900 (Tue, 04 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

bug 107770 , fix A D and a few other vars being set implicitly by readonly protection during setup phase.

------------------------------------------------------------------------
r2082 | jstubbs | 2005-10-03 22:33:14 +0900 (Mon, 03 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Warn and ignore on invalid system/world atoms

------------------------------------------------------------------------
r2081 | jstubbs | 2005-10-03 22:32:30 +0900 (Mon, 03 Oct 2005) | 2 lines
Changed paths:
   D /main/branches/2.0/man/alternatives.eclass.5
   D /main/branches/2.0/man/check-kernel.eclass.5
   D /main/branches/2.0/man/check-reqs.eclass.5
   D /main/branches/2.0/man/cvs.eclass.5
   D /main/branches/2.0/man/distutils.eclass.5
   D /main/branches/2.0/man/ebook.eclass.5
   D /main/branches/2.0/man/eutils.eclass.5
   D /main/branches/2.0/man/fixheadtails.eclass.5
   D /main/branches/2.0/man/flag-o-matic.eclass.5
   D /main/branches/2.0/man/font.eclass.5
   D /main/branches/2.0/man/fortran.eclass.5
   D /main/branches/2.0/man/games.eclass.5
   D /main/branches/2.0/man/horde.eclass.5
   D /main/branches/2.0/man/libtool.eclass.5
   D /main/branches/2.0/man/perl-module.eclass.5
   D /main/branches/2.0/man/python.eclass.5
   D /main/branches/2.0/man/rpm.eclass.5
   D /main/branches/2.0/man/ruby.eclass.5
   D /main/branches/2.0/man/ssl-cert.eclass.5
   D /main/branches/2.0/man/stardict.eclass.5
   D /main/branches/2.0/man/subversion.eclass.5
   D /main/branches/2.0/man/tla.eclass.5
   D /main/branches/2.0/man/toolchain-funcs.eclass.5
   D /main/branches/2.0/man/versionator.eclass.5
   D /main/branches/2.0/man/vim-plugin.eclass.5
   D /main/branches/2.0/man/vim.eclass.5

Remove app-portage/portage-docs files from portage-2.0 branch

------------------------------------------------------------------------
r2080 | ferringb | 2005-10-03 22:28:14 +0900 (Mon, 03 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

final fixup (ebuild nameerror)

------------------------------------------------------------------------
r2079 | ferringb | 2005-10-03 22:25:55 +0900 (Mon, 03 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild

fixing horkage when noauto is in use (nameerrors)

------------------------------------------------------------------------
r2076 | jstubbs | 2005-10-02 23:50:04 +0900 (Sun, 02 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Make sure to include package.use flags with fetch-restricted packages

------------------------------------------------------------------------
r2075 | jstubbs | 2005-10-02 23:47:53 +0900 (Sun, 02 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Specify ebuildpath to merge() when using qmerge

------------------------------------------------------------------------
r2074 | jstubbs | 2005-10-02 23:30:49 +0900 (Sun, 02 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Pass use list rather than config obj to portdbapi.fetch_check()

------------------------------------------------------------------------
r2073 | jstubbs | 2005-10-02 23:29:47 +0900 (Sun, 02 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Fix typo wrt to lamba usage.

------------------------------------------------------------------------
r2070 | ferringb | 2005-10-02 12:52:41 +0900 (Sun, 02 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/pym/portage.py

saner handling of selinux_enabled

------------------------------------------------------------------------
r2069 | jstubbs | 2005-10-02 00:30:48 +0900 (Sun, 02 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/src/python-missingos/setup.py

Remove the specific dependency on python-2.2.

------------------------------------------------------------------------
r2068 | jstubbs | 2005-10-02 00:29:44 +0900 (Sun, 02 Oct 2005) | 3 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Restore full range of possible atoms that can be given to emerge by doing
atom validity checks using a dummy category if necessary.

------------------------------------------------------------------------
r2066 | jstubbs | 2005-10-01 19:41:52 +0900 (Sat, 01 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Check if invalid atoms are only missing a category and let those pass.

------------------------------------------------------------------------
r2065 | ferringb | 2005-10-01 18:12:27 +0900 (Sat, 01 Oct 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/repoman

touches up on file.name check, part of glep31

------------------------------------------------------------------------
r2064 | ferringb | 2005-10-01 16:52:55 +0900 (Sat, 01 Oct 2005) | 4 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/ebuild
   M /main/branches/2.0/pym/portage.py

fixed ebuild so
ebuild some-ebuild clean setup unpack # works like
ebuild some-ebuild clean unpack

------------------------------------------------------------------------
r2063 | jstubbs | 2005-09-30 01:45:42 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Sort digests and manifests (to look nice and making them diff'able)

------------------------------------------------------------------------
r2062 | jstubbs | 2005-09-30 01:44:42 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Add some more info about where the problem is coming from when atoms cannot be resolved.

------------------------------------------------------------------------
r2061 | jstubbs | 2005-09-30 01:43:08 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Make depclean a little friendler (so that perhaps people will read the messages? ;)

------------------------------------------------------------------------
r2060 | jstubbs | 2005-09-30 01:42:30 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Ignore packages in system/world that are satisfied by packages in package.provided.

------------------------------------------------------------------------
r2059 | jstubbs | 2005-09-30 01:41:34 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Ignore files (such as metadata.xml) within portdir category dirs.

------------------------------------------------------------------------
r2058 | jstubbs | 2005-09-30 01:38:08 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Ignore blockers when fetching.

------------------------------------------------------------------------
r2057 | jstubbs | 2005-09-30 01:37:28 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Remove specific reference to the Gentoo Handbook.

------------------------------------------------------------------------
r2056 | jstubbs | 2005-09-30 01:36:57 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Refactored world graphing code to reuse the standard dependency resolution paths.

------------------------------------------------------------------------
r2055 | jstubbs | 2005-09-30 01:35:44 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Add -i to FBSD's ldconfig as requested.

------------------------------------------------------------------------
r2054 | jstubbs | 2005-09-30 01:35:04 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/cnf/make.globals

Update the casing of "linux" on the default distfile mirror.

------------------------------------------------------------------------
r2053 | jstubbs | 2005-09-30 01:34:20 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/dispatch-conf

Harmless typo in signal catcher.

------------------------------------------------------------------------
r2052 | jstubbs | 2005-09-30 01:33:44 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Prevent globbed atoms from having relative operators.

------------------------------------------------------------------------
r2051 | jstubbs | 2005-09-30 01:32:57 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Fix incorrect Exception when checking LOGDIR permissions

------------------------------------------------------------------------
r2050 | jstubbs | 2005-09-30 01:32:12 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

Adhere to USE flags passed into fetch()

------------------------------------------------------------------------
r2049 | jstubbs | 2005-09-30 01:31:33 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

Security checks regarding installation of world-writable files.

------------------------------------------------------------------------
r2048 | jstubbs | 2005-09-30 01:30:44 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

Validation of user atoms.

------------------------------------------------------------------------
r2047 | jstubbs | 2005-09-30 01:29:54 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/emergehelp.py

add --newuse short option to emerge help

------------------------------------------------------------------------
r2046 | jstubbs | 2005-09-30 01:29:15 +0900 (Fri, 30 Sep 2005) | 4 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

remove CDEPEND
ignore RDEPEND on --buildpkgonly


------------------------------------------------------------------------
r2045 | jstubbs | 2005-09-30 01:28:19 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

overridable lchown/lchgrp

------------------------------------------------------------------------
r2044 | jstubbs | 2005-09-30 01:27:25 +0900 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage_checksum.py

zmedico's prelink optimization

------------------------------------------------------------------------
r2035 | ferringb | 2005-09-28 15:06:47 +0900 (Wed, 28 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/ebuild.sh
   M /main/branches/2.0/pym/portage.py

fixups to EAPI handling.

------------------------------------------------------------------------
r2034 | ferringb | 2005-09-28 14:35:37 +0900 (Wed, 28 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/repoman

file.name fixup for glep31 checks.

------------------------------------------------------------------------
r2033 | ferringb | 2005-09-28 13:45:41 +0900 (Wed, 28 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/ebuild.sh

bye bye global portageq's.

------------------------------------------------------------------------
r2032 | ferringb | 2005-09-28 09:02:19 +0900 (Wed, 28 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/ebuild.sh

eapi fix up for installation.

------------------------------------------------------------------------
r2026 | ferringb | 2005-09-27 08:45:18 +0900 (Tue, 27 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/emerge

typo fix.

------------------------------------------------------------------------
r2025 | ferringb | 2005-09-25 04:13:25 +0900 (Sun, 25 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/emerge
   M /main/branches/2.0/pym/portage.py

emerge --metadata ran as user, and silenced auxdb Corruption exceptions when doing metadata transfer.

------------------------------------------------------------------------
r2024 | ferringb | 2005-09-25 03:51:48 +0900 (Sun, 25 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage_db_flat_hash.py

update so that int 0 is stored (change to the logic test for storing null vals)

------------------------------------------------------------------------
r2023 | ferringb | 2005-09-25 03:41:36 +0900 (Sun, 25 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

correction of eapi transfer for metadata -> local cache

------------------------------------------------------------------------
r2022 | ferringb | 2005-09-25 02:54:05 +0900 (Sun, 25 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/ebuild.sh
   M /main/branches/2.0/pym/portage.py
   M /main/branches/2.0/pym/portage_const.py
   M /main/branches/2.0/pym/portage_db_flat.py
   A /main/branches/2.0/pym/portage_db_flat_hash.py
   A /main/branches/2.0/pym/portage_db_metadata.py

EAPI awareness, and flat_hash/flat_list autodetection for rysnc cache.

------------------------------------------------------------------------
r2021 | ferringb | 2005-09-24 11:56:18 +0900 (Sat, 24 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/emerge

cleanse_cache cleanups.

------------------------------------------------------------------------
r2020 | ferringb | 2005-09-24 11:53:14 +0900 (Sat, 24 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/repoman

bug 106544 , glep31 enforcement checks

------------------------------------------------------------------------
r2019 | vapier | 2005-09-24 09:28:11 +0900 (Sat, 24 Sep 2005) | 1 line
Changed paths:
   M /main/branches/2.0/man/repoman.1
   M /main/trunk/man/repoman.1

repoman will work in any portage tree, but the commit option will only work in a cvs tree
------------------------------------------------------------------------
r2018 | vapier | 2005-09-24 09:26:24 +0900 (Sat, 24 Sep 2005) | 1 line
Changed paths:
   M /main/branches/2.0/man/ebuild.5
   M /main/trunk/man/ebuild.5

use() is silent, update notes
------------------------------------------------------------------------
r2014 | ferringb | 2005-09-21 07:05:36 +0900 (Wed, 21 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/portage.py

syntax error (wth?), fixed it.

------------------------------------------------------------------------
r2012 | ferringb | 2005-09-20 22:20:48 +0900 (Tue, 20 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog

added the bug number I missed on previous commit.

------------------------------------------------------------------------
r2011 | ferringb | 2005-09-20 22:13:10 +0900 (Tue, 20 Sep 2005) | 4 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/pym/portage.py

bug 106363 , selinux failed import resulting in module hanging around causing issues for the logic on the next re-import
import selinux == fail; next attempt, import selinux == non-fail
Python 'feature' of sorts.

------------------------------------------------------------------------
r1998 | vapier | 2005-09-18 13:38:36 +0900 (Sun, 18 Sep 2005) | 1 line
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/etc-update
   M /main/trunk/ChangeLog
   M /main/trunk/bin/etc-update

add a sanity check for diff before using it #48184
------------------------------------------------------------------------
r1996 | vapier | 2005-09-16 11:27:50 +0900 (Fri, 16 Sep 2005) | 1 line
Changed paths:
   M /main/branches/2.0/man/portage.5

document the -* KEYWORD #97165
------------------------------------------------------------------------
r1992 | ferringb | 2005-09-09 01:31:36 +0900 (Fri, 09 Sep 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/ebuild.sh

fixing unpack so it works once again for tar :/

------------------------------------------------------------------------
r1991 | jstubbs | 2005-09-08 22:55:27 +0900 (Thu, 08 Sep 2005) | 3 lines
Changed paths:
   M /main/branches/2.0/ChangeLog
   M /main/branches/2.0/bin/emerge

Only warn on removal of system virtuals if there is only one satisfying package.


------------------------------------------------------------------------
r1990 | vapier | 2005-09-08 11:23:55 +0900 (Thu, 08 Sep 2005) | 1 line
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

backport local unpacking support from trunk and add support for jar
------------------------------------------------------------------------
r1988 | vapier | 2005-09-08 11:22:48 +0900 (Thu, 08 Sep 2005) | 1 line
Changed paths:
   M /main/branches/2.0/bin/doman
   M /main/trunk/bin/doman

if passing the -i18n option to doman, make sure we eat the option and continue processing
------------------------------------------------------------------------
r1960 | jstubbs | 2005-09-01 23:42:25 +0900 (Thu, 01 Sep 2005) | 11 lines
Changed paths:
   M /main/branches/2.0/bin/dispatch-conf
   M /main/branches/2.0/bin/ebuild.sh
   M /main/branches/2.0/bin/emerge
   M /main/branches/2.0/pym/portage.py
   M /main/branches/2.0/pym/portage_data.py
   M /main/branches/2.0/pym/portage_exec.py

68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)
98727_sleep_locale_cleanup.patch (sleep was defined twice for "." and "," locales)
98827_lchown_normal_files.patch (lchown was being used on known-to-be-regular files)
98827_darwin_noop_lchown.patch (lchwon was aliased to chown on darwin)
99101_ccache_perms_adjust.patch (perms test and adjustment didn't match)
99120_uid_gid_mixup.patch (portage gid used in place of uid)
99418_merge_retcode_ignored.patch (dispatch-conf ignored result of merge command)
100382_incomplete_world.patch (versioned atoms were not being added to world)
broken-stat-perms.patch (result of conditional execution being unconditionally tested)


------------------------------------------------------------------------
r1954 | ferringb | 2005-08-31 16:44:37 +0900 (Wed, 31 Aug 2005) | 2 lines
Changed paths:
   D /main/branches/2.0/pym/portage.py.orig

don't commit the remenants from applying a patch

------------------------------------------------------------------------
r1953 | ferringb | 2005-08-30 14:24:51 +0900 (Tue, 30 Aug 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/pym/cvstree.py
   M /main/branches/2.0/pym/dcdialog.py
   M /main/branches/2.0/pym/dispatch_conf.py
   M /main/branches/2.0/pym/emergehelp.py
   M /main/branches/2.0/pym/getbinpkg.py
   M /main/branches/2.0/pym/output.py
   M /main/branches/2.0/pym/portage.py
   M /main/branches/2.0/pym/portage_checksum.py
   M /main/branches/2.0/pym/portage_const.py
   M /main/branches/2.0/pym/portage_contents.py
   M /main/branches/2.0/pym/portage_data.py
   M /main/branches/2.0/pym/portage_db_anydbm.py
   M /main/branches/2.0/pym/portage_db_cpickle.py
   M /main/branches/2.0/pym/portage_db_flat.py
   M /main/branches/2.0/pym/portage_db_template.py
   M /main/branches/2.0/pym/portage_db_test.py
   M /main/branches/2.0/pym/portage_dep.py
   M /main/branches/2.0/pym/portage_exception.py
   M /main/branches/2.0/pym/portage_exec.py
   M /main/branches/2.0/pym/portage_file.py
   M /main/branches/2.0/pym/portage_gpg.py
   M /main/branches/2.0/pym/portage_localization.py
   M /main/branches/2.0/pym/portage_locks.py
   M /main/branches/2.0/pym/portage_util.py
   M /main/branches/2.0/pym/xpak.py

bye bye mr. cvs_id_string

------------------------------------------------------------------------
r1952 | ferringb | 2005-08-30 14:24:38 +0900 (Tue, 30 Aug 2005) | 2 lines
Changed paths:
   D /main/branches/2.0/bin/emerge.orig

this file should've been killed long ago.

------------------------------------------------------------------------
r1951 | ferringb | 2005-08-30 14:16:47 +0900 (Tue, 30 Aug 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/ChangeLog.000
   M /main/branches/2.0/bin/archive-conf
   M /main/branches/2.0/bin/chkcontents
   M /main/branches/2.0/bin/clean_locks
   M /main/branches/2.0/bin/dispatch-conf
   M /main/branches/2.0/bin/dobin
   M /main/branches/2.0/bin/doconfd
   M /main/branches/2.0/bin/dodir
   M /main/branches/2.0/bin/dodoc
   M /main/branches/2.0/bin/doenvd
   M /main/branches/2.0/bin/doexe
   M /main/branches/2.0/bin/dohard
   M /main/branches/2.0/bin/dohtml
   M /main/branches/2.0/bin/doinfo
   M /main/branches/2.0/bin/doinitd
   M /main/branches/2.0/bin/doins
   M /main/branches/2.0/bin/dojar
   M /main/branches/2.0/bin/dolib
   M /main/branches/2.0/bin/dolib.a
   M /main/branches/2.0/bin/dolib.so
   M /main/branches/2.0/bin/doman
   M /main/branches/2.0/bin/domo
   M /main/branches/2.0/bin/dopython
   M /main/branches/2.0/bin/dosbin
   M /main/branches/2.0/bin/dosed
   M /main/branches/2.0/bin/dosym
   M /main/branches/2.0/bin/ebuild
   M /main/branches/2.0/bin/ebuild.sh
   M /main/branches/2.0/bin/emake
   M /main/branches/2.0/bin/emerge
   M /main/branches/2.0/bin/emerge-webrsync
   M /main/branches/2.0/bin/emerge.orig
   M /main/branches/2.0/bin/env-update
   M /main/branches/2.0/bin/env-update.sh
   M /main/branches/2.0/bin/etc-update
   M /main/branches/2.0/bin/find-requires
   M /main/branches/2.0/bin/fix-db.py
   M /main/branches/2.0/bin/fixdbentries
   M /main/branches/2.0/bin/fixpackages
   M /main/branches/2.0/bin/fowners
   M /main/branches/2.0/bin/fperms
   M /main/branches/2.0/bin/md5check.py
   M /main/branches/2.0/bin/md5check.sh
   M /main/branches/2.0/bin/mirror.py
   M /main/branches/2.0/bin/newbin
   M /main/branches/2.0/bin/newconfd
   M /main/branches/2.0/bin/newdoc
   M /main/branches/2.0/bin/newenvd
   M /main/branches/2.0/bin/newexe
   M /main/branches/2.0/bin/newinitd
   M /main/branches/2.0/bin/newins
   M /main/branches/2.0/bin/newlib.a
   M /main/branches/2.0/bin/newlib.so
   M /main/branches/2.0/bin/newman
   M /main/branches/2.0/bin/newsbin
   M /main/branches/2.0/bin/pkgmerge
   M /main/branches/2.0/bin/pkgmerge.new
   M /main/branches/2.0/bin/pkgname
   M /main/branches/2.0/bin/portage_gpg_update.sh
   M /main/branches/2.0/bin/portageq
   M /main/branches/2.0/bin/prepall
   M /main/branches/2.0/bin/prepalldocs
   M /main/branches/2.0/bin/prepallinfo
   M /main/branches/2.0/bin/prepallman
   M /main/branches/2.0/bin/prepallstrip
   M /main/branches/2.0/bin/prepinfo
   M /main/branches/2.0/bin/preplib
   M /main/branches/2.0/bin/preplib.so
   M /main/branches/2.0/bin/prepman
   M /main/branches/2.0/bin/prepstrip
   M /main/branches/2.0/bin/quickpkg
   M /main/branches/2.0/bin/regenworld
   M /main/branches/2.0/bin/repoman
   M /main/branches/2.0/bin/xpak
   M /main/branches/2.0/cnf/etc-update.conf
   M /main/branches/2.0/cnf/make.conf
   M /main/branches/2.0/cnf/make.conf.alpha
   M /main/branches/2.0/cnf/make.conf.amd64
   M /main/branches/2.0/cnf/make.conf.arm
   M /main/branches/2.0/cnf/make.conf.hppa
   M /main/branches/2.0/cnf/make.conf.ia64
   M /main/branches/2.0/cnf/make.conf.mac
   M /main/branches/2.0/cnf/make.conf.mips
   M /main/branches/2.0/cnf/make.conf.ppc
   M /main/branches/2.0/cnf/make.conf.ppc64
   M /main/branches/2.0/cnf/make.conf.s390
   M /main/branches/2.0/cnf/make.conf.sparc
   M /main/branches/2.0/cnf/make.conf.x86
   M /main/branches/2.0/cnf/make.conf.x86-fbsd
   M /main/branches/2.0/cnf/make.globals
   M /main/branches/2.0/man/alternatives.eclass.5
   M /main/branches/2.0/man/check-kernel.eclass.5
   M /main/branches/2.0/man/check-reqs.eclass.5
   M /main/branches/2.0/man/cvs.eclass.5
   M /main/branches/2.0/man/dispatch-conf.1
   M /main/branches/2.0/man/distutils.eclass.5
   M /main/branches/2.0/man/ebook.eclass.5
   M /main/branches/2.0/man/ebuild.1
   M /main/branches/2.0/man/ebuild.5
   M /main/branches/2.0/man/emerge.1
   M /main/branches/2.0/man/env-update.1
   M /main/branches/2.0/man/etc-update.1
   M /main/branches/2.0/man/eutils.eclass.5
   M /main/branches/2.0/man/fixheadtails.eclass.5
   M /main/branches/2.0/man/flag-o-matic.eclass.5
   M /main/branches/2.0/man/font.eclass.5
   M /main/branches/2.0/man/fortran.eclass.5
   M /main/branches/2.0/man/games.eclass.5
   M /main/branches/2.0/man/horde.eclass.5
   M /main/branches/2.0/man/libtool.eclass.5
   M /main/branches/2.0/man/make.conf.5
   M /main/branches/2.0/man/perl-module.eclass.5
   M /main/branches/2.0/man/portage.5
   M /main/branches/2.0/man/python.eclass.5
   M /main/branches/2.0/man/quickpkg.1
   M /main/branches/2.0/man/repoman.1
   M /main/branches/2.0/man/rpm.eclass.5
   M /main/branches/2.0/man/ruby.eclass.5
   M /main/branches/2.0/man/ssl-cert.eclass.5
   M /main/branches/2.0/man/stardict.eclass.5
   M /main/branches/2.0/man/subversion.eclass.5
   M /main/branches/2.0/man/tla.eclass.5
   M /main/branches/2.0/man/toolchain-funcs.eclass.5
   M /main/branches/2.0/man/versionator.eclass.5
   M /main/branches/2.0/man/vim-plugin.eclass.5
   M /main/branches/2.0/man/vim.eclass.5
   M /main/branches/2.0/pym/cvstree.py
   M /main/branches/2.0/pym/dispatch_conf.py
   M /main/branches/2.0/pym/emergehelp.py
   M /main/branches/2.0/pym/getbinpkg.py
   M /main/branches/2.0/pym/output.py
   M /main/branches/2.0/pym/portage.py
   M /main/branches/2.0/pym/portage.py.orig
   M /main/branches/2.0/pym/portage_checksum.py
   M /main/branches/2.0/pym/portage_const.py
   M /main/branches/2.0/pym/portage_contents.py
   M /main/branches/2.0/pym/portage_data.py
   M /main/branches/2.0/pym/portage_db_anydbm.py
   M /main/branches/2.0/pym/portage_db_cpickle.py
   M /main/branches/2.0/pym/portage_db_flat.py
   M /main/branches/2.0/pym/portage_db_template.py
   M /main/branches/2.0/pym/portage_db_test.py
   M /main/branches/2.0/pym/portage_dep.py
   M /main/branches/2.0/pym/portage_exception.py
   M /main/branches/2.0/pym/portage_exec.py
   M /main/branches/2.0/pym/portage_file.py
   M /main/branches/2.0/pym/portage_gpg.py
   M /main/branches/2.0/pym/portage_localization.py
   M /main/branches/2.0/pym/portage_locks.py
   M /main/branches/2.0/pym/portage_util.py
   M /main/branches/2.0/pym/xpak.py
   M /main/branches/2.0/src/bsd-flags/chflags.c
   M /main/branches/2.0/src/bsd-flags/setup.cfg
   M /main/branches/2.0/src/bsd-flags/setup.py
   M /main/branches/2.0/src/python-missingos/ChangeLog
   M /main/branches/2.0/src/python-missingos/README
   M /main/branches/2.0/src/python-missingos/missingos.c
   M /main/branches/2.0/src/python-missingos/setup.cfg
   M /main/branches/2.0/src/python-missingos/setup.py
   M /main/branches/2.0/src/sandbox/Makefile
   M /main/branches/2.0/src/sandbox/libsandbox.c
   M /main/branches/2.0/src/sandbox/problems/Makefile
   M /main/branches/2.0/src/sandbox/problems/libsandbox_emacsbug.c
   M /main/branches/2.0/src/sandbox/problems/libsandbox_muttbug.c
   M /main/branches/2.0/src/sandbox/problems/sandbox_dev_fd_foo.c
   M /main/branches/2.0/src/sandbox/problems/sandbox_muttbug.c
   M /main/branches/2.0/src/sandbox/sandbox.bashrc
   M /main/branches/2.0/src/sandbox/sandbox.c
   M /main/branches/2.0/src/sandbox-1.1/ChangeLog
   M /main/branches/2.0/src/sandbox-1.1/Makefile
   M /main/branches/2.0/src/sandbox-1.1/canonicalize.c
   M /main/branches/2.0/src/sandbox-1.1/create-localdecls
   M /main/branches/2.0/src/sandbox-1.1/getcwd.c
   M /main/branches/2.0/src/sandbox-1.1/libsandbox.c
   M /main/branches/2.0/src/sandbox-1.1/sandbox.bashrc
   M /main/branches/2.0/src/sandbox-1.1/sandbox.c
   M /main/branches/2.0/src/sandbox-1.1/sandbox.h
   M /main/branches/2.0/src/sandbox-1.1/sandbox_futils.c
   M /main/branches/2.0/src/sandbox-dev/ChangeLog
   M /main/branches/2.0/src/sandbox-dev/Makefile
   M /main/branches/2.0/src/sandbox-dev/canonicalize.c
   M /main/branches/2.0/src/sandbox-dev/create-localdecls
   M /main/branches/2.0/src/sandbox-dev/libsandbox.c
   M /main/branches/2.0/src/sandbox-dev/sandbox.bashrc
   M /main/branches/2.0/src/sandbox-dev/sandbox.c
   M /main/branches/2.0/src/sandbox-dev/sandbox.h
   M /main/branches/2.0/src/sandbox-dev/sandbox_futils.c
   M /main/branches/2.0/src/tbz2tool.c
   M /main/branches/2.0/tarball.sh

header changes, $Header: -> $Id:

------------------------------------------------------------------------
r1947 | ferringb | 2005-08-30 13:07:00 +0900 (Tue, 30 Aug 2005) | 2 lines
Changed paths:
   M /main/branches/2.0/bin/ebuild.sh

re-adding the unpack function to stable someone yanked... :)

------------------------------------------------------------------------
r1941 | jstubbs | 2005-08-28 17:37:44 +0900 (Sun, 28 Aug 2005) | 3 lines
Changed paths:
   A /main/branches/2.0
   A /main/branches/2.0/ChangeLog
   A /main/branches/2.0/ChangeLog.000
   A /main/branches/2.0/TODO
   A /main/branches/2.0/bin
   A /main/branches/2.0/bin/archive-conf
   A /main/branches/2.0/bin/chkcontents
   A /main/branches/2.0/bin/clean_locks
   A /main/branches/2.0/bin/dispatch-conf
   A /main/branches/2.0/bin/dobin
   A /main/branches/2.0/bin/doconfd
   A /main/branches/2.0/bin/dodir
   A /main/branches/2.0/bin/dodoc
   A /main/branches/2.0/bin/doenvd
   A /main/branches/2.0/bin/doexe
   A /main/branches/2.0/bin/dohard
   A /main/branches/2.0/bin/dohtml
   A /main/branches/2.0/bin/doinfo
   A /main/branches/2.0/bin/doinitd
   A /main/branches/2.0/bin/doins
   A /main/branches/2.0/bin/dojar
   A /main/branches/2.0/bin/dolib
   A /main/branches/2.0/bin/dolib.a
   A /main/branches/2.0/bin/dolib.so
   A /main/branches/2.0/bin/doman
   A /main/branches/2.0/bin/domo
   A /main/branches/2.0/bin/dopython
   A /main/branches/2.0/bin/dosbin
   A /main/branches/2.0/bin/dosed
   A /main/branches/2.0/bin/dosym
   A /main/branches/2.0/bin/ebuild
   A /main/branches/2.0/bin/ebuild.sh
   A /main/branches/2.0/bin/emake
   A /main/branches/2.0/bin/emerge
   A /main/branches/2.0/bin/emerge-webrsync
   A /main/branches/2.0/bin/emerge.orig
   A /main/branches/2.0/bin/env-update
   A /main/branches/2.0/bin/env-update.sh
   A /main/branches/2.0/bin/etc-update
   A /main/branches/2.0/bin/find-requires
   A /main/branches/2.0/bin/fix-db.py
   A /main/branches/2.0/bin/fixdbentries
   A /main/branches/2.0/bin/fixpackages
   A /main/branches/2.0/bin/fowners
   A /main/branches/2.0/bin/fperms
   A /main/branches/2.0/bin/md5check.py
   A /main/branches/2.0/bin/md5check.sh
   A /main/branches/2.0/bin/mirror.py
   A /main/branches/2.0/bin/newbin
   A /main/branches/2.0/bin/newconfd
   A /main/branches/2.0/bin/newdoc
   A /main/branches/2.0/bin/newenvd
   A /main/branches/2.0/bin/newexe
   A /main/branches/2.0/bin/newinitd
   A /main/branches/2.0/bin/newins
   A /main/branches/2.0/bin/newlib.a
   A /main/branches/2.0/bin/newlib.so
   A /main/branches/2.0/bin/newman
   A /main/branches/2.0/bin/newsbin
   A /main/branches/2.0/bin/pemerge.py
   A /main/branches/2.0/bin/pkgmerge
   A /main/branches/2.0/bin/pkgmerge.new
   A /main/branches/2.0/bin/pkgname
   A /main/branches/2.0/bin/portage_gpg_update.sh
   A /main/branches/2.0/bin/portageq
   A /main/branches/2.0/bin/prepall
   A /main/branches/2.0/bin/prepalldocs
   A /main/branches/2.0/bin/prepallinfo
   A /main/branches/2.0/bin/prepallman
   A /main/branches/2.0/bin/prepallstrip
   A /main/branches/2.0/bin/prepinfo
   A /main/branches/2.0/bin/preplib
   A /main/branches/2.0/bin/preplib.so
   A /main/branches/2.0/bin/prepman
   A /main/branches/2.0/bin/prepstrip
   A /main/branches/2.0/bin/quickpkg
   A /main/branches/2.0/bin/regenworld
   A /main/branches/2.0/bin/repoman
   A /main/branches/2.0/bin/xpak
   A /main/branches/2.0/cnf
   A /main/branches/2.0/cnf/dispatch-conf.conf
   A /main/branches/2.0/cnf/etc-update.conf
   A /main/branches/2.0/cnf/make.conf
   A /main/branches/2.0/cnf/make.conf.alpha
   A /main/branches/2.0/cnf/make.conf.amd64
   A /main/branches/2.0/cnf/make.conf.arm
   A /main/branches/2.0/cnf/make.conf.hppa
   A /main/branches/2.0/cnf/make.conf.ia64
   A /main/branches/2.0/cnf/make.conf.mac
   A /main/branches/2.0/cnf/make.conf.mips
   A /main/branches/2.0/cnf/make.conf.ppc
   A /main/branches/2.0/cnf/make.conf.ppc64
   A /main/branches/2.0/cnf/make.conf.s390
   A /main/branches/2.0/cnf/make.conf.sparc
   A /main/branches/2.0/cnf/make.conf.x86
   A /main/branches/2.0/cnf/make.conf.x86-fbsd
   A /main/branches/2.0/cnf/make.globals
   A /main/branches/2.0/make-man-tarball.sh
   A /main/branches/2.0/man
   A /main/branches/2.0/man/alternatives.eclass.5
   A /main/branches/2.0/man/check-kernel.eclass.5
   A /main/branches/2.0/man/check-reqs.eclass.5
   A /main/branches/2.0/man/cvs.eclass.5
   A /main/branches/2.0/man/dispatch-conf.1
   A /main/branches/2.0/man/distutils.eclass.5
   A /main/branches/2.0/man/ebook.eclass.5
   A /main/branches/2.0/man/ebuild.1
   A /main/branches/2.0/man/ebuild.5
   A /main/branches/2.0/man/emerge.1
   A /main/branches/2.0/man/env-update.1
   A /main/branches/2.0/man/etc-update.1
   A /main/branches/2.0/man/eutils.eclass.5
   A /main/branches/2.0/man/fixheadtails.eclass.5
   A /main/branches/2.0/man/flag-o-matic.eclass.5
   A /main/branches/2.0/man/font.eclass.5
   A /main/branches/2.0/man/fortran.eclass.5
   A /main/branches/2.0/man/games.eclass.5
   A /main/branches/2.0/man/horde.eclass.5
   A /main/branches/2.0/man/libtool.eclass.5
   A /main/branches/2.0/man/make.conf.5
   A /main/branches/2.0/man/perl-module.eclass.5
   A /main/branches/2.0/man/portage.5
   A /main/branches/2.0/man/python.eclass.5
   A /main/branches/2.0/man/quickpkg.1
   A /main/branches/2.0/man/repoman.1
   A /main/branches/2.0/man/rpm.eclass.5
   A /main/branches/2.0/man/ruby.eclass.5
   A /main/branches/2.0/man/ssl-cert.eclass.5
   A /main/branches/2.0/man/stardict.eclass.5
   A /main/branches/2.0/man/subversion.eclass.5
   A /main/branches/2.0/man/tla.eclass.5
   A /main/branches/2.0/man/toolchain-funcs.eclass.5
   A /main/branches/2.0/man/versionator.eclass.5
   A /main/branches/2.0/man/vim-plugin.eclass.5
   A /main/branches/2.0/man/vim.eclass.5
   A /main/branches/2.0/pym
   A /main/branches/2.0/pym/cvstree.py
   A /main/branches/2.0/pym/dcdialog.py
   A /main/branches/2.0/pym/dispatch_conf.py
   A /main/branches/2.0/pym/emergehelp.py
   A /main/branches/2.0/pym/getbinpkg.py
   A /main/branches/2.0/pym/output.py
   A /main/branches/2.0/pym/portage.py
   A /main/branches/2.0/pym/portage.py.orig
   A /main/branches/2.0/pym/portage_checksum.py
   A /main/branches/2.0/pym/portage_const.py
   A /main/branches/2.0/pym/portage_contents.py
   A /main/branches/2.0/pym/portage_data.py
   A /main/branches/2.0/pym/portage_db_anydbm.py
   A /main/branches/2.0/pym/portage_db_cpickle.py
   A /main/branches/2.0/pym/portage_db_flat.py
   A /main/branches/2.0/pym/portage_db_template.py
   A /main/branches/2.0/pym/portage_db_test.py
   A /main/branches/2.0/pym/portage_dep.py
   A /main/branches/2.0/pym/portage_exception.py
   A /main/branches/2.0/pym/portage_exec.py
   A /main/branches/2.0/pym/portage_file.py
   A /main/branches/2.0/pym/portage_gpg.py
   A /main/branches/2.0/pym/portage_localization.py
   A /main/branches/2.0/pym/portage_locks.py
   A /main/branches/2.0/pym/portage_util.py
   A /main/branches/2.0/pym/xpak.py
   A /main/branches/2.0/qa
   A /main/branches/2.0/qa/iuse
   A /main/branches/2.0/qa/iuse/iuse.sh
   A /main/branches/2.0/qa/iuse/iuse2.py
   A /main/branches/2.0/spec
   A /main/branches/2.0/spec/emerge.syntax
   A /main/branches/2.0/src
   A /main/branches/2.0/src/bsd-flags
   A /main/branches/2.0/src/bsd-flags/PKG-INFO
   A /main/branches/2.0/src/bsd-flags/chflags.c
   A /main/branches/2.0/src/bsd-flags/setup.cfg
   A /main/branches/2.0/src/bsd-flags/setup.py
   A /main/branches/2.0/src/python-missingos
   A /main/branches/2.0/src/python-missingos/ChangeLog
   A /main/branches/2.0/src/python-missingos/PKG-INFO
   A /main/branches/2.0/src/python-missingos/README
   A /main/branches/2.0/src/python-missingos/missingos.c
   A /main/branches/2.0/src/python-missingos/setup.cfg
   A /main/branches/2.0/src/python-missingos/setup.py
   A /main/branches/2.0/src/sandbox
   A /main/branches/2.0/src/sandbox/Makefile
   A /main/branches/2.0/src/sandbox/libsandbox.c
   A /main/branches/2.0/src/sandbox/problems
   A /main/branches/2.0/src/sandbox/problems/Makefile
   A /main/branches/2.0/src/sandbox/problems/libsandbox_emacsbug.c
   A /main/branches/2.0/src/sandbox/problems/libsandbox_muttbug.c
   A /main/branches/2.0/src/sandbox/problems/sandbox_dev_fd_foo.c
   A /main/branches/2.0/src/sandbox/problems/sandbox_muttbug.c
   A /main/branches/2.0/src/sandbox/sandbox.bashrc
   A /main/branches/2.0/src/sandbox/sandbox.c
   A /main/branches/2.0/src/sandbox-1.1
   A /main/branches/2.0/src/sandbox-1.1/ChangeLog
   A /main/branches/2.0/src/sandbox-1.1/Makefile
   A /main/branches/2.0/src/sandbox-1.1/canonicalize.c
   A /main/branches/2.0/src/sandbox-1.1/create-localdecls
   A /main/branches/2.0/src/sandbox-1.1/getcwd.c
   A /main/branches/2.0/src/sandbox-1.1/libctest.c
   A /main/branches/2.0/src/sandbox-1.1/libsandbox.c
   A /main/branches/2.0/src/sandbox-1.1/sandbox.bashrc
   A /main/branches/2.0/src/sandbox-1.1/sandbox.c
   A /main/branches/2.0/src/sandbox-1.1/sandbox.h
   A /main/branches/2.0/src/sandbox-1.1/sandbox_futils.c
   A /main/branches/2.0/src/sandbox-dev
   A /main/branches/2.0/src/sandbox-dev/ChangeLog
   A /main/branches/2.0/src/sandbox-dev/Makefile
   A /main/branches/2.0/src/sandbox-dev/canonicalize.c
   A /main/branches/2.0/src/sandbox-dev/create-localdecls
   A /main/branches/2.0/src/sandbox-dev/libctest.c
   A /main/branches/2.0/src/sandbox-dev/libsandbox.c
   A /main/branches/2.0/src/sandbox-dev/sandbox.bashrc
   A /main/branches/2.0/src/sandbox-dev/sandbox.c
   A /main/branches/2.0/src/sandbox-dev/sandbox.h
   A /main/branches/2.0/src/sandbox-dev/sandbox_futils.c
   A /main/branches/2.0/src/tbz2tool.c
   A /main/branches/2.0/tabcheck.py
   A /main/branches/2.0/tarball.sh

Migration (without history) of the current stable line to subversion.


------------------------------------------------------------------------
