summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove stray print statement from previous commit. (trunk r11931)Zac Medico2008-11-151-1/+0
| | | | svn path=/main/branches/2.1.6/; revision=11932
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-152-5/+8
| | | | | | search for protected files. (trunk r11927:11929) svn path=/main/branches/2.1.6/; revision=11930
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-152-1/+8
| | | | | | (trunk r11926) svn path=/main/branches/2.1.6/; revision=11927
* Make digestgen() handle PermissionDenied internally by returning failure, soZac Medico2008-11-151-1/+5
| | | | | | callers like repoman don't need exception handling. (trunk r11924) svn path=/main/branches/2.1.6/; revision=11925
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-152-2/+5
| | | | | | (trunk r11922) svn path=/main/branches/2.1.6/; revision=11923
* Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlinkZac Medico2008-11-151-1/+2
| | | | | | | is in the way, verify that if points to a directory before accepting it, otherwise move it out of the way. (trunk r11920) svn path=/main/branches/2.1.6/; revision=11921
* Bug #216190 - Make dblink.treewalk() bail out rather than install a packageZac Medico2008-11-151-2/+23
| | | | | | with file paths containing newlines. (trunk r11918) svn path=/main/branches/2.1.6/; revision=11919
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-1519-6/+82
| | | | | | | | missing files and generate an appropriate QA Notice when such an error is detected in the build log. Thanks to Diego 'Flameeyes' Pettenò <flameeyes@g.o> for the suggestion. (trunk r11916) svn path=/main/branches/2.1.6/; revision=11917
* For consistency with earlier portage-2.1.x releases, override SetArg.__str__()Zac Medico2008-11-141-0/+3
| | | | | | so that system and world sets don't show a leading @ character when displayed. svn path=/main/branches/2.1.6/; revision=11915
* Make the EbuildQuote check filter out matches that appear to be an argumentZac Medico2008-11-141-2/+14
| | | | | | | | to a message command. For example: false || ewarn "foo $WORKDIR/bar baz" Thanks to Diego 'Flameeyes' Pettenò <flameeyes@g.o> for reporting this issue (currently triggered by ruby-prof-0.7.0.ebuild). (trunk r11913) svn path=/main/branches/2.1.6/; revision=11914
* Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings.Zac Medico2008-11-141-2/+5
| | | | | | | Thanks to Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> for the suggestion. (trunk r11911) svn path=/main/branches/2.1.6/; revision=11912
* In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die ifZac Medico2008-11-141-2/+2
| | | | | | PIPESTATUS array contains a non-zero exist status. (trunk r11907) svn path=/main/branches/2.1.6/; revision=11910
* Remove note about preserve-libs. Thanks to Arfrever.Zac Medico2008-11-141-2/+0
| | | | svn path=/main/branches/2.1.6/; revision=11908
* Use svn2cl --reparagraph option for better ChangeLog formatting.Zac Medico2008-11-141-3/+3
| | | | svn path=/main/branches/2.1.6/; revision=11906
* * git support for repoman (trunk r11904)Zac Medico2008-11-141-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=11905
* Bug #244485 - Merge EAPI 2 docs (trunk r11889:11902).Zac Medico2008-11-142-2/+99
| | | | svn path=/main/branches/2.1.6/; revision=11903
* Having a leading ./ prefix on file paths can trigger a bug inZac Medico2008-11-141-0/+5
| | | | | | | | the cvs server when committing files to multiple directories, so strip the prefix. Thanks to Robin H. Johnson <robbat2@g.o> for reporting. (trunk r11896) svn path=/main/branches/2.1.6/; revision=11897
* Remove list_preserved_libs().Zac Medico2008-11-141-21/+0
| | | | svn path=/main/branches/2.1.6/; revision=11895
* Add a --changelog-rev option that truncates the ChangeLog at a specificZac Medico2008-11-131-2/+14
| | | | | | | revision. Also, add -i to the svn2cl options so that the actual svn revision numbers are included in the log. svn path=/main/branches/2.1.6/; revision=11889
* Remove --search set matching support.Zac Medico2008-11-131-21/+2
| | | | svn path=/main/branches/2.1.6/; revision=11888
* Refer to portage-2.1.6_rc1 in comment about resume opts being stored as a dict.Zac Medico2008-11-131-1/+1
| | | | svn path=/main/branches/2.1.6/; revision=11887
* Make PORTAGE_BINHOST docs refer to 2.1.6 instead of 2.2.Zac Medico2008-11-131-2/+2
| | | | svn path=/main/branches/2.1.6/; revision=11886
* Update docs to not prefix system and world sets with the @ symbol.Zac Medico2008-11-134-16/+6
| | | | svn path=/main/branches/2.1.6/; revision=11885
* Adjust man headers to reference portage-2.1.6 instead of 2.2.Zac Medico2008-11-1312-12/+12
| | | | svn path=/main/branches/2.1.6/; revision=11884
* Adjust news and notes for 2.2 features that are included in 2.1.6.Zac Medico2008-11-132-17/+3
| | | | svn path=/main/branches/2.1.6/; revision=11883
* Remove the sets configuration docs.Zac Medico2008-11-133-582/+0
| | | | svn path=/main/branches/2.1.6/; revision=11882
* Remove preserve-libs support, it's API, and code that depends on it.Zac Medico2008-11-135-1318/+3
| | | | svn path=/main/branches/2.1.6/; revision=11881
* Disable set expansion inside expand_set_arguments() and emulate existingZac Medico2008-11-131-144/+31
| | | | | | | portage-2.1.x behavior which treats system and world mutually exclusive actions. svn path=/main/branches/2.1.6/; revision=11880
* Remove sets protection code from unmerge().Zac Medico2008-11-131-88/+1
| | | | svn path=/main/branches/2.1.6/; revision=11879
* Remove world_sets support from the WorldSet class, and hardcode "@system" asZac Medico2008-11-131-29/+1
| | | | | | the only nonatom. svn path=/main/branches/2.1.6/; revision=11878
* Update all portage.sets references to point to the new location, and hardcodeZac Medico2008-11-1313-24/+36
| | | | | | the SetConfig constructor with a config for just system and world sets. svn path=/main/branches/2.1.6/; revision=11877
* Make portage.sets private by renaming it to portage._sets.Zac Medico2008-11-138-0/+0
| | | | svn path=/main/branches/2.1.6/; revision=11876
* ACCEPT_LICENSE support depends on definition of license groupsZac Medico2008-11-131-13/+3
| | | | | | in the tree, so it's disabled for now (accept anything). svn path=/main/branches/2.1.6/; revision=11875
* Use apply_secpass_permissions() to avoid OperationNotPermitted errors whenZac Medico2008-11-131-3/+3
| | | | | | not allowed to chown files to root uid. svn path=/main/trunk/; revision=11873
* Use grabfile() instead of grablines(), to ignore empty lines.Zac Medico2008-11-131-4/+4
| | | | svn path=/main/trunk/; revision=11872
* Add quote from GLEP 42 about permission bits.Zac Medico2008-11-131-0/+4
| | | | svn path=/main/trunk/; revision=11871
* Misc fixes and cleanups in NewsManager.Zac Medico2008-11-131-68/+71
| | | | svn path=/main/trunk/; revision=11870
* Return early from NewsManager.updateItems() if the news path listdir callZac Medico2008-11-131-6/+4
| | | | | | fails. svn path=/main/trunk/; revision=11869
* Always return early from NewsManager.updateItems() if self.unread_path can'tZac Medico2008-11-131-10/+12
| | | | | | be created. svn path=/main/trunk/; revision=11868
* Use a simpler approach instead of implementing NewsItem.__getattr__().Zac Medico2008-11-121-5/+3
| | | | svn path=/main/trunk/; revision=11867
* * Add NewsItem.isValid() and DisplayRestriction.isValid() methods and useZac Medico2008-11-121-5/+33
| | | | | | | use them to check validity inside NewsManager.updateItems(). * Make DisplayInstalledRestriction.isValid() check validity of the atom. svn path=/main/trunk/; revision=11866
* Sort the return value from cpv_all() inside vardbapi._counter_hash() insteadZac Medico2008-11-121-2/+4
| | | | | | of sorting them in side cpv_all(). Thanks to Brian Harring for the suggestion. svn path=/main/trunk/; revision=11865
* Inside NewsManager.updateItems(), use a mutable set for skiplist and sort theZac Medico2008-11-121-3/+4
| | | | | | contents when writing the file. svn path=/main/trunk/; revision=11864
* Instead of raising a TypeError from the NewsItem constructor, check the pathZac Medico2008-11-121-6/+4
| | | | | | inside NewsManager.updateItems() before the NewsItem constructor is called. svn path=/main/trunk/; revision=11863
* Use a frozenset to optimize skiplist containment checks insideZac Medico2008-11-121-1/+1
| | | | | | NewsManager.updateItems(). svn path=/main/trunk/; revision=11862
* Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")Zac Medico2008-11-121-1/+1
| | | | | | | in order do be consistent with portage.glsa.getMinUpgrade() which also uses match-all. svn path=/main/trunk/; revision=11861
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-113-0/+26
| | | | | | | This works by comparing a hash of the COUNTER values for all packages in the vdb. svn path=/main/trunk/; revision=11859
* Allow --keep-going to continue in some cases when a runtime dependency hasZac Medico2008-11-111-2/+9
| | | | | | | failed to build or install. This involves pruning off the parts of the graph containing installed packages with unsatisfied dependencies. svn path=/main/trunk/; revision=11858
* Simplify code for cloning config instances inside Scheduler.merge().Zac Medico2008-11-111-1/+1
| | | | svn path=/main/trunk/; revision=11856
* Make FindPortdir() fall back to have_profile_dir() checks if it can't matchZac Medico2008-11-111-6/+20
| | | | | | | | the current location with anything from PORTDIR_OVERLAY. Assume that an overlay will contain at least a "repo_name" file while a master repo (portdir) will contain at least a "profiles.desc" file. svn path=/main/trunk/; revision=11855