summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* For bug #173808, compress ${mandir} all in one go instead of doing subdirecto...Zac Medico2007-04-101-12/+1
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuil...Mike Frysinger2007-04-074-15/+16
* change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ebuil...Mike Frysinger2007-04-073-8/+9
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...Zac Medico2007-04-051-1/+1
* For bug #172539, fix ecompressdir suffix handling so that automatic decompres...Zac Medico2007-03-281-6/+6
* Properly anchor sed regexp for readlonly attribut filtering.Zac Medico2007-03-271-2/+2
* Filter the readonly attribute from variables saved in ${T}/environment to pre...Zac Medico2007-03-271-1/+2
* source ${T}/environment before the definition of qa_source() and qa_call() so...Zac Medico2007-03-271-6/+6
* For bug #172033, remove the obsolete QA Notice for man pages that are already...Zac Medico2007-03-241-2/+2
* Fix cvstree import to avoid deprecation warning.Zac Medico2007-03-201-1/+1
* revert previous change since it is obviously incorrect as pointed out by grobianMike Frysinger2007-03-182-2/+8
* make sure we prefix all arguments with $D, including ones that dont start wit...Mike Frysinger2007-03-173-8/+5
* send stdout to /dev/null since we rely on the output of stdout here to determ...Mike Frysinger2007-03-171-1/+1
* forcibly break all hard links so we dont need to rely on --force in compresso...Mike Frysinger2007-03-171-3/+6
* redo compression so that it is queued up in src_install and then dequeued pos...Mike Frysinger2007-03-175-15/+89
* drop the need for the force flag by default and just delete the existing file...Mike Frysinger2007-03-161-1/+7
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ...Zac Medico2007-03-161-0/+1
* Make prepinfo remove installed info indexes recursively. Thanks to Christian...Zac Medico2007-03-121-1/+3
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-102-5/+6
* import portage.xpak to avoid deprecation warningZac Medico2007-03-091-2/+2
* Add back a missing `source isolated-functions.sh`. The color logic is handle...Zac Medico2007-03-091-4/+1
* allow people to disable compression by setting the PORTAGE_COMPRESS variables...Mike Frysinger2007-03-042-14/+12
* In the same vein as copyright, add Id and svn:keywords to itAlec Warner2007-03-031-0/+1
* you can't insert into sys.path without importing sys...Alec Warner2007-03-031-0/+3
* Add compatibility code to avoid the GNU specific --reference option of chmod....Zac Medico2007-03-011-2/+6
* For bug #168267, use add --force to the default PORTAGE_COMPRESS_FLAGS so tha...Zac Medico2007-02-271-1/+1
* For compatibility with older findutils, don't use the -L predicate (bug #1684...Zac Medico2007-02-271-2/+3
* Filter paths matching '/<built-in>$' that come from debugedit. Thanks to Ed ...Zac Medico2007-02-231-1/+2
* For bug #167667, add support for ${PORTDIR}/manifest1_obsolete and automatica...Zac Medico2007-02-221-3/+51
* Add some sanity checks for file list handling when repolevel < 3.Zac Medico2007-02-221-0/+12
* Fix broken file list handling for FEATUES=sign when only the Manifest has cha...Zac Medico2007-02-221-0/+6
* Fix more broken commitmessagefile handling.Zac Medico2007-02-221-2/+7
* Use startdir instead of mydir since mydir has a trailing slash which triggers...Zac Medico2007-02-221-3/+3
* Avoid a TypeError when commitmessagefile is None.Zac Medico2007-02-221-1/+1
* Fix stardir and repodir logic from the previous commit.Zac Medico2007-02-211-5/+3
* For consistency, replace multiple os.getcwd() calls with the "mydir" variable.Zac Medico2007-02-211-4/+4
* s/x/xs/ to fix a typo in a variable name.Zac Medico2007-02-211-1/+1
* Don't exclude . since that excludes the entire contents of some tar files.Zac Medico2007-02-181-1/+1
* When calling tar, always exclud . in order to preserver PORTAGE_WORKDIR_MODE....Zac Medico2007-02-181-6/+6
* For bug #166785, check for invalid categories in the world file.Zac Medico2007-02-181-3/+16
* For full backwards compat (with symlinks or other weird stuff) import everyth...Marius Mauch2007-02-171-3/+3
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t...Marius Mauch2007-02-171-5366/+5
* Print hostname in xterm title if sheridan is available in the environmentMarius Mauch2007-02-171-4/+5
* Print filename when displaying package.mask commentsMarius Mauch2007-02-171-2/+3
* Add support for RSYNC_EXTRA_OPTS to webrsyncMarius Mauch2007-02-171-2/+2
* Add missing quotes.Zac Medico2007-02-151-1/+1
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ...Zac Medico2007-02-151-1/+2
* Optimize merge order calculation for --tree output when necessary.Zac Medico2007-02-141-1/+2
* For bug #158100, use an exact reversal of the actual merge order for --tree o...Zac Medico2007-02-141-0/+5
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9