summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-2/+2
* Bug #302937 - Handle declare -r without assignment.Zac Medico2010-01-311-12/+29
* Fix AttributeError when adjusting incrementals. Thanks to Jonathan CallenZac Medico2010-01-311-7/+4
* Avoid NameError when cwd is $FILESDIR. Thanks to Christian Ruppert <idl0r@g.o>Zac Medico2010-01-301-0/+6
* Deprecate the first parameter of the portdbapi constructor since it is alwaysZac Medico2010-01-301-1/+1
* Don't ignore CVS/Entries.IO_error when not in commit mode.v2.2_rc62Zac Medico2010-01-291-6/+5
* Remove code for svn.IO_error and bzr.IO_error categories since they don'tZac Medico2010-01-291-6/+2
* Fix AttributeError from has_versions for atoms with no USE deps. Thanks toZac Medico2010-01-281-2/+2
* Add an Atom.evaluate_conditionals() method and use where appropriate.Zac Medico2010-01-281-5/+1
* Add support for evaluation of conditional USE atoms in has_version andZac Medico2010-01-271-11/+36
* Fix Manifest commit logic for cvs and svn. Thanks to Rafael MartinsZac Medico2010-01-191-4/+4
* Invert some vcs conditionals that are specific to cvs and svn.Zac Medico2010-01-181-3/+3
* Support mercurial. Thanks to Rafael Martins <rafael@rafaelmartins.com> for Zac Medico2010-01-181-15/+60
* Make sure repoman knows about all files in the directory to commit using bzr....Fabian Groffen2010-01-141-1/+1
* Use encoded byte strings with python-2.x, since the python ebuilds areZac Medico2010-01-131-10/+14
* Fix output handling to avoid potential UnicodeEncodeError.Zac Medico2010-01-121-3/+9
* Fix unicode quote handling to work with python3.Zac Medico2010-01-111-4/+16
* Avoid portage import in order to avoid a potential sandbox violation ifZac Medico2010-01-111-3/+1
* Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom.Arfrever Frehtes Taifersar Arahesis2010-01-111-1/+6
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-113-1/+3
* only return status for the current directory (or the directory being asked fo...Fabian Groffen2010-01-101-3/+3
* Add Bazaar (bzr) support for repoman, test-driven by Fauli (Christian Faulham...Fabian Groffen2010-01-101-18/+58
* Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. ThanksZac Medico2010-01-071-0/+11
* Fix it so an empty directory given to doins -r does not trigger failure.Zac Medico2010-01-061-7/+6
* Bug #299248 - Fix doins return code handling to make sure it always failsZac Medico2010-01-041-3/+20
* Bug #297364 - Only set EAPI conditional PATH once after sourcing the ebuildv2.2_rc61Zac Medico2009-12-241-39/+48
* Remove stray echo.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.Zac Medico2009-12-241-7/+1
* Bug #297933: Filter BASHOPTS variable for compatibility with bash-4.1.Arfrever Frehtes Taifersar Arahesis2009-12-221-2/+2
* Fix the assert alias to avoid 'value to great for base' messages in some cases.Zac Medico2009-12-191-2/+9
* Revert previous commit because it's no comptible (doesn't pass arguments toZac Medico2009-12-191-1/+1
* Fix the assert alias to 'value to great for base' messages in some cases.Zac Medico2009-12-191-1/+1
* Bug #296710 - Add equery to QA_INTERCEPTORS since it can trigger a fork bomb.Zac Medico2009-12-161-1/+1
* Bug #296870 - Allow locale related LANG and LC_* variables to persist betweenZac Medico2009-12-162-6/+12
* Combine 2 shift calls into one.v2.2_rc59Zac 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.Zac Medico2009-12-121-1/+1
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.Zac Medico2009-12-114-13/+13
* Enable xz unpack for EAPI 3_pre2.Zac Medico2009-12-111-1/+1
* Don't filter/interfere with prefix variables unless they are supported by theZac Medico2009-12-111-1/+12
* Filter prefix variables ED, EPREFIX, and EROOT insideZac Medico2009-12-111-2/+2
* Implement forward compatible Prefix support. This makes EPREFIX, ED andFabian Groffen2009-12-101-2/+2
* Remove obsolete env-update.sh script.Zac Medico2009-12-091-219/+0
* Add localization variables (LANG and LC_*) to the environment whitelist andZac Medico2009-12-091-0/+5
* Fix handling for TEMP, TMP, and TMPDIR variables:Zac Medico2009-12-092-1/+7
* Move ebuild helpers to account for rename of EAPI 3 to 4.Zac Medico2009-12-083-0/+0
* Bump EAPI conditionals to account for rename of EAPI 3 to 4. Thanks toZac Medico2009-12-084-19/+19
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-063-1/+27