summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Avoid portage import in order to avoid a potential sandbox violation ifZac Medico2010-01-291-3/+1
* Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom.Zac Medico2010-01-291-1/+6
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-293-1/+3
* only return status for the current directory (or the directory being asked fo...Zac Medico2010-01-291-3/+3
* Add Bazaar (bzr) support for repoman, test-driven by Fauli (Christian Faulham...Zac Medico2010-01-291-18/+58
* Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. ThanksZac Medico2010-01-291-0/+11
* Fix it so an empty directory given to doins -r does not trigger failure.Zac Medico2010-01-291-7/+6
* Bug #299248 - Fix doins return code handling to make sure it always failsZac Medico2010-01-291-3/+20
* Merge PATH initialization/filtering changes from trunk r15149.v2.1.7.16Zac Medico2009-12-241-25/+36
* Remove stray echo. (trunk r15147)Zac Medico2009-12-241-1/+0
* In save_ebuild_env(), preserve all ebuild phases in any case since excludingZac Medico2009-12-241-2/+0
* Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH. (trunk r15143)Zac Medico2009-12-241-7/+1
* Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1.Zac Medico2009-12-241-2/+2
* Fix the assert alias to avoid 'value to great for base' messages in some cases.Zac Medico2009-12-241-2/+9
* Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.Zac Medico2009-12-171-1/+1
* Bug #296870 - Allow locale related LANG and LC_* variables to persist betweenZac Medico2009-12-172-6/+12
* Combine 2 shift calls into one. (trunk r15059)v2.1.7.14Zac Medico2009-12-131-2/+1
* Bug #296554 - Add decompression support to ecompress (similar to ecompressdirZac Medico2009-12-131-0/+57
* Make prefix varialbes ED, EPREFIX, and EROOT readonly except in EAPI 0, 1, andZac Medico2009-12-131-0/+7
* Remove unused STARTDIR variable. (trunk r15051)Zac Medico2009-12-131-1/+1
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled. (trunk r15035)Zac Medico2009-12-134-13/+13
* Enable xz unpack for EAPI 3_pre2. (trunk r15034)Zac Medico2009-12-131-1/+1
* Don't filter/interfere with prefix variables unless they are supported by theZac Medico2009-12-131-1/+12
* Filter prefix variables ED, EPREFIX, and EROOT insideZac Medico2009-12-131-2/+2
* Implement forward compatible Prefix support. This makes EPREFIX, ED andZac Medico2009-12-131-2/+2
* Remove obsolete env-update.sh script. (trunk r14992)Zac Medico2009-12-101-219/+0
* Add localization variables (LANG and LC_*) to the environment whitelist andZac Medico2009-12-101-0/+5
* Fix handling for TEMP, TMP, and TMPDIR variables:Zac Medico2009-12-102-1/+7
* Move ebuild helpers to account for rename of EAPI 3 to 4. (trunk r14966)Zac Medico2009-12-103-0/+0
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-104-17/+17
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-063-1/+27
* Add 'tla' to the lists of live eclasses. (trunk r14935)Zac Medico2009-12-061-1/+2
* Make register_die_hook() ensure that each hook is registered only once.Zac Medico2009-12-061-1/+5
* Bug #294886 - Show some basic info at the beginning of the build log,Zac Medico2009-11-271-0/+5
* Use einfo instead of ewarn for the "Skipping make test/check due to ebuildZac Medico2009-11-251-1/+1
* Remove SLOT.missing since SLOT.invalid handles that case now. (trunk r14824)v2.1.7.5Zac Medico2009-11-161-3/+2
* Bug #292820 - Make the Package constructor handle invalid SLOT values.Zac Medico2009-11-161-0/+1
* Restore support for bash-3. (trunk r14804)Zac Medico2009-11-161-0/+3
* Collapse two [[ ]] into one. (trunk r14782)Zac Medico2009-11-071-1/+1
* For --debug mode, enable bash tracing when sourcing the ebuild. (trunk r14781)Zac Medico2009-11-071-1/+8
* For compatibility, still exit successfully if there are skipped directories.Zac Medico2009-10-311-1/+1
* Bug #290921 - Always exit unsuccessfully if -r is not specified and aZac Medico2009-10-311-5/+6
* Add a parsedate() function which emulates rfc822.parsedate(), since python3Zac Medico2009-10-271-12/+28
* Use calendar.timegm instead of time.mktime, for correct timezone handling.Zac Medico2009-10-271-1/+2
* Don't set mtime on downloaded metadata.dtd when using python3, since theZac Medico2009-10-251-5/+23
* Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd.Zac Medico2009-10-241-42/+68
* Use find with -print0 for absolute safety. (trunk r14707)Zac Medico2009-10-241-2/+2
* Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.Zac Medico2009-10-241-9/+23
* drop IMAGE -- people have had years to catch up (trunk r14694)Zac Medico2009-10-192-5/+1
* Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec WarnerZac Medico2009-10-191-1/+1