summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-192-13/+6
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is explic...Zac Medico2007-01-191-1/+7
* Simplify rsync timestamp.chk handling and print the correct path for bug #507...Zac Medico2007-01-181-109/+43
* Validate ebuild names in portdbapi.cp_list() and raise an raise an informativ...Zac Medico2007-01-182-2/+10
* arm and superh support exec stack stuff now (trunk r5693:5695)Zac Medico2007-01-181-6/+2
* For bug #162404, spawn tee outside the sesandbox domain so that it reads from...Zac Medico2007-01-171-6/+50
* Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento...Zac Medico2007-01-171-1/+1
* Merge repoman fixes from trunk r5660:5661 and r5665:5669.Zac Medico2007-01-170-0/+0
* Merge doebuild *DEPEND validation from trunk r5652:5655.Zac Medico2007-01-171-0/+24
* Fix elimination of duplicate virtuals between the binpkg repo and installed p...Zac Medico2007-01-171-3/+4
* Make dep_check() work correctly with --usepkgonly. This solves issues reporte...Zac Medico2007-01-171-72/+17
* make sure we rename links and not just what they point to #162451 (trunk r567...Zac Medico2007-01-160-0/+0
* Prevent packages that are installed but masked from being incorrectly flagged...Zac Medico2007-01-161-1/+4
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
* make it executableMike Frysinger2007-01-161-0/+0
* Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gento...Zac Medico2007-01-161-12/+5
* Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs a...Zac Medico2007-01-161-0/+2
* For consistency, respect the use_binaries flag inside _expand_new_virtuals().Zac Medico2007-01-161-0/+2
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G...Alec Warner2007-01-163-3/+5
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
* fix a few typos in testsAlec Warner2007-01-163-2/+6
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th...Alec Warner2007-01-162-9/+23
* Replace mktemp with mkstemp since the former is deprecated for security reasons.Zac Medico2007-01-161-4/+4
* Fix broken commitmessagefile handling.Zac Medico2007-01-161-9/+13
* For consistency, just use os.environ.Zac Medico2007-01-161-1/+1
* Make repoman commit removals together with the other changes (instead of with...Zac Medico2007-01-161-3/+8
* dirty dirty liesAlec Warner2007-01-161-6/+5
* make.conf is not a manual so only list common FEATURES #161985Mike Frysinger2007-01-161-29/+4
* document FEATURES=sesandbox #161985Mike Frysinger2007-01-161-0/+3
* ferringb pointed out this portroot parameter, ended up not using it, try an o...Alec Warner2007-01-162-24/+16
* Enable repoman to commit a Manifest alone instead of bailing out with "Didn't...Zac Medico2007-01-161-7/+7
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
* merge glep42 into trunkAlec Warner2007-01-164-8/+114
* Clean up imports in portage_locks.pyAlec Warner2007-01-161-24/+20
* elevate the importance of 64bit clean code on 64bit hostsMike Frysinger2007-01-151-1/+5
* Make invalid deps non-fatal for some phases.Zac Medico2007-01-151-1/+6
* Clean up variables when finished.Zac Medico2007-01-151-0/+2
* For bug #162275, make doebuild validate *DEPEND and bail out if necessary.Zac Medico2007-01-151-0/+17
* exithandler is not a portageq func, so ignore itAlec Warner2007-01-151-1/+1
* Fix alphabetical order.v2.1.2Zac Medico2007-01-141-4/+4
* Document DOC_SYMLINKS_DIR.Zac Medico2007-01-141-0/+4
* Don't warn about /etc/make.profile not being a symlink if it has a parent file.Zac Medico2007-01-141-0/+1
* Disable the test phase when USE=test is masked (for consistency with the fix ...Zac Medico2007-01-141-0/+3
* For bug #69021, add news about FEATURES="test" implying USE="test".Zac Medico2007-01-141-0/+1
* For bug #161975, document the fact that GENTOO_MIRRORS supports mounted files...Zac Medico2007-01-141-1/+3
* Document PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path which now includes CATE...Zac Medico2007-01-142-173/+184
* Fix dohtml so that it continues to install files even after some fail. Thank...Zac Medico2007-01-141-1/+2
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
* Fix 'TypeError: not all arguments converted during string formatting'. Thank...Zac Medico2007-01-131-2/+2