summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an ↵Zac Medico2007-06-111-0/+4
| | | | | | InvalidDependString exception, and make sure that all callers handle the exception properly. svn path=/main/trunk/; revision=6796
* Make repoman work with both + and - flags in IUSE.Zac Medico2007-06-101-6/+5
| | | | svn path=/main/trunk/; revision=6788
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. ↵Zac Medico2007-06-091-0/+5
| | | | | | This adds flexibility and prevents flags from being enabled unexpectedly. svn path=/main/trunk/; revision=6784
* Skip bogus '$ECLASS inherited illegally' messages when installing from a ↵Zac Medico2007-06-091-1/+2
| | | | | | binary package. svn path=/main/trunk/; revision=6775
* For bug #181104, make econf give an appropriate error message when configure ↵Zac Medico2007-06-081-0/+2
| | | | | | is not executable. svn path=/main/trunk/; revision=6766
* Use user-provided $mv_opts for -5 (bug #47442)Marius Mauch2007-06-051-1/+2
| | | | svn path=/main/trunk/; revision=6735
* Fix typo.Zac Medico2007-06-041-1/+1
| | | | svn path=/main/trunk/; revision=6729
* For bug #164655, port quickpkg to python and use the tarfile module for ↵Zac Medico2007-06-041-193/+134
| | | | | | proper handling of symlinks to directories. Thanks to Martin Parm <parmus@diku.dk> for the initial port. svn path=/main/trunk/; revision=6728
* Fix it so repoman still does QA when $FILESDIR doesn't exist.Zac Medico2007-06-011-5/+8
| | | | svn path=/main/trunk/; revision=6716
* Don't complain when $FILESDIR is missing unless manifest1 compatibility is ↵Zac Medico2007-06-011-9/+4
| | | | | | enabled. svn path=/main/trunk/; revision=6711
* Make automatic "global updates" always use the config instance that's ↵Zac Medico2007-05-311-1/+1
| | | | | | associated with /, since the rest of the code is targeted at /. svn path=/main/trunk/; revision=6687
* Create one unified dbapi.update_ents() method and use it for both ↵Zac Medico2007-05-311-17/+1
| | | | | | fixpackages and the emaint move{inst,bin} targets. svn path=/main/trunk/; revision=6686
* catch GetoptErrorMarius Mauch2007-05-311-1/+5
| | | | svn path=/main/trunk/; revision=6684
* For bug #61732, support -flag in USE (instead of just +flag). Given the ↵Zac Medico2007-05-301-1/+1
| | | | | | current default USE_ORDER, -flag in IUSE has no effect. svn path=/main/trunk/; revision=6671
* For bug #180222, make ecompressdir use -f for the automatic decompression phase.Zac Medico2007-05-301-3/+3
| | | | svn path=/main/trunk/; revision=6667
* Fix emaint world $ROOT handling.Zac Medico2007-05-281-2/+2
| | | | svn path=/main/trunk/; revision=6653
* Add new emaint targets called "moveinst" and "movebin" for applying package ↵Zac Medico2007-05-281-1/+121
| | | | | | moves from $PORTDIR/profiles/updates/ on installed packages and binary packages. svn path=/main/trunk/; revision=6652
* Make emaint prune stale entires from $PKGDIR/Packages.Zac Medico2007-05-271-2/+36
| | | | svn path=/main/trunk/; revision=6644
* Add an emaint "binhost" target which does the time consuming population of ↵Zac Medico2007-05-271-1/+59
| | | | | | $PKGDIR/Packages that is necessary for a binhost (MD5 makes it relatively slow). It reuses metadata from the existing Packages file whenever possible. svn path=/main/trunk/; revision=6643
* Fix a typo.Zac Medico2007-05-271-1/+1
| | | | svn path=/main/trunk/; revision=6642
* Fix an UnboundLocalError when there's no tty.Zac Medico2007-05-271-1/+2
| | | | svn path=/main/trunk/; revision=6641
* Add SIGWINCH support so that the progress bar is resized if the xterm is ↵Zac Medico2007-05-271-2/+7
| | | | | | resized. svn path=/main/trunk/; revision=6640
* Add progress support to emaint (similar to wget's progress bar).Zac Medico2007-05-271-4/+33
| | | | svn path=/main/trunk/; revision=6639
* In the WorldHandler class, add support for an onProgress callback that can ↵Zac Medico2007-05-271-3/+14
| | | | | | be used notify the user of job progress. This isn't really useful for WorldHandler since it completes quickly, but it will be useful for longer running tasks. svn path=/main/trunk/; revision=6637
* xmlint can produce garbage output even on success, so only dump the ouput ↵Zac Medico2007-05-261-3/+8
| | | | | | when it fails. See bug #179008. svn path=/main/trunk/; revision=6631
* In the econf die message, don't mention bugs.gentoo.org specifically.Zac Medico2007-05-261-1/+1
| | | | svn path=/main/trunk/; revision=6630
* s/filing a report to/seeking support at/ Thanks to marienz.Zac Medico2007-05-261-1/+1
| | | | svn path=/main/trunk/; revision=6629
* Skip fetching of metadata.dtd when mymode == "manifest".Zac Medico2007-05-251-2/+4
| | | | svn path=/main/trunk/; revision=6618
* Fix the ignore-previously-merged option so that it compares the original ↵Zac Medico2007-05-241-1/+2
| | | | | | files, since mrgconf can be identical to conf['current'] even when conf['new'] is different from the archived .dist version (due to diff3 merging). svn path=/main/trunk/; revision=6615
* 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