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
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
*
Updates for portage-3.0.19 release
portage-3.0.19
Zac Medico
2021-05-24
3
-1
/
+18
*
make.conf.5: Suggest PORTAGE_LOG_FILTER_FILE_CMD supervisor for cat fallback ...
Zac Medico
2021-05-23
1
-1
/
+12
*
lib/portage/_sets/dbapi.py: add glob support to exclude-files parameter cnf/s...
Dave Hughes
2021-05-23
2
-0
/
+7
*
unmerge: Remove vartree alias
Felix Bier
2021-05-23
1
-5
/
+4
*
unmerge: Reuse helper variable quiet
Felix Bier
2021-05-23
1
-3
/
+2
*
unmerge: Add tests for unmerge order
Felix Bier
2021-05-23
1
-0
/
+179
*
Sort emerge --unmerge order for determinism
Felix Bier
2021-05-23
2
-1
/
+6
*
Change _shell_quote to handle more special characters
Felix Bier
2021-05-23
2
-1
/
+48
*
Add unit tests for _shell_quote
Felix Bier
2021-05-23
1
-0
/
+79
*
env-update: skip PATH in systemd user environment definition
Florian Schmaus
2021-05-23
1
-0
/
+5
*
Enable EAPI 8
Michał Górny
2021-05-23
1
-1
/
+1
*
dosym: Implement -r option for EAPI 8.
Ulrich Müller
2021-05-23
2
-1
/
+70
*
Initial IDEPEND support (for EAPI 8)
Michał Górny
2021-05-23
15
-25
/
+60
*
Support selective fetch restriction in emirrordist
Michał Górny
2021-05-23
1
-29
/
+39
*
Support selective fetch/mirror restriction for EAPI 8
Michał Górny
2021-05-23
3
-4
/
+26
*
Refactor fetch() for selective restrictions
Michał Górny
2021-05-23
1
-28
/
+26
*
Make doconf, doenvd, doheader & doinitd ignore ins/exeopts in EAPI 8
Michał Górny
2021-05-23
5
-4
/
+45
*
Disallow options in PATCHES in EAPI 8
Michał Górny
2021-05-23
2
-0
/
+17
*
Relax update filenames as permitted for EAPI 8
Michał Górny
2021-05-23
1
-11
/
+6
*
Support second usev arg in EAPI 8
Michał Górny
2021-05-23
2
-1
/
+9
*
Require bash-5.0 in EAPI 8
Michał Górny
2021-05-23
2
-1
/
+7
*
Remove unpack support for 7z, lha and rar in EAPI 8
Michał Górny
2021-05-23
2
-7
/
+31
*
Ban hasq, hasv and useq in EAPI 8
Michał Górny
2021-05-23
3
-3
/
+21
*
emerge --fetch and regenworld: Respect EMERGE_LOG_DIR setting
James Stevenson
2021-05-23
2
-7
/
+27
*
Implement PROPERTIES=test_network and ALLOW_TEST
Michał Górny
2021-05-19
7
-17
/
+57
*
emerge --fetchonly --quiet: use emerge-fetch.log when writable (bug 285614)
James Stevenson
2021-05-16
2
-6
/
+23
*
Accumulated PROPERTIES and RESTRICT for EAPI 8
Michał Górny
2021-05-12
2
-6
/
+50
*
Support new econf-passed parameters for EAPI 8
Michał Górny
2021-05-12
2
-0
/
+21
*
emerge: Fail with helpful message when --jobs=""
Marco Sirabella
2021-05-08
1
-1
/
+1
*
PipeLogger: handle FileNotFoundError when cancelled during _start
Zac Medico
2021-05-01
1
-10
/
+25
*
ebuild-ipc: silently handle KeyboardInterrupt
Zac Medico
2021-05-01
1
-3
/
+17
*
_run_pkg_pretend: Use async and await syntax
Zac Medico
2021-05-01
1
-14
/
+12
*
_run_pkg_pretend: raise asyncio.CancelledError when terminated
Zac Medico
2021-05-01
1
-1
/
+5
*
ebuild.5: Add eapply documentation
Nekun
2021-04-24
1
-1
/
+21
*
man/portage.5: Add userpatch documentation
Nekun
2021-04-24
1
-1
/
+32
*
portage/tests: Be a bit more fancy with argparser
Marco Sirabella
2021-04-24
1
-6
/
+9
*
portage/tests: Use pathlib for path handling
Marco Sirabella
2021-04-24
1
-26
/
+21
*
tests: Remove unused assertExists helper
Marco Sirabella
2021-04-24
2
-33
/
+1
*
emerge: use parse_intermixed_args when available (bug 784566)
Zac Medico
2021-04-20
2
-2
/
+10
*
repoman/setup.py: update sdist for xz support
Zac Medico
2021-04-19
1
-2
/
+5
*
tests: lazily evaluate cnf_* vars (bug 783957)
Zac Medico
2021-04-18
3
-19
/
+83
*
SimpleRepomanTestCase: update portage.const.EPREFIX after fork
Zac Medico
2021-04-11
1
-0
/
+1
*
man/emerge.1: fix typos
Thomas Deutschmann
2021-04-05
1
-1
/
+1
*
repoman: fix --version TypeError
Zac Medico
2021-04-04
2
-2
/
+3
*
SimpleRepomanTestCase: use -vvvv for debug mode
Zac Medico
2021-03-31
1
-0
/
+2
*
repoman: fix ModuleConfig _not_installed path (bug 779055)
Zac Medico
2021-03-31
1
-2
/
+2
*
repoman/lib/repoman/argparser.py: W0611: Unused import sys (unused-import)
Zac Medico
2021-03-30
1
-1
/
+0
*
repoman: correct parse_args local sys.argv reference
Zac Medico
2021-03-30
1
-2
/
+2
*
repoman: Update for a repoman-3.0.3 release
repoman-3.0.3
Zac Medico
2021-03-29
2
-1
/
+7
*
Updates for portage-3.0.18 release
portage-3.0.18
Zac Medico
2021-03-29
3
-1
/
+12
[next]