summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* For backward compatibility with api consumers, _dep_check_strict behavior ↵Zac Medico2007-02-073-2/+6
| | | | | | will be explicitly enabled as necessary. Thanks to Brian <dol-sen@telus.net> for reporting issues with porthole and equery. (trunk r5907) svn path=/main/branches/2.1.2/; revision=5911
* For bug #165783, handle an InvalidDependString exception triggered by an ↵Zac Medico2007-02-071-3/+9
| | | | | | invalid SRC_URI. (trunk r5908) svn path=/main/branches/2.1.2/; revision=5909
* Ensure that the code for bug #165382 only affects name collisions with ↵Zac Medico2007-02-051-2/+4
| | | | | | virtuals. (trunk r5890:5891) svn path=/main/branches/2.1.2/; revision=5901
* For bug #165349, use the portage_versions regex (via pkgsplit) instead of ↵Zac Medico2007-02-051-24/+1
| | | | | | the incompatible ones that repoman currently uses. (trunk r5887:5888) svn path=/main/branches/2.1.2/; revision=5900
* Document --config-root for bug #165334. (trunk r5888:5889)Zac Medico2007-02-051-2/+7
| | | | svn path=/main/branches/2.1.2/; revision=5899
* For bug #165382, show a helpful message if an exception is raised from ↵Zac Medico2007-02-051-3/+16
| | | | | | cpv_expand(). (trunk r5897) svn path=/main/branches/2.1.2/; revision=5898
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only ↵Zac Medico2007-02-051-2/+12
| | | | | | two matches and one of them is a virtual. Prefer the non-virtual instead. (trunk r5889:5891) svn path=/main/branches/2.1.2/; revision=5896
* add warning about storing data in PORTDIR (trunk r5865:5866)Zac Medico2007-02-031-3/+9
| | | | svn path=/main/branches/2.1.2/; revision=5884
* For bug #165065, use the proper RESTRICT setting when fetching files in ↵Zac Medico2007-02-031-9/+19
| | | | | | digestgen(). (trunk r5874:5875) svn path=/main/branches/2.1.2/; revision=5883
* For bug #165034, make sure that symlinks are excluded from chmod calls. ↵Zac Medico2007-02-031-1/+1
| | | | | | (trunk r5876:5879) svn path=/main/branches/2.1.2/; revision=5882
* In order to correctly handl the case of target caches that don't have ↵Zac Medico2007-02-031-1/+3
| | | | | | complete eclass entries, validate the set of interited eclasses to make sure it is correct (since timestamp validation is not applicable). (trunk r5880) svn path=/main/branches/2.1.2/; revision=5881
* Don't use os.path.isdir() because it can swallow errors related to ↵v2.1.2-r6Zac Medico2007-02-011-2/+8
| | | | | | filesystem/disk corruption. (trunk r5851:5852) svn path=/main/branches/2.1.2/; revision=5869
* Load the most current variables from /etc/profile.env for post_emerge stuff. ↵Zac Medico2007-02-011-0/+6
| | | | | | (trunk 5857:5858) svn path=/main/branches/2.1.2/; revision=5868
* Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865)Zac Medico2007-02-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=5867
* Fix --newuse so that it works correctly with --usepkg. (trunk r5859)Zac Medico2007-02-011-2/+1
| | | | svn path=/main/branches/2.1.2/; revision=5860
* Use find + xargs to avoid a potential 'Argument list too long' from bash. ↵Zac Medico2007-01-311-3/+1
| | | | | | (trunk r5844:5845) svn path=/main/branches/2.1.2/; revision=5846
* For bug #164363, shuffle the ip addresses returned from ↵Zac Medico2007-01-301-0/+2
| | | | | | socket.getaddrinfo(). (trunk r5832:5833) svn path=/main/branches/2.1.2/; revision=5844
* For bug #164617, don't change permissions on ${WORKDIR} with unpack(). ↵Zac Medico2007-01-301-1/+5
| | | | | | (trunk r5842) svn path=/main/branches/2.1.2/; revision=5843
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be ↵Zac Medico2007-01-301-2/+4
| | | | | | empty. (trunk r5840) svn path=/main/branches/2.1.2/; revision=5841
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ↵v2.1.2-r5Zac Medico2007-01-292-4/+8
| | | | | | instead of ENOTEMPTY. (trunk r5798) svn path=/main/branches/2.1.2/; revision=5830
* Catch EACCESS when running env-update, orignal patch by ↵Zac Medico2007-01-291-2/+9
| | | | | | <phajdan.jr@gmail.com> (bug #106061) (trunk r5802:5803 and r5813:5814) svn path=/main/branches/2.1.2/; revision=5829
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean ↵Zac Medico2007-01-291-4/+5
| | | | | | operations since those are most likely unattended. Thanks to Dan <hydrogen@notyetimplemented.com> for the initial patch. (trunk r5827) svn path=/main/branches/2.1.2/; revision=5828
* add support for transparently decompressing gz/Z/bz2 files since some ↵Zac Medico2007-01-291-10/+36
| | | | | | upstream packages will compress for us (trunk r5824:5825) svn path=/main/branches/2.1.2/; revision=5826
* Remove a stray print statement. Thanks to Rick Warner in bug #125261. ↵Zac Medico2007-01-281-1/+0
| | | | | | (trunk r5798:5799) svn path=/main/branches/2.1.2/; revision=5824
* translate unicode quotes to ascii ones so we can keep our regex simple ↵Zac Medico2007-01-281-1/+4
| | | | | | (trunk r5795:5796 and r5803:5804) svn path=/main/branches/2.1.2/; revision=5823
* Can't delete variable that doesn't exist anymore (bug #164280) (trunk ↵Zac Medico2007-01-281-4/+12
| | | | | | r5816:5817 and r5820:5821) svn path=/main/branches/2.1.2/; revision=5822
* demote KEYWORDS.missing to a warning to make KEYWORDS='' valid (trunk ↵v2.1.2-r4Zac Medico2007-01-241-0/+1
| | | | | | r5767:5768) svn path=/main/branches/2.1.2/; revision=5771
* Fix broken line number counting for CONTENTS. (trunk r5764:5765)Zac Medico2007-01-241-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=5770
* For bug #142279, detect and warn about null bytes in CONTENTS. (trunk ↵Zac Medico2007-01-231-0/+8
| | | | | | r5762:5763) svn path=/main/branches/2.1.2/; revision=5764
* Add new ** for package.keywords token to bypass keyword visibility layer ↵Zac Medico2007-01-233-12/+23
| | | | | | (trunk r5758:5760) svn path=/main/branches/2.1.2/; revision=5762
* For bug #163219, handle binpkgs that have missing PF metadata. (trunk ↵Zac Medico2007-01-231-2/+3
| | | | | | r5756:5757) svn path=/main/branches/2.1.2/; revision=5761
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm ↵v2.1.2-r2Zac Medico2007-01-212-4/+11
| | | | | | phase. (trunk r5748:5749) svn path=/main/branches/2.1.2/; revision=5750
* To ease transition while Manifest 1 is being removed, only require hashes ↵Zac Medico2007-01-211-4/+6
| | | | | | that will exist before and after the transition. (trunk r5746) svn path=/main/branches/2.1.2/; revision=5747
* Don't require MANIFEST2 hashes since that can trigger excessive fetches when ↵Zac Medico2007-01-211-1/+3
| | | | | | sufficient digests already exist. Thanks to vapier for reporting. (trunk r5742:5743) svn path=/main/branches/2.1.2/; revision=5745
* Minor fixes thanks to Fabio Correa <facorread@alexandria.cc> in bug #162647. ↵Zac Medico2007-01-211-7/+7
| | | | | | (trunk r5741:5742) svn path=/main/branches/2.1.2/; revision=5744
* Use XARGS for portable xargs handling when find doesn't find any files.Zac Medico2007-01-201-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=5740
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-202-3/+9
| | | | svn path=/main/branches/2.1.2/; revision=5738
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-192-13/+6
| | | | svn path=/main/branches/2.1.2/; revision=5720
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is ↵Zac Medico2007-01-191-1/+7
| | | | | | explicitly enabled since it is possible that local SELinux security policies do not allow ouput to be piped out of the sesandbox domain. (trunk r5718) svn path=/main/branches/2.1.2/; revision=5719
* Simplify rsync timestamp.chk handling and print the correct path for bug ↵Zac Medico2007-01-181-109/+43
| | | | | | #50738. Thanks to jeka for reporting on irc. (trunk r5716) svn path=/main/branches/2.1.2/; revision=5717
* Validate ebuild names in portdbapi.cp_list() and raise an raise an ↵Zac Medico2007-01-182-2/+10
| | | | | | informative InvalidData exception from match_from_list when necessary. (trunk r5712:5714) svn path=/main/branches/2.1.2/; revision=5715
* arm and superh support exec stack stuff now (trunk r5693:5695)Zac Medico2007-01-181-6/+2
| | | | svn path=/main/branches/2.1.2/; revision=5696
* For bug #162404, spawn tee outside the sesandbox domain so that it reads ↵Zac Medico2007-01-171-6/+50
| | | | | | from a pipe between two domains. (trunk r5689:5691) svn path=/main/branches/2.1.2/; revision=5692
* Use the portable -o option for tar. Thanks to Timothy Redaelli ↵Zac Medico2007-01-171-1/+1
| | | | | | <drizzt@gentoo.org> for the patch. (trunk r5676) svn path=/main/branches/2.1.2/; revision=5688
* Merge repoman fixes from trunk r5660:5661 and r5665:5669.Zac Medico2007-01-170-0/+0
| | | | svn path=/main/branches/2.1.2/; revision=5687
* Merge doebuild *DEPEND validation from trunk r5652:5655.Zac Medico2007-01-171-0/+24
| | | | svn path=/main/branches/2.1.2/; revision=5686
* Fix elimination of duplicate virtuals between the binpkg repo and installed ↵Zac Medico2007-01-171-3/+4
| | | | | | packages. (trunk r5684) svn path=/main/branches/2.1.2/; revision=5685
* Make dep_check() work correctly with --usepkgonly. This solves issues ↵Zac Medico2007-01-171-72/+17
| | | | | | reported by Brent Baude <ranger@gentoo.org> (trunk r5674, 5675, 5678, and 5682) svn path=/main/branches/2.1.2/; revision=5683
* make sure we rename links and not just what they point to #162451 (trunk ↵Zac Medico2007-01-160-0/+0
| | | | | | r5677:5678) svn path=/main/branches/2.1.2/; revision=5681
* Prevent packages that are installed but masked from being incorrectly ↵Zac Medico2007-01-161-1/+4
| | | | | | flagged as "available" (unless --usepkgonly is enabled, which currently has no package.mask support). svn path=/main/trunk/; revision=5679