summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Make _global_updates() silently return if ROOT != "/" and make fixpackagesZac Medico2010-03-031-0/+11
| | | | | | | | bail out with an error message in this case which suggests to instead use emaint --fix movebin and/or moveinst. This prevents useless/ugly global updates messages that flood the terminal when ROOT != "/". (trunk r15728) svn path=/main/branches/2.1.7/; revision=15729
* Move portage._global_updates to a submodule. (trunk r15475)Zac Medico2010-03-021-1/+2
| | | | svn path=/main/branches/2.1.7/; revision=15684
* Another turquoise -> red. (trunk r15472)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15681
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-03-021-1/+1
| | | | | | repoman fails. (trunk r15471) svn path=/main/branches/2.1.7/; revision=15680
* Move dep_expand and cpv_expand into portage.dbapi submodules. (trunk r15460)Zac Medico2010-03-021-1/+2
| | | | svn path=/main/branches/2.1.7/; revision=15669
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-03-021-1/+1
| | | | | | (trunk r15456) svn path=/main/branches/2.1.7/; revision=15665
* Move digestgen to portage.util.digestgen. (trunk r15454)Zac Medico2010-03-021-4/+5
| | | | svn path=/main/branches/2.1.7/; revision=15663
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-03-021-4/+4
| | | | | | | | since the first one isn't really needed (when this code is in stable we can start showing a deprecation warning when the redundant argument is used). (trunk r15438) svn path=/main/branches/2.1.7/; revision=15653
* Add deprecation warnings for unused digestgen() parameters. (trunk r15437)Zac Medico2010-03-021-6/+3
| | | | svn path=/main/branches/2.1.7/; revision=15652
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-03-021-0/+2
| | | | | | since it is superceded by LICENSE masking. (trunk r15418) svn path=/main/branches/2.1.7/; revision=15640
* Bail out when given an invalid mode. (trunk r15394)Zac Medico2010-03-021-1/+3
| | | | svn path=/main/branches/2.1.7/; revision=15616
* Remove unused merge_cmd variable. (trunk r15371)Zac Medico2010-03-021-1/+0
| | | | svn path=/main/branches/2.1.7/; revision=15598
* Remove diffutils version detection code since it's not really needed.Zac Medico2010-03-021-13/+2
| | | | | | (trunk r15370) svn path=/main/branches/2.1.7/; revision=15597
* Fix broken diffutils vercmp code. (trunk r15368)Zac Medico2010-03-021-3/+2
| | | | svn path=/main/branches/2.1.7/; revision=15595
* Bug #305393 - Handle new sdiff exit status for diffutils-2.9. (trunk r15365)Zac Medico2010-03-021-0/+16
| | | | svn path=/main/branches/2.1.7/; revision=15592
* After src_install, save fewer variables when writing the vdb entry for aZac Medico2010-03-021-3/+9
| | | | | | virtual package. (trunk r15349) svn path=/main/branches/2.1.7/; revision=15576
* Evaluate USE conditionals when writing vdb entries after src_install.Zac Medico2010-03-021-3/+2
| | | | | | (trunk r15348) svn path=/main/branches/2.1.7/; revision=15575
* Use Atom.cp instead of dep_getkey(), and use cpv_getkey() instead ofZac Medico2010-03-021-9/+19
| | | | | | dep_getkey() where appropriate. (trunk r15330) svn path=/main/branches/2.1.7/; revision=15561
* Skip atom validation in WorldHandler since WorldSelectedSet handles thisZac Medico2010-03-021-3/+2
| | | | | | already, and use Atom.cp instead of dep_getkey(). (trunk r15327) svn path=/main/branches/2.1.7/; revision=15560
* Import portage.StringIO for ImportError handling. (trunk r15326)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15559
* Fix deprecated reference to portdbapi.mysettings. (trunk r15324)Zac Medico2010-03-021-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15557
* Bug #295197 - Output a newline after valid user input is received.Zac Medico2010-03-021-0/+2
| | | | | | (trunk r15317) svn path=/main/branches/2.1.7/; revision=15552
* Clean up config incrementals handling. (trunk r15309)Zac Medico2010-03-021-7/+6
| | | | svn path=/main/branches/2.1.7/; revision=15544
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-03-021-2/+2
| | | | | | supported by stable portage. (trunk r15306) svn path=/main/branches/2.1.7/; revision=15541
* Bug #302937 - Handle declare -r without assignment. (trunk r15304)Zac Medico2010-03-021-12/+29
| | | | svn path=/main/branches/2.1.7/; revision=15539
* Fix AttributeError when adjusting incrementals. Thanks to Jonathan CallenZac Medico2010-03-021-7/+4
| | | | | | <abcd@g.o> for reporting. (trunk r15303) svn path=/main/branches/2.1.7/; revision=15538
* Avoid NameError when cwd is $FILESDIR. Thanks to Christian Ruppert <idl0r@g.o>Zac Medico2010-03-021-0/+6
| | | | | | for reporting. (trunk r15294) svn path=/main/branches/2.1.7/; revision=15533
* Deprecate the first parameter of the portdbapi constructor since it is alwaysZac Medico2010-03-021-1/+1
| | | | | | the same as mysettings['PORTDIR']. (trunk r15281) svn path=/main/branches/2.1.7/; revision=15520
* Don't ignore CVS/Entries.IO_error when not in commit mode. (trunk r15272)v2.1.7.17Zac Medico2010-01-291-6/+5
| | | | svn path=/main/branches/2.1.7/; revision=15273
* Remove code for svn.IO_error and bzr.IO_error categories since they don'tZac Medico2010-01-291-6/+2
| | | | | | | exist therefore and if this code had ever executed it would have raised a KeyError. (trunk r15222) svn path=/main/branches/2.1.7/; revision=15271
* Fix AttributeError from has_versions for atoms with no USE deps. Thanks toZac Medico2010-01-291-2/+2
| | | | | | Arfrever for reporting. (trunk r15214) svn path=/main/branches/2.1.7/; revision=15265
* Add an Atom.evaluate_conditionals() method and use where appropriate.Zac Medico2010-01-291-5/+1
| | | | | | (trunk r15212) svn path=/main/branches/2.1.7/; revision=15263
* Add support for evaluation of conditional USE atoms in has_version andZac Medico2010-01-291-11/+36
| | | | | | best_version arguments, using the USE environment variable. (trunk r15211) svn path=/main/branches/2.1.7/; revision=15262
* Fix Manifest commit logic for cvs and svn. Thanks to Rafael MartinsZac Medico2010-01-291-4/+4
| | | | | | <rafael@rafaelmartins.com>. (trunk r15205) svn path=/main/branches/2.1.7/; revision=15258
* Invert some vcs conditionals that are specific to cvs and svn. (trunk r15204)Zac Medico2010-01-291-3/+3
| | | | svn path=/main/branches/2.1.7/; revision=15257
* Support mercurial. Thanks to Rafael Martins <rafael@rafaelmartins.com> for Zac Medico2010-01-291-15/+60
| | | | | | this patch. (trunk r15203) svn path=/main/branches/2.1.7/; revision=15256
* Make sure repoman knows about all files in the directory to commit using ↵Zac Medico2010-01-291-1/+1
| | | | | | | | bzr. Patch by Christian Faulhammer. (trunk r15199) svn path=/main/branches/2.1.7/; revision=15253
* Use encoded byte strings with python-2.x, since the python ebuilds areZac Medico2010-01-291-10/+14
| | | | | | | known to remove the encodings module when USE=build is enabled (thus disabling unicode decoding/encoding). (trunk r15197) svn path=/main/branches/2.1.7/; revision=15251
* Fix output handling to avoid potential UnicodeEncodeError. (trunk r15196)Zac Medico2010-01-291-3/+9
| | | | svn path=/main/branches/2.1.7/; revision=15250
* Fix unicode quote handling to work with python3. (trunk r15195)Zac Medico2010-01-291-4/+16
| | | | svn path=/main/branches/2.1.7/; revision=15249
* Avoid portage import in order to avoid a potential sandbox violation ifZac Medico2010-01-291-3/+1
| | | | | | portage's *.pyc files are stale. (trunk r15194) svn path=/main/branches/2.1.7/; revision=15248
* Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom.Zac Medico2010-01-291-1/+6
| | | | | | (trunk r15192) svn path=/main/branches/2.1.7/; revision=15247
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-293-1/+3
| | | | | | TERM=dumb. (trunk r15191) svn path=/main/branches/2.1.7/; revision=15246
* only return status for the current directory (or the directory being asked ↵Zac Medico2010-01-291-3/+3
| | | | | | | | for), instead of the whole tree (trunk r15188) svn path=/main/branches/2.1.7/; revision=15244
* Add Bazaar (bzr) support for repoman, test-driven by Fauli (Christian ↵Zac Medico2010-01-291-18/+58
| | | | | | | | Faulhammer) (trunk r15185) svn path=/main/branches/2.1.7/; revision=15243
* Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. ThanksZac Medico2010-01-291-0/+11
| | | | | | to Ulrich Müller <ulm@g.o> for this patch. (trunk r15174) svn path=/main/branches/2.1.7/; revision=15240
* Fix it so an empty directory given to doins -r does not trigger failure.Zac Medico2010-01-291-7/+6
| | | | | | (trunk r15172) svn path=/main/branches/2.1.7/; revision=15238
* Bug #299248 - Fix doins return code handling to make sure it always failsZac Medico2010-01-291-3/+20
| | | | | | | when appropriate. Thanks to Jonathan Callen <abcd@g.o> for the initial patch. (trunk r15158) svn path=/main/branches/2.1.7/; revision=15226
* Merge PATH initialization/filtering changes from trunk r15149.v2.1.7.16Zac Medico2009-12-241-25/+36
| | | | svn path=/main/branches/2.1.7/; revision=15150
* Remove stray echo. (trunk r15147)Zac Medico2009-12-241-1/+0
| | | | svn path=/main/branches/2.1.7/; revision=15148