summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add a 'ignore-previously-merged' config option which gives similar behavior ↵Zac Medico2007-05-231-0/+8
| | | | | | to the --noconfmem emerge option. svn path=/main/trunk/; revision=6592
* Pass a temporary file name to the package phase in the environment variable ↵Zac Medico2007-05-231-15/+4
| | | | | | PORTAGE_BINPKG_TMPFILE and move the temporary file into place inside binarytree.inject(). This allows binarytree.inject() to perform the move while holding a lock. svn path=/main/trunk/; revision=6591
* When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ↵Zac Medico2007-05-221-3/+11
| | | | | | instead. This new layout is backward compatible with portage-2.1.2 and it will be a requirement for new PORTAGE_BINHOST support that is comming. svn path=/main/trunk/; revision=6568
* Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly.Zac Medico2007-05-221-3/+3
| | | | svn path=/main/trunk/; revision=6567
* For bug #179380, make support for ECONF_SOURCE in the default src_compile() ↵Zac Medico2007-05-221-1/+3
| | | | | | conditional on EAPI != 0. svn path=/main/trunk/; revision=6565
* For bug #179008, just use metadata.dtd directly from $DISTDIR.Zac Medico2007-05-201-14/+13
| | | | svn path=/main/trunk/; revision=6562
* Use device number and i-node number (like os.path.samefile does) to check if ↵Zac Medico2007-05-191-1/+18
| | | | | | the current directory is inside a given overlay. This solves issues with path comparison and symlinks. svn path=/main/trunk/; revision=6559
* For bug #178378, make the default src_compile() check for configure in ↵Zac Medico2007-05-191-1/+1
| | | | | | ${ECONF_SOURCE:-.} (instead of just .) before it calls econf. Thanks to James C. Georgas <jgeorgas@rogers.com>. svn path=/main/trunk/; revision=6558
* For bug #176539, add a "manifest" target to repoman so that there's a simple ↵Zac Medico2007-05-191-2/+16
| | | | | | way to just generate a Manifest. svn path=/main/trunk/; revision=6554
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544Mike Frysinger2007-05-191-3/+4
| | | | svn path=/main/trunk/; revision=6553
* remove old importZac Medico2007-05-131-1/+0
| | | | svn path=/main/trunk/; revision=6529
* import dispatch_conf from the new namespaceZac Medico2007-05-131-1/+1
| | | | svn path=/main/trunk/; revision=6528
* tabs -> spacesZac Medico2007-05-131-3/+3
| | | | svn path=/main/trunk/; revision=6527
* Make sure FEATURES=test and USE=test are consistently enabled for all ↵Zac Medico2007-05-101-8/+9
| | | | | | requested phases when the test phase is forced via the ebuild command. svn path=/main/trunk/; revision=6517
* Make sure USE=test is properly enabled when the test phase is forced via the ↵Zac Medico2007-05-101-1/+6
| | | | | | ebuild command, even when USE from ${T}/environment doen't have it. svn path=/main/trunk/; revision=6513
* Make sure USE=test is properly enabled when the test phase is forced via the ↵Zac Medico2007-05-091-0/+3
| | | | | | ebuild command. Thanks to Caster for reporting. svn path=/main/trunk/; revision=6508
* For bug #177211, use chmod -R on the children of the current directory in ↵Zac Medico2007-05-051-1/+2
| | | | | | order to reduce the size of the argument list. svn path=/main/trunk/; revision=6480
* s/dir/actual_dir/ (branches/prefix r6463:6464Zac Medico2007-05-021-1/+1
| | | | svn path=/main/trunk/; revision=6469
* Fix eend so that it works properly on a standard BSD console. Thanks to ↵Zac Medico2007-05-021-0/+2
| | | | | | UberLord. svn path=/main/trunk/; revision=6467
* fix typoAlec Warner2007-04-241-1/+1
| | | | svn path=/main/trunk/; revision=6435
* Pretty up the repoman imports, use cPickle over pickle for performanceAlec Warner2007-04-241-3/+14
| | | | svn path=/main/trunk/; revision=6431
* Use portable sh syntax rather than bash syntax. Thanks to drizzt.Zac Medico2007-04-211-1/+1
| | | | svn path=/main/trunk/; revision=6429
* For bug #175344, handle a potential InvalidDependString exception when ↵Zac Medico2007-04-201-2/+8
| | | | | | parsing PROVIDE. svn path=/main/trunk/; revision=6421
* strip .comment by default, add a comment as to what we need before we can do ↵Mike Frysinger2007-04-171-4/+10
| | | | | | .note, and add safe stripping of relocatable objects svn path=/main/trunk/; revision=6416
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-157-17/+17
| | | | svn path=/main/trunk/; revision=6411
* do stripping after compression dequeueingMike Frysinger2007-04-141-1/+2
| | | | svn path=/main/trunk/; revision=6403
* queue compressionMike Frysinger2007-04-142-2/+2
| | | | svn path=/main/trunk/; revision=6402
* revise tests so that `insinto /` does not trigger an errorMike Frysinger2007-04-141-9/+9
| | | | svn path=/main/trunk/; revision=6401
* Prefix the hardlink source with ${D} like we always have.Zac Medico2007-04-141-1/+1
| | | | svn path=/main/trunk/; revision=6396
* create leading directories to match behavior of other do* programsMike Frysinger2007-04-141-4/+5
| | | | svn path=/main/trunk/; revision=6394
* simplify unsafe file checking so files/paths with spaces dont cause troublesMike Frysinger2007-04-131-14/+5
| | | | svn path=/main/trunk/; revision=6392
* Use relative paths inside ecompressdir in order to avoid 'Argument list too ↵Zac Medico2007-04-131-1/+4
| | | | | | long' errors with large file sets (observed when installing sys-apps/man-pages). svn path=/main/trunk/; revision=6388
* For bug #173808, add back the old heuristics to make sure that we don't just ↵Zac Medico2007-04-121-1/+12
| | | | | | blindly compress the contents of any directory named "man". svn path=/main/trunk/; revision=6371
* For bug #173808, compress ${mandir} all in one go instead of doing ↵Zac Medico2007-04-101-12/+1
| | | | | | subdirectories separately. This allows symlinks that point into sibling directories to get updated properly be ecompressdir. svn path=/main/trunk/; revision=6362
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ↵Mike Frysinger2007-04-074-15/+16
| | | | | | ebuild writers svn path=/main/trunk/; revision=6351
* change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ↵Mike Frysinger2007-04-073-8/+9
| | | | | | ebuild writers svn path=/main/trunk/; revision=6347
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND ↵Zac Medico2007-04-051-1/+1
| | | | | | from the profile instead (bail out if necessary when USERLAND is unset). svn path=/main/trunk/; revision=6341
* For bug #172539, fix ecompressdir suffix handling so that automatic ↵Zac Medico2007-03-281-6/+6
| | | | | | decompression of Z, gz, and bz2 suffixes works properly. svn path=/main/trunk/; revision=6309
* Properly anchor sed regexp for readlonly attribut filtering.Zac Medico2007-03-271-2/+2
| | | | svn path=/main/trunk/; revision=6301
* Filter the readonly attribute from variables saved in ${T}/environment to ↵Zac Medico2007-03-271-1/+2
| | | | | | prevent 'readonly variable' error messages in later phases. svn path=/main/trunk/; revision=6299
* source ${T}/environment before the definition of qa_source() and qa_call() ↵Zac Medico2007-03-271-6/+6
| | | | | | so that the call stack shows the original files and line numbers instead of those from ${T}/environment. Thanks to Markus Ullmann <jokey@gentoo.org> for reporting. svn path=/main/trunk/; revision=6297
* For bug #172033, remove the obsolete QA Notice for man pages that are ↵Zac Medico2007-03-241-2/+2
| | | | | | already compressed. svn path=/main/trunk/; revision=6271
* Fix cvstree import to avoid deprecation warning.Zac Medico2007-03-201-1/+1
| | | | svn path=/main/trunk/; revision=6256
* revert previous change since it is obviously incorrect as pointed out by grobianMike Frysinger2007-03-182-2/+8
| | | | svn path=/main/trunk/; revision=6247
* make sure we prefix all arguments with $D, including ones that dont start ↵Mike Frysinger2007-03-173-8/+5
| | | | | | with a / svn path=/main/trunk/; revision=6240
* send stdout to /dev/null since we rely on the output of stdout here to ↵Mike Frysinger2007-03-171-1/+1
| | | | | | determine the proper suffix #171212 svn path=/main/trunk/; revision=6229
* forcibly break all hard links so we dont need to rely on --force in ↵Mike Frysinger2007-03-171-3/+6
| | | | | | compressor and tweak the _relocate_skip_dirs() func to handle whitespace in paths (thanks to zmedico for tip) svn path=/main/trunk/; revision=6221
* redo compression so that it is queued up in src_install and then dequeued ↵Mike Frysinger2007-03-175-15/+89
| | | | | | post src_install svn path=/main/trunk/; revision=6220
* drop the need for the force flag by default and just delete the existing ↵Mike Frysinger2007-03-161-1/+7
| | | | | | files automatically #171007 svn path=/main/trunk/; revision=6219
* For bug #163262 and conformance with section 7.2 of the PMS, make the export ↵Zac Medico2007-03-161-0/+1
| | | | | | attribute of variables persist between ebuild phases. svn path=/main/trunk/; revision=6212