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
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tox.ini: drop lxml dep
Sam James
2022-05-19
1
-1
/
+0
*
runtests: update supported impls list (move py3.10, add py3.11 to testing)
Sam James
2022-05-19
1
-2
/
+2
*
tox.ini, .github: test on available Python 3.11 versions
Sam James
2022-05-19
2
-1
/
+2
*
portageq: egrep -> grep -E
Sam James
2022-05-15
1
-1
/
+1
*
bin/install-qa-check.d/60pkgconfig: egrep -> grep -E
Sam James
2022-05-15
1
-2
/
+2
*
bin/install-qa-check.d/05prefix: egrep -> grep -E
Sam James
2022-05-15
1
-1
/
+1
*
install-qa-check.d/60pkgconfig: add QA_PKGCONFIG_VERSION
Mike Gilbert
2022-05-07
1
-17
/
+26
*
Remove remnants of SIGNED_OFF_BY
Matt Turner
2022-05-02
3
-13
/
+0
*
repoman: Remove
Matt Turner
2022-05-02
171
-15135
/
+32
*
ebegin/eend: accept properly nested calls in different functions
Thomas Bracht Laumann Jespersen
2022-04-28
2
-5
/
+21
*
install-qa-check.d/10ignored-flags: sync check with other examples (cosmetic)
Sam James
2022-04-28
1
-2
/
+3
*
man/make.conf.5: Document default MAKEOPTS behaviour
Matthew Smith
2022-04-24
1
-0
/
+1
*
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
*
ebegin: Output QA warning if call to eend is missing
Thomas Bracht Laumann Jespersen
2022-04-15
2
-0
/
+7
*
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
*
ebuild.sh: add missing IDEPEND re-sourcing
Sam James
2022-04-14
1
-0
/
+2
*
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
*
bin/*.sh: cosmetic cleanups to comments, whitespace
Sam James
2022-04-13
4
-30
/
+31
*
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
6
-6
/
+6
*
autoclean: only enable for global updates and depcleans
Sam James
2022-04-13
3
-26
/
+22
*
.github: add pypy3.8, pypy3.9 to CI
Sam James
2022-04-12
1
-0
/
+2
*
install-qa-check.d/60pkgconfig: change libdir regex
Sam James
2022-04-12
1
-3
/
+3
*
install-qa-check.d/60pkgconfig: drop ${D} from output; don't repeat ${EPREFIX}
Sam James
2022-04-12
1
-5
/
+8
*
install-qa-check.d/60pkgconfig: exit early if no pkg-config installed
Sam James
2022-04-12
1
-0
/
+5
*
install-qa-check.d/60pkgconfig: check for mismatched version
Sam James
2022-04-12
1
-0
/
+26
*
install-qa-check.d/60pkgconfig: check for not respecting libdir in pc files
Sam James
2022-04-12
1
-1
/
+36
*
install-qa-check.d/60pkgconfig: check if paths within .pc respect EPREFIX
Sam James
2022-04-12
1
-0
/
+17
*
install-qa-check.d/60pkgconfig: run pkg-config --validate on installed files
Sam James
2022-04-12
1
-0
/
+10
*
install-qa-check.d/60pkgconfig: create list of .pc files early (refactoring)
Sam James
2022-04-12
1
-1
/
+10
*
eend: Output QA warning if ebegin has not been called
Thomas Bracht Laumann Jespersen
2022-04-12
1
-0
/
+6
*
dispatch-conf: add a warning about changing the use-rcs setting
Mike Gilbert
2022-04-11
1
-0
/
+3
*
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
*
install-qa-check.d/20runtime-directories: warn on /var/tmp too
Sam James
2022-04-10
1
-2
/
+2
*
manifest: fix thick manifest generation
Kenneth Raplee
2022-04-09
1
-1
/
+1
*
bin/install-qa-check.d/95empty-dirs: update message for EAPI 8
Sam James
2022-04-05
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
*
Simplify with declarative programming
Kenneth Raplee
2022-04-04
5
-104
/
+105
*
Use String Interpolation where possible
Kenneth Raplee
2022-04-04
4
-68
/
+52
*
Eliminate USE aliases
Matt Turner
2022-04-02
6
-238
/
+30
*
Eliminate now-dead code from EAPIs 4-python and 5-progress
Matt Turner
2022-04-01
14
-507
/
+45
[next]