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/pkgcore/pkgcore.git
binpkg
buildpkgonly
ipc
master
onlydeps
pkeyword
pquery
pquery-stdin
preport
repos
A framework for package management
PkgCore Project (pkgcore@gentoo.org)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
refactor(config): simplify render_prepends signature.
Brian Harring
2023-02-02
1
-5
/
+4
*
refactor(config): Remove ConfigHint/configurable positional arg support
Brian Harring
2023-02-02
24
-42
/
+55
*
refactor(config): adding typing to config hints along with immutability.
Brian Harring
2023-02-02
2
-16
/
+29
*
domain: support `-*` in use as previous removal
Arthur Zamarin
2023-01-20
3
-26
/
+63
*
refactor(sync): Remove unused variable assignment.
Brian Harring
2023-01-20
1
-1
/
+2
*
refactor: use f-strings
Arthur Zamarin
2023-01-19
12
-48
/
+40
*
start work on 0.12.20
Arthur Zamarin
2023-01-19
1
-1
/
+1
*
new release 0.12.19
v0.12.19
Arthur Zamarin
2023-01-19
1
-0
/
+16
*
refactor(portage_conf): Use f'' syntax for GENTOO_MIRRORS listcomp
Brian Harring
2023-01-17
1
-1
/
+1
*
fix(authors): re-add myself since I still hold most of the copyright.
Brian Harring
2023-01-17
1
-0
/
+1
*
refactor(portage_conf): Push fallback (and path awareness) logic of repos.con...
Brian Harring
2023-01-17
2
-27
/
+31
*
fix(config): add exception chaining for an internal error.
Brian Harring
2023-01-17
1
-4
/
+3
*
fix(sync): Add loggger.debug() of the sync command actually being invoked.
Brian Harring
2023-01-17
1
-0
/
+8
*
refactor(sync): hide FD passing as an internal thing.
Brian Harring
2023-01-17
5
-24
/
+30
*
portage_conf: add support for make.profile as directory
Arthur Zamarin
2023-01-02
1
-9
/
+11
*
domain: fix parsing of multiple USE_EXAPNDs
Arthur Zamarin
2023-01-02
2
-7
/
+33
*
properly close open file handlers during tests
Arthur Zamarin
2022-12-31
6
-25
/
+20
*
start work on 0.12.19
Arthur Zamarin
2022-12-29
1
-1
/
+1
*
new release 0.12.18
v0.12.18
Arthur Zamarin
2022-12-27
1
-0
/
+51
*
Ignore both empty and non-existant repos.conf files.
Brian Harring
2022-12-26
2
-8
/
+7
*
Throw an exception (py side) for any EBD var starting with '_'
Brian Harring
2022-12-26
1
-2
/
+4
*
Add use flag validation for /etc/portage/package.use/* content.
Brian Harring
2022-12-26
2
-8
/
+19
*
Expand EAPI object declarations of support, wire atom to use it.
Brian Harring
2022-12-26
2
-15
/
+28
*
Convert to eapi_obj usage for subslot/iuse defaults in atom parsing.
Brian Harring
2022-12-26
1
-2
/
+8
*
Move valid_use_flag parsing out of atom, rely upon eapi obj.
Brian Harring
2022-12-26
1
-5
/
+7
*
Add a constant of the latest PMS version, and add use flag validation to EAPI.
Brian Harring
2022-12-26
1
-0
/
+13
*
Add USE_EXPAND expansion awareness for /etc/portage/package.use/* files.
Brian Harring
2022-12-26
2
-6
/
+66
*
Force stable sorting of /etc/portage/* files loading.
Brian Harring
2022-12-26
2
-1
/
+58
*
Simplify some class attribute building.
Brian Harring
2022-12-26
1
-20
/
+20
*
Rename domain.pkg_operations to domain.get_pkg_operations
Brian Harring
2022-12-26
6
-8
/
+13
*
ci: add black format check
Arthur Zamarin
2022-12-25
1
-0
/
+7
*
Makefile: add black format target
Arthur Zamarin
2022-12-25
1
-0
/
+4
*
Make EAPI 8 `--disable-static` logic libtool-specific
David Seifert
2022-12-25
1
-1
/
+1
*
Suppress the black reformat commit from git blame
Brian Harring
2022-12-25
1
-0
/
+2
*
Reformat w/ black-22.12.0
Brian Harring
2022-12-25
218
-10771
/
+17529
*
Fix secondary exception from when an EBD fails to start.
Brian Harring
2022-12-25
1
-18
/
+31
*
Use os.access instead of snakeoil.osutils.access
Arthur Zamarin
2022-12-25
2
-4
/
+4
*
Fix use default dep matching when working against IUSE defaults.
Brian Harring
2022-12-22
2
-11
/
+32
*
pmerge: sort target processing to stabilize the graph.
Brian Harring
2022-12-21
1
-0
/
+20
*
add pmerge --pdb-intercept as a way to pdb.set_trace() into the resolver.
Brian Harring
2022-12-21
2
-1
/
+25
*
Update __all__ for ebuild.restricts
Brian Harring
2022-12-21
1
-1
/
+3
*
Remove unused stack parameter from insert_choices
Brian Harring
2022-12-21
1
-2
/
+2
*
Reuse the existing regex match rather than running it twice.
Brian Harring
2022-12-21
1
-1
/
+1
*
s/slot/subslot/; name the parameter correctly
Brian Harring
2022-12-21
1
-2
/
+2
*
ebd_ipc: filter unpack results when needed.
Brian Harring
2022-12-21
1
-2
/
+1
*
Update code for modern python standards
Brian Harring
2022-12-21
1
-3
/
+1
*
Drop dead code comment
Brian Harring
2022-12-21
1
-1
/
+0
*
Add REQUIRED_USE satisfaction solver
Arthur Zamarin
2022-12-20
3
-2
/
+241
*
fix build for newest pip
Arthur Zamarin
2022-12-18
2
-3
/
+3
*
remove dependence on plugincache generation
Arthur Zamarin
2022-12-18
2
-36
/
+6
[prev]
[next]