summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix apply_permissions import and use keyworded args in the call, as well as ↵Alec Warner2007-01-182-4/+6
| | | | | | PORTAGE_INST_UID instead of root, also fix some spacies in emerge, thanks for Zac for reporting svn path=/main/trunk/; revision=5699
* dump emerge's normpath in favor of portage_util's normalize_pathAlec Warner2007-01-182-13/+6
| | | | svn path=/main/trunk/; revision=5698
* add try finally blocks around locking for newsAlec Warner2007-01-181-29/+50
| | | | svn path=/main/trunk/; revision=5697
* arm supports sane exec stack stuff nowMike Frysinger2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5695
* superh supports sane exec stack stuff nowMike Frysinger2007-01-181-1/+1
| | | | svn path=/main/trunk/; revision=5694
* start documenting qa notices so antarus stops whiningMike Frysinger2007-01-186-0/+390
| | | | svn path=/main/trunk/; revision=5693
* Use elif where appropriate. Thanks to ferringb.Zac Medico2007-01-171-1/+1
| | | | svn path=/main/trunk/; revision=5691
* 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. svn path=/main/trunk/; revision=5690
* Remove one last reference to ${tarvars}.Zac Medico2007-01-171-1/+1
| | | | svn path=/main/trunk/; revision=5689
* Fix elimination of duplicate virtuals between the binpkg repo and installed ↵Zac Medico2007-01-171-3/+4
| | | | | | packages. svn path=/main/trunk/; revision=5684
* For --usepkgonly, allow _expand_new_virtuals() to fall back to the vardb in ↵Zac Medico2007-01-161-2/+10
| | | | | | case all binaries aren't available. svn path=/main/trunk/; revision=5682
* 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
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
| | | | svn path=/main/trunk/; revision=5678
* make it executableMike Frysinger2007-01-161-0/+0
| | | | svn path=/main/trunk/; revision=5677
* Use the portable -o option for tar. Thanks to Timothy Redaelli ↵Zac Medico2007-01-161-12/+5
| | | | | | <drizzt@gentoo.org> for the patch. svn path=/main/trunk/; revision=5676
* Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs ↵Zac Medico2007-01-161-0/+2
| | | | | | aren't available for some packages. Thanks to Brent Baude <ranger@gentoo.org> for reporting. svn path=/main/trunk/; revision=5675
* For consistency, respect the use_binaries flag inside _expand_new_virtuals().Zac Medico2007-01-161-0/+2
| | | | svn path=/main/trunk/; revision=5674
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-163-3/+5
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
| | | | svn path=/main/trunk/; revision=5672
* fix a few typos in testsAlec Warner2007-01-163-2/+6
| | | | svn path=/main/trunk/; revision=5671
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite ↵Alec Warner2007-01-162-9/+23
| | | | | | the news checking code to check news for all repos with a name. svn path=/main/trunk/; revision=5670
* Replace mktemp with mkstemp since the former is deprecated for security reasons.Zac Medico2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5669
* Fix broken commitmessagefile handling.Zac Medico2007-01-161-9/+13
| | | | svn path=/main/trunk/; revision=5668
* For consistency, just use os.environ.Zac Medico2007-01-161-1/+1
| | | | svn path=/main/trunk/; revision=5667
* Make repoman commit removals together with the other changes (instead of ↵Zac Medico2007-01-161-3/+8
| | | | | | with the final Manifest commit). svn path=/main/trunk/; revision=5666
* dirty dirty liesAlec Warner2007-01-161-6/+5
| | | | svn path=/main/trunk/; revision=5665
* make.conf is not a manual so only list common FEATURES #161985Mike Frysinger2007-01-161-29/+4
| | | | svn path=/main/trunk/; revision=5664
* document FEATURES=sesandbox #161985Mike Frysinger2007-01-161-0/+3
| | | | svn path=/main/trunk/; revision=5663
* ferringb pointed out this portroot parameter, ended up not using it, try an ↵Alec Warner2007-01-162-24/+16
| | | | | | os.path.exists to save a very common (and slow) except on missing repo_name files for overlays, use a dict to facility a nicer regex comparison loop for news restrictions. svn path=/main/trunk/; revision=5662
* Enable repoman to commit a Manifest alone instead of bailing out with ↵Zac Medico2007-01-161-7/+7
| | | | | | "Didn't find any changed files". svn path=/main/trunk/; revision=5661
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
| | | | svn path=/main/trunk/; revision=5660
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
| | | | svn path=/main/trunk/; revision=5659
* merge glep42 into trunkAlec Warner2007-01-164-8/+114
| | | | svn path=/main/trunk/; revision=5658
* Clean up imports in portage_locks.pyAlec Warner2007-01-161-24/+20
| | | | svn path=/main/trunk/; revision=5657
* elevate the importance of 64bit clean code on 64bit hostsMike Frysinger2007-01-151-1/+5
| | | | svn path=/main/trunk/; revision=5656
* Make invalid deps non-fatal for some phases.Zac Medico2007-01-151-1/+6
| | | | svn path=/main/trunk/; revision=5655
* Clean up variables when finished.Zac Medico2007-01-151-0/+2
| | | | svn path=/main/trunk/; revision=5654
* For bug #162275, make doebuild validate *DEPEND and bail out if necessary.Zac Medico2007-01-151-0/+17
| | | | svn path=/main/trunk/; revision=5653
* exithandler is not a portageq func, so ignore itAlec Warner2007-01-151-1/+1
| | | | svn path=/main/trunk/; revision=5652
* Fix alphabetical order.v2.1.2Zac Medico2007-01-141-4/+4
| | | | svn path=/main/trunk/; revision=5649
* Document DOC_SYMLINKS_DIR.Zac Medico2007-01-141-0/+4
| | | | svn path=/main/trunk/; revision=5648
* Don't warn about /etc/make.profile not being a symlink if it has a parent file.Zac Medico2007-01-141-0/+1
| | | | svn path=/main/trunk/; revision=5647
* Disable the test phase when USE=test is masked (for consistency with the fix ↵Zac Medico2007-01-141-0/+3
| | | | | | for bug #69021). svn path=/main/trunk/; revision=5646
* For bug #69021, add news about FEATURES="test" implying USE="test".Zac Medico2007-01-141-0/+1
| | | | svn path=/main/trunk/; revision=5645
* For bug #161975, document the fact that GENTOO_MIRRORS supports mounted ↵Zac Medico2007-01-141-1/+3
| | | | | | filesystem mirrors. svn path=/main/trunk/; revision=5644
* Document PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path which now includes ↵Zac Medico2007-01-142-173/+184
| | | | | | CATEGORY, and lots of style/syntax fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <FFTA@WP.PL> from bug #161979. svn path=/main/trunk/; revision=5643
* Fix dohtml so that it continues to install files even after some fail. ↵Zac Medico2007-01-141-1/+2
| | | | | | Thanks to brad walker <bradmwalker@cableone.net> in bug #149745. svn path=/main/trunk/; revision=5642
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
| | | | svn path=/main/trunk/; revision=5635
* Fix 'TypeError: not all arguments converted during string formatting'. ↵Zac Medico2007-01-131-2/+2
| | | | | | Thanks to marienz. svn path=/main/trunk/; revision=5634
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-136-21/+17
| | | | svn path=/main/trunk/; revision=5633