summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+1
* For bug #180222, make ecompressdir use -f for the automatic decompression phase.Zac Medico2007-05-301-3/+3
* Fix emaint world $ROOT handling.Zac Medico2007-05-281-2/+2
* Add new emaint targets called "moveinst" and "movebin" for applying package m...Zac Medico2007-05-281-1/+121
* Make emaint prune stale entires from $PKGDIR/Packages.Zac Medico2007-05-271-2/+36
* Add an emaint "binhost" target which does the time consuming population of $P...Zac Medico2007-05-271-1/+59
* Fix a typo.Zac Medico2007-05-271-1/+1
* Fix an UnboundLocalError when there's no tty.Zac Medico2007-05-271-1/+2
* Add SIGWINCH support so that the progress bar is resized if the xterm is resi...Zac Medico2007-05-271-2/+7
* Add progress support to emaint (similar to wget's progress bar).Zac Medico2007-05-271-4/+33
* In the WorldHandler class, add support for an onProgress callback that can be...Zac Medico2007-05-271-3/+14
* xmlint can produce garbage output even on success, so only dump the ouput whe...Zac Medico2007-05-261-3/+8
* In the econf die message, don't mention bugs.gentoo.org specifically.Zac Medico2007-05-261-1/+1
* s/filing a report to/seeking support at/ Thanks to marienz.Zac Medico2007-05-261-1/+1
* Skip fetching of metadata.dtd when mymode == "manifest".Zac Medico2007-05-251-2/+4
* Fix the ignore-previously-merged option so that it compares the original file...Zac Medico2007-05-241-1/+2
* Add a 'ignore-previously-merged' config option which gives similar behavior t...Zac Medico2007-05-231-0/+8
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-231-15/+4
* When ${PKGDIR}/All/ doesn't exist, put packages in ${PKGDIR}/${CATEGORY}/ ins...Zac Medico2007-05-221-3/+11
* Fix src_compile() ECONF_SOURCE logic to make sure it behaves properly.Zac Medico2007-05-221-3/+3
* For bug #179380, make support for ECONF_SOURCE in the default src_compile() c...Zac Medico2007-05-221-1/+3
* For bug #179008, just use metadata.dtd directly from $DISTDIR.Zac Medico2007-05-201-14/+13
* Use device number and i-node number (like os.path.samefile does) to check if ...Zac Medico2007-05-191-1/+18
* For bug #178378, make the default src_compile() check for configure in ${ECON...Zac Medico2007-05-191-1/+1
* For bug #176539, add a "manifest" target to repoman so that there's a simple ...Zac Medico2007-05-191-2/+16
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544Mike Frysinger2007-05-191-3/+4
* remove old importZac Medico2007-05-131-1/+0
* import dispatch_conf from the new namespaceZac Medico2007-05-131-1/+1
* tabs -> spacesZac Medico2007-05-131-3/+3
* Make sure FEATURES=test and USE=test are consistently enabled for all request...Zac Medico2007-05-101-8/+9
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-101-1/+6
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-091-0/+3
* For bug #177211, use chmod -R on the children of the current directory in ord...Zac Medico2007-05-051-1/+2
* s/dir/actual_dir/ (branches/prefix r6463:6464Zac Medico2007-05-021-1/+1
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-021-0/+2
* fix typoAlec Warner2007-04-241-1/+1
* Pretty up the repoman imports, use cPickle over pickle for performanceAlec Warner2007-04-241-3/+14
* Use portable sh syntax rather than bash syntax. Thanks to drizzt.Zac Medico2007-04-211-1/+1
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8
* strip .comment by default, add a comment as to what we need before we can do ...Mike Frysinger2007-04-171-4/+10
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-157-17/+17
* do stripping after compression dequeueingMike Frysinger2007-04-141-1/+2
* queue compressionMike Frysinger2007-04-142-2/+2
* revise tests so that `insinto /` does not trigger an errorMike Frysinger2007-04-141-9/+9
* Prefix the hardlink source with ${D} like we always have.Zac Medico2007-04-141-1/+1
* create leading directories to match behavior of other do* programsMike Frysinger2007-04-141-4/+5
* simplify unsafe file checking so files/paths with spaces dont cause troublesMike Frysinger2007-04-131-14/+5
* Use relative paths inside ecompressdir in order to avoid 'Argument list too l...Zac Medico2007-04-131-1/+4
* For bug #173808, add back the old heuristics to make sure that we don't just ...Zac Medico2007-04-121-1/+12
* For bug #173808, compress ${mandir} all in one go instead of doing subdirecto...Zac Medico2007-04-101-12/+1