summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sort the world file before writing it and ensure that it's terminated by a ↵Zac Medico2007-06-244-7/+12
| | | | | | newline (bug #180706, trunk r6976 and r6999) svn path=/main/branches/2.1.2/; revision=7000
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated ↵Zac Medico2007-06-241-0/+8
| | | | | | values (bug #139600) (trunk r6981 and r6987) svn path=/main/branches/2.1.2/; revision=6998
* - s/!owned/replaced/ in merge output to clarify it (trunk r6975)Zac Medico2007-06-241-25/+27
| | | | | | | - Fix column alignment in unmerge output. (trunk r6988) - Fix typos. (trunk r6989 and r6996) svn path=/main/branches/2.1.2/; revision=6997
* Allow sync for unpriviledges users if they have write access to $PORTDIR ↵Zac Medico2007-06-241-3/+3
| | | | | | (bug #182786, trunk r6973) svn path=/main/branches/2.1.2/; revision=6991
* For bug #182964, replace os.rename() with portage.movefile() in cases where ↵Zac Medico2007-06-241-5/+13
| | | | | | the parent directory might change. (trunk r6983) svn path=/main/branches/2.1.2/; revision=6984
* Revert r6968 since shutil.move() is broken internally.Zac Medico2007-06-233-19/+16
| | | | svn path=/main/branches/2.1.2/; revision=6971
* For bug #182964, replace os.rename() with shutil.move() in order to handle ↵Zac Medico2007-06-233-16/+19
| | | | | | EXDEV errors that are triggered by layered filesystems. (trunk r6967) svn path=/main/branches/2.1.2/; revision=6968
* Fix typo.Zac Medico2007-06-231-0/+1
| | | | svn path=/main/branches/2.1.2/; revision=6966
* Remove redundant 'Usage: ' from the usage message. (trunk r6964)Zac Medico2007-06-231-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6965
* Add a logrotate config for the save_summary elog module since it's enabled ↵Zac Medico2007-06-231-0/+8
| | | | | | by default now. (trunk r6962) svn path=/main/branches/2.1.2/; revision=6963
* enable save_summary and echo modules in make.globals (trunk r6458)Zac Medico2007-06-223-0/+4
| | | | svn path=/main/branches/2.1.2/; revision=6961
* Show which $ROOT a package was merged to when $ROOT is not /. (trunk r6959)Zac Medico2007-06-221-1/+4
| | | | svn path=/main/branches/2.1.2/; revision=6960
* - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955)Zac Medico2007-06-224-14/+38
| | | | | | - Dump mod_echo elog output inside post_emerge(), just before the other notifications that happen at exit. (trunk r6953) svn path=/main/branches/2.1.2/; revision=6958
* Document RESTRICT=bindist and add a note about allowance for conditional ↵Zac Medico2007-06-221-0/+4
| | | | | | syntax. (trunk r6954) svn path=/main/branches/2.1.2/; revision=6957
* Update 2.1.3 news for elog stuff. (trunk r6950)Zac Medico2007-06-221-0/+2
| | | | svn path=/main/branches/2.1.2/; revision=6951
* For bug #182428, make quickpkg exclude config files that are protected by ↵Zac Medico2007-06-221-9/+56
| | | | | | CONFIG_PROTECT. Add a --include-config option that includes all config files and a --include-unmodified-config that includes config files that have not been modified since installation (matching md5sum). (trunk r6945) svn path=/main/branches/2.1.2/; revision=6948
* Make quickpkg print a warning if "bindist" is in RESTRICT. (trunk r6937)Zac Medico2007-06-221-3/+16
| | | | svn path=/main/branches/2.1.2/; revision=6938
* Clean up the profile masking code. (trunk r6292)Zac Medico2007-06-221-9/+5
| | | | svn path=/main/branches/2.1.2/; revision=6936
* cache the result of --suffix to reduce testing overhead as suggested by ↵Zac Medico2007-06-221-14/+17
| | | | | | Mr_Bones_ (trunk r6922) svn path=/main/branches/2.1.2/; revision=6935
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to ↵Zac Medico2007-06-229-12/+22
| | | | | | Brian Harring for the suggestion. (trunk r6918) svn path=/main/branches/2.1.2/; revision=6934
* config class mapping interface cleanups from trunk r6916, r6919, and r6920.Zac Medico2007-06-221-26/+23
| | | | svn path=/main/branches/2.1.2/; revision=6933
* Remove more unnecessary list generation. (trunk r6913)Zac Medico2007-06-226-10/+7
| | | | svn path=/main/branches/2.1.2/; revision=6932
* Remove more unnecessary list generation. (trunk r6912)Zac Medico2007-06-226-25/+22
| | | | svn path=/main/branches/2.1.2/; revision=6931
* Remove lots of unnecessary list generation via dict.keys(). (trunk r6911)Zac Medico2007-06-225-29/+38
| | | | svn path=/main/branches/2.1.2/; revision=6930
* Print hostname in xterm title if HOSTNAME is exported in the environment ↵Zac Medico2007-06-221-4/+5
| | | | | | (trunk r5976) svn path=/main/branches/2.1.2/; revision=6929
* Print filename when displaying package.mask comments (trunk r5974)Zac Medico2007-06-222-24/+29
| | | | svn path=/main/branches/2.1.2/; revision=6928
* Add support for RSYNC_EXTRA_OPTS to webrsync (trunk r5973)Zac Medico2007-06-221-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=6927
* Check if entries contain the required hashes before writing the Manifest ↵Zac Medico2007-06-221-0/+7
| | | | | | (trunk r5902) svn path=/main/branches/2.1.2/; revision=6926
* remove confcache docs (trunk r5802)Zac Medico2007-06-224-13/+0
| | | | svn path=/main/branches/2.1.2/; revision=6925
* if requested argv cannot be matched to anything, exit with non-zero status ↵Zac Medico2007-06-221-1/+6
| | | | | | (trunk r5791) svn path=/main/branches/2.1.2/; revision=6924
* Some minor fixes for manifest code (trunk r5735)Zac Medico2007-06-211-8/+14
| | | | svn path=/main/branches/2.1.2/; revision=6923
* Allow per-module filtering based on loglevels in addition to the global ↵Zac Medico2007-06-212-22/+52
| | | | | | PORTAGE_ELOG_CLASSES one, add wildcard support for loglevels (trunk r5706:5709) svn path=/main/branches/2.1.2/; revision=6921
* - start documenting qa notices so antarus stops whining (trunk r5693)Zac Medico2007-06-216-0/+405
| | | | | | | - forgot to document strict alias warnings (trunk r5733) - fix programlisting output to match the sections they are in (trunk r5734) svn path=/main/branches/2.1.2/; revision=6910
* Display message about --buildpkgonly restriction in pretend mode as well ↵Zac Medico2007-06-211-0/+5
| | | | | | (trunk r6199) svn path=/main/branches/2.1.2/; revision=6908
* default --help should be usable, so make the extended output require ↵Zac Medico2007-06-211-7/+4
| | | | | | --verbose (trunk r6262:6264) svn path=/main/branches/2.1.2/; revision=6906
* fix grammar in error output (trunk r6285)Zac Medico2007-06-211-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6905
* make PDEPEND wording less restrictive #172511 and clarify install status wrt ↵Zac Medico2007-06-211-8/+11
| | | | | | ||() as noted by ferringb (trunk r6324) svn path=/main/branches/2.1.2/; revision=6904
* change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ↵Zac Medico2007-06-214-15/+16
| | | | | | ebuild writers (trunk r6351) svn path=/main/branches/2.1.2/; revision=6903
* change DOCDESTTREE to _E_DOCDESTTREE_ to try and prevent abuse from ebuild ↵Zac Medico2007-06-213-8/+9
| | | | | | writers (trunk r6347) svn path=/main/branches/2.1.2/; revision=6902
* strip .comment by default, add a comment as to what we need before we can do ↵Zac Medico2007-06-211-4/+10
| | | | | | .note, and add safe stripping of relocatable objects (trunk r6416) svn path=/main/branches/2.1.2/; revision=6901
* Pretty up the repoman imports, use cPickle over pickle for performance ↵Zac Medico2007-06-211-3/+13
| | | | | | (trunk r6431) svn path=/main/branches/2.1.2/; revision=6900
* add new echo module for people who don't want any real logging (trunk r6458)Zac Medico2007-06-212-0/+31
| | | | svn path=/main/branches/2.1.2/; revision=6899
* as noted by Josh Saddler on the gentoo-dev mailing list, issue a warning if ↵Zac Medico2007-06-211-0/+6
| | | | | | we try to create a binpkg for something that has IUSE=bindist but was emerged with USE=-bindist (trunk r6895:6897) svn path=/main/branches/2.1.2/; revision=6898
* In dblink._security_check(), use os.path.realpath to make sure that the same ↵Zac Medico2007-06-211-2/+8
| | | | | | path isn't counted twice. (trunk r6894) svn path=/main/branches/2.1.2/; revision=6895
* Add an --ignore-default-opts option that is analogous to the corresponding ↵Zac Medico2007-06-201-3/+8
| | | | | | emerge option. (trunk r6892) svn path=/main/branches/2.1.2/; revision=6893
* Use the the optparse options for --ignore-default-opts since that allows ↵Zac Medico2007-06-201-1/+1
| | | | | | option abreviation to work. (trunk r6890) svn path=/main/branches/2.1.2/; revision=6891
* Show a "world problems" warning for packages that aren't installed, even if ↵Zac Medico2007-06-201-1/+1
| | | | | | they are available. (trunk r6887) svn path=/main/branches/2.1.2/; revision=6888
* For bug #180165, make portageq print a "Permission denied" error when ↵Zac Medico2007-06-205-10/+32
| | | | | | appropriate and make has_version die if portageq has an unexpected exit code. (trunk r6880:6882) svn path=/main/branches/2.1.2/; revision=6885
* If a package is in the world set but it's not installed, go ahead and ↵Zac Medico2007-06-201-7/+17
| | | | | | install it if it's available (instead of telling the user to run emaint). (trunk r6883) svn path=/main/branches/2.1.2/; revision=6884
* Fix cacheddir() to behave properly if os.listdir() raises errno.EACCES ↵Zac Medico2007-06-191-1/+9
| | | | | | (Permission denied). (trunk r6879) svn path=/main/branches/2.1.2/; revision=6880