GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
master
multilib
prefix
public_api
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
EbuildPhase: add SLOT to package version line
Thomas Bracht Laumann Jespersen
3 days
1
-1
/
+3
*
lib/portage: drop obsolete Python version checks (mainly 2.x)
Sam James
4 days
10
-119
/
+1
*
Scheduling policy switching
KARBOWSKI Piotr
14 days
1
-0
/
+45
*
portage: output: update functions.sh path
Sam James
2022-08-01
1
-1
/
+1
*
portage.eapi: remove reference to logging module
Mike Gilbert
2022-08-01
1
-2
/
+0
*
Avoid calling root-level logging functions
Mike Gilbert
2022-08-01
8
-64
/
+74
*
ResolverPlayground: unconditionally setup essential_binaries
Zac Medico
2022-07-25
1
-4
/
+5
*
ResolverPlayground: add "bash" to essential_binaries
Mike Gilbert
2022-07-25
1
-0
/
+1
*
xml/metadata.py: Fix intermittent duplicate use descriptions in equery uses
Brian Dolbec
2022-07-19
1
-1
/
+1
*
checksum.py: discard can't be called on frozenset
Miezhiko
2022-07-19
1
-1
/
+1
*
portage: drop obsolete fixpackages warning
Sam James
2022-07-18
1
-9
/
+0
*
env-update: handle BROOT vs ROOT distinction for e.g. PATH
Arfrever Frehtes Taifersar Arahesis
2022-07-13
1
-15
/
+62
*
news: fix isRelevant check
Sam James
2022-07-12
1
-2
/
+1
*
xml.metadata.py: Fix gentoolkit traceback in _Useflag class
Brian Dolbec
2022-07-10
1
-1
/
+1
*
portage.eapi: remove debug logging statement
Mike Gilbert
2022-07-09
1
-2
/
+0
*
Fix _check_pre_quickpkg_files image prefix
Rin Cat (鈴猫)
2022-07-05
1
-1
/
+4
*
git: mark repository as safe for newer gits
Mike Gilbert
2022-07-01
1
-5
/
+38
*
depclean: return failure when requested packages aren't depcleaned
John Helmert III
2022-06-17
1
-0
/
+5
*
Fix variable typo
Rin Cat (鈴猫)
2022-06-12
2
-2
/
+2
*
improvement(pylint/black): some formatting issues fixed
David Palao
2022-06-07
2
-81
/
+59
*
improvement(mtimedb): using is_readonly instead "if not self.filename"
David Palao
2022-06-07
1
-1
/
+1
*
improvement(actions): using new MtimeDB's API to make it read only
David Palao
2022-06-07
1
-2
/
+1
*
test(MtimeDB): added some unit tests for __write_to_disk and for _load
David Palao
2022-06-07
2
-21
/
+102
*
improvement(mtimedb): class has better API
David Palao
2022-06-07
2
-3
/
+35
*
refactor(mtimedb): MtimeDB.commit splitted into two methods
David Palao
2022-06-07
2
-22
/
+56
*
test(mtimedb): added two more UTs about MtimeDB instances creation
David Palao
2022-06-07
2
-5
/
+24
*
test(mtimedb): added first unit tests for MtimeDB
David Palao
2022-06-07
2
-1
/
+229
*
refactor(mtimedb): some little changes:
David Palao
2022-06-07
1
-22
/
+22
*
Manifest: Fix ("size",) tuple
Zac Medico
2022-06-05
1
-2
/
+2
*
lib/portage/util: fix bundled whirlpool on empty bytestring input
Thomas Bracht Laumann Jespersen
2022-05-21
1
-5
/
+11
*
Remove remnants of SIGNED_OFF_BY
Matt Turner
2022-05-02
2
-2
/
+0
*
repoman: Remove
Matt Turner
2022-05-02
6
-31
/
+6
*
MiscFunctionsProcess: use a separate SANDBOX_LOG
Mike Gilbert
2022-04-22
1
-0
/
+11
*
MergeProcess: propagate mtimedb["ldpath"] to parent process (bug 836375)
Zac Medico
2022-04-17
2
-0
/
+32
*
install_mask: remove masked symlinks to directories (bug 678462)
Jeff Chase
2022-04-15
2
-9
/
+42
*
movefile: merge symlinks atomically
Mike Frysinger
2022-04-15
1
-3
/
+13
*
vartree: avoid lock contention when there are no blockers
Mike Frysinger
2022-04-13
1
-8
/
+11
*
vartree: skip env-update if no updates were merged
Mike Frysinger
2022-04-13
1
-17
/
+21
*
cleanup: replace '!= None' with 'is not None'
Thomas Bracht Laumann Jespersen
2022-04-13
11
-19
/
+19
*
cleanup: replace '== None' with 'is None'
Thomas Bracht Laumann Jespersen
2022-04-13
4
-4
/
+4
*
autoclean: only enable for global updates and depcleans
Sam James
2022-04-13
2
-25
/
+21
*
dispatch-conf: fix diffstatusoutput_mixed() usage
Mike Gilbert
2022-04-11
1
-1
/
+1
*
Revert "dispatch_conf: fix arguments"
Mike Gilbert
2022-04-11
1
-4
/
+3
*
manifest: fix thick manifest generation
Kenneth Raplee
2022-04-09
1
-1
/
+1
*
Miscellaneous refactors and cleanups
Kenneth Raplee
2022-04-04
3
-50
/
+50
*
Enhance the update hash methods for simplification
Kenneth Raplee
2022-04-04
1
-38
/
+47
*
Replace obscure lambdas with closures for clarity
Kenneth Raplee
2022-04-04
1
-19
/
+19
*
Inline key-value insertions as dict expressions with key-value pairs
Kenneth Raplee
2022-04-04
2
-32
/
+29
*
Simplify by inlining a single use method
Kenneth Raplee
2022-04-04
1
-12
/
+10
*
Return boolean expressions instead of branching
Kenneth Raplee
2022-04-04
2
-22
/
+14
[next]