summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* doins: tweak $DISTDIR symlink handlingZac Medico2011-04-111-2/+3
* doins: dereference abs symlinks to filesZac Medico2011-04-111-1/+7
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageArfrever Frehtes Taifersar Arahesis2011-04-031-1/+1
|\
| * repoman: fix profiles.desc overlay pathZac Medico2011-04-031-1/+1
* | Support PORTAGE_GPG_SIGNING_COMMAND variable.Arfrever Frehtes Taifersar Arahesis2011-04-031-12/+15
|/
* Minor improvements in gpgsign().Arfrever Frehtes Taifersar Arahesis2011-03-311-5/+4
* Simplify calculation of repoman_settings["PORTAGE_GPG_DIR"] in gpgsign().Arfrever Frehtes Taifersar Arahesis2011-03-301-5/+2
* Use os.path.expanduser() to simplify code.Arfrever Frehtes Taifersar Arahesis2011-03-301-4/+1
* emerge-webrsync: drop lzma supportZac Medico2011-03-271-4/+2
* Optimize ebuild.sh to cache preprocessing output.David James2011-03-231-8/+8
* portageq owners: list orphans via stderrZac Medico2011-03-201-5/+21
* ebuild-ipc: import errnoZac Medico2011-03-171-0/+1
* ebuild-ipc: use non-blocking readZac Medico2011-03-171-13/+41
* ebuild-ipc: use plain file read instead of arrayZac Medico2011-03-101-9/+6
* dodoc: update copyright datev2.2.0_alpha26Zac Medico2011-03-011-1/+1
* ebuild(1): fix ebuild modification checkZac Medico2011-03-011-12/+13
* ebuild(1): apply package.env earlierZac Medico2011-02-281-6/+22
* repoman: add back portage.internal checkZac Medico2011-02-251-0/+2
* doins: fix dodoc directory error handlingZac Medico2011-02-251-0/+4
* doins: avoid die when called as dodoc with no argZac Medico2011-02-251-11/+11
* dodoc: call doins, to reuse recursion codeZac Medico2011-02-252-51/+13
* dodoc: quote ${0}Zac Medico2011-02-251-2/+2
* dodoc: Honour exit status of install, bug 356389.Ulrich Mueller2011-02-252-3/+7
* Update date headers in modified files.Zac Medico2011-02-211-1/+1
* ebuild.sh: remove unused PWORKDIR variableZac Medico2011-02-212-7/+1
* Update date headers in modified files.Zac Medico2011-02-192-2/+2
* _eapi4_src_install: handle empty DOCS like PMSZac Medico2011-02-191-1/+1
* docompress, prepcompress: Add missing quotes.Ulrich Mueller2011-02-192-3/+3
* egencache: fix cmp_func for python3Zac Medico2011-02-181-0/+8
* Recognize git-2.eclass as a live eclass.Zac Medico2011-02-141-0/+1
* egencache: --preserve-comments allow missing fileZac Medico2011-02-131-4/+26
* egencache: don't ignore as much with --tolerantZac Medico2011-02-131-3/+4
* default_src_test: handle EAPI 4 emake failureZac Medico2011-02-061-4/+10
* die: include $EBUILD_PHASE in messageZac Medico2011-01-301-1/+5
* isolated-functions.sh: fix syntax error for dieZac Medico2011-01-301-2/+4
* repoman: add check for using offset vars with helpersFabian Groffen2011-01-301-0/+1
* Tweak PollScheduler signal handling.Zac Medico2011-01-151-3/+7
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-151-1/+24
* When killed by signal, return 128 + signum.Zac Medico2011-01-155-19/+21
* emerge-webrsync: update for current gpg keyZac Medico2011-01-141-1/+1
* econf: check confgure --help for --disable-dep...Zac Medico2011-01-121-1/+3
* ebuild.sh: skip QA_* init in "depend" phaseZac Medico2011-01-091-20/+21
* emerge-webrsync: eat trailing newlinesMike Frysinger2011-01-051-3/+3
* emerge-webrsync: add xz supportMike Frysinger2011-01-051-0/+2
* newins in EAPI 4 should actually install the file. Fixes bug 350385.Ulrich Mueller2011-01-021-3/+5
* egencache: handle ImportError for ExpatErrorZac Medico2010-12-311-5/+10
* dyn_clean: remove .pretendedZac Medico2010-12-311-1/+1
* unpack: handle echo failure in unzip pipeZac Medico2010-12-291-1/+1
* bash: as a general rule, use read -rZac Medico2010-12-297-12/+12
* doins: use read -rUlrich Müller2010-12-291-1/+1