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
2.0.54
2.0.54_2500
2.1-experimental
funtoo3
gkeys
infra
master
master_2262
modular-sync
multilib
prefix
public_api
repoman
repoman-fixins
repoman-message-refactor
savior
xml-schema
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
/
portage
/
package
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename pym→lib, for better distutils-r1 interoperability
Michał Górny
2018-07-18
34
-10966
/
+0
*
config: cache profile.bashrc stat results (bug 649806)
Zac Medico
2018-07-15
1
-5
/
+8
*
Revert "_post_src_install_uid_fix: allow files with portage group permissions...
Ulrich Müller
2018-06-23
1
-6
/
+3
*
emerge -pf: spawn pkg_nofetch asynchronously (bug 657360)
Zac Medico
2018-06-04
1
-8
/
+7
*
prepare_build_dirs: convert PermissionError to PermissionDenied (bug 656542)
Zac Medico
2018-05-25
1
-1
/
+4
*
doebuild: eliminate redundant aux_get calls (bug 656394)
Zac Medico
2018-05-24
1
-6
/
+13
*
preinst_selinux_labels: disable LD_PRELOAD sandbox (bug 655996)
Zac Medico
2018-05-21
1
-7
/
+21
*
LocationsManager: fix SYSROOT normalization to handle empty SYSROOT
Zac Medico
2018-05-03
1
-2
/
+2
*
special_env_vars: add ESYSROOT and SYSROOT to environ_whitelist
Zac Medico
2018-05-03
1
-2
/
+2
*
config.environ: always strip slash from SYSROOT (bug 654600)
Zac Medico
2018-05-03
1
-2
/
+7
*
BINPKG_COMPRESS: allow empty setting to disable compression (bug 654456)
Zac Medico
2018-05-01
1
-1
/
+5
*
QueryCommand: handle empty *ROOT values for EAPI 7
Zac Medico
2018-05-01
1
-2
/
+2
*
Export BROOT to ebuild env in EAPI 7
James Le Cuirot
2018-05-01
3
-3
/
+15
*
Export SYSROOT and ESYSROOT in ebuild env in EAPI 7
James Le Cuirot
2018-05-01
2
-5
/
+38
*
ManifestScheduler: async fetchlist_dict (bug 653946)
Zac Medico
2018-04-27
2
-16
/
+33
*
EbuildBuild._start(): fix event loop recursion (bug 653844)
Zac Medico
2018-04-22
1
-2
/
+4
*
EbuildBuildDir: remove synchronous lock method (bug 614112)
Zac Medico
2018-04-22
1
-3
/
+6
*
EbuildBuildDir: remove synchronous unlock method (bug 614108)
Zac Medico
2018-04-20
1
-3
/
+6
*
emerge --usepkgonly: propagate implicit IUSE and USE_EXPAND (bug 640318)
Zac Medico
2018-04-18
2
-2
/
+37
*
eapi: use eapi_allows_package_provided via _get_eapi_attrs
Zac Medico
2018-03-27
1
-3
/
+2
*
Disallow package.provided in EAPI 7
Michał Górny
2018-03-27
1
-6
/
+16
*
Support BDEPEND (CBUILD dependencies) in EAPI 7
Michał Górny
2018-03-17
2
-2
/
+3
*
Stop crippling metadata for virtual/*
Michał Górny
2018-03-16
1
-7
/
+4
*
Remove support for PROVIDE virtuals
Michał Górny
2018-03-14
4
-46
/
+13
*
Strip trailing slash from D, ED, ROOT, EROOT in EAPI 7
Michał Górny
2018-03-12
1
-0
/
+5
*
Do not export PORTDIR & ECLASSDIR in EAPI 7
Michał Górny
2018-03-11
2
-4
/
+9
*
_spawn_actionmap: simplify nosandbox logic
Zac Medico
2018-03-03
1
-5
/
+0
*
portage.package.ebuild.config: Always export filtered USE_EXPAND vars
Michał Górny
2018-02-05
1
-52
/
+3
*
portage.package.ebuild.config: Rename iuse_implicit -> iuse_effective
Michał Górny
2018-02-05
1
-3
/
+3
*
doebuild: Remove unnecessary restore of PORTAGE_ACTUAL_DISTDIR
Michał Górny
2018-01-27
1
-5
/
+0
*
prepare_build_dirs: Fix duplicate override of DISTDIR for 'ebuild'
Michał Górny
2018-01-27
1
-3
/
+1
*
portage.package.ebuild.config: Override DISTDIR unconditionally
Michał Górny
2018-01-26
1
-1
/
+10
*
portage.package.ebuild: Move _prepare_fake_distdir to .prepare_build_dirs
Michał Górny
2018-01-26
2
-33
/
+34
*
ebuild: allow RESTRICT=network-sandbox in ebuilds
Mike Frysinger
2018-01-17
1
-1
/
+2
*
Handle binary package IUSE_IMPLICIT divergence (bug 640318)
Zac Medico
2017-12-10
1
-0
/
+6
*
profile_check: detect missing ARCH variable (bug 586214)
Zac Medico
2017-12-02
1
-1
/
+3
*
UseManager: reject atoms with USE flags (bug 607872)
Zac Medico
2017-11-20
1
-2
/
+3
*
doebuild: record BUILD_ID and BINPKGMD5 for installed package
Zac Medico
2017-11-09
1
-1
/
+16
*
Quickfix handling manifest-required-hashes = None
Michał Górny
2017-11-08
1
-0
/
+3
*
Make manifest-required-hashes configurable
Michał Górny
2017-11-07
1
-2
/
+2
*
postinst_qa_check: initialize preinst state (bug 635474)
Zac Medico
2017-10-27
1
-0
/
+1
*
config/env_blacklist: add DOCS (bug 627106)
Zac Medico
2017-09-02
1
-1
/
+1
*
config/env_blacklist: add REQUIRED_USE
Zac Medico
2017-09-02
1
-1
/
+1
*
Support post-postinst QA checks
Michał Górny
2017-08-26
1
-1
/
+4
*
config: allow_build_id=True for user config keywords and use
lihan
2017-08-05
2
-3
/
+6
*
Rename BINPKG_COMPRESSION{,_ARGS} to BINPKG_COMPRESS{,_FLAGS}
Zac Medico
2017-07-30
3
-5
/
+6
*
config.validate: check for invalid BINPKG_COMPRESSION
Zac Medico
2017-07-29
1
-0
/
+27
*
Support different compressors for binary packages
Manuel Rüger
2017-07-30
2
-4
/
+32
*
EbuildBuild: async spawn_nofetch in _fetchonly_exit (bug 614116)
Zac Medico
2017-04-03
1
-37
/
+69
*
portage.package.ebuild: Use a fake FILESDIR to catch invalid accesses
Michał Górny
2017-03-24
3
-4
/
+14
[next]