summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for portage-2.3.20 releaseportage-2.3.20Zac Medico2018-01-203-1/+22
* dep_zapdeps: exclude virtuals from new_slot_count (bug 645190)Zac Medico2018-01-202-1/+63
* dep_zapdeps: prefer choices with fewer new slots (bug 645002)Zac Medico2018-01-202-6/+93
* bin/doins.py: avoid timestamp precision loss with python2 (bug 642632)Zac Medico2018-01-171-0/+4
* ebuild: allow RESTRICT=network-sandbox in ebuildsMike Frysinger2018-01-172-1/+6
* const: Switch default hash set to BLAKE2B+SHA512Michał Górny2018-01-141-2/+2
* man/ebuild.5: document the rationale for using keepdir over dodir.Michael Orlitzky2018-01-131-2/+3
* man/ebuild.5: document that dodir is for nonempty directories.Michael Orlitzky2018-01-131-1/+2
* repoman: Add a new 'badinexp' warning class for exp profilesMichał Górny2018-01-113-0/+18
* dep_zapdeps: install new package, allow upgrade (bug 643974)Zac Medico2018-01-112-6/+106
* testDoInsOption: fix timestamp comparison to work in travisZac Medico2018-01-091-2/+3
* man: emerge: use standard short option styleMike Frysinger2018-01-091-48/+48
* man: emaint: fix option styling to match standard pagesMike Frysinger2018-01-091-11/+11
* man: egencache(1): fix y/n arg style to match other pagesMike Frysinger2018-01-091-3/+3
* bin/doins.py: implement install -p option (bug 642632)Zac Medico2018-01-072-7/+33
* load_emerge_config: add 'env' keyword argumentZac Medico2018-01-071-3/+3
* load_emerge_config: fix 'env' keyword argument to override os.environZac Medico2018-01-051-1/+2
* PreservedLibsRegistry: fix pruneNonExisting for symlinks to other dirs (bug 6...Zac Medico2018-01-021-1/+2
* multilib_category.py: add ALTERA_NIOS2 ELF typeSergei Trofimovich2017-12-282-1/+4
* Disable dynamic-deps by defaultMichał Górny2017-12-196-6/+7
* MultirepoTestCase: add missing EAPI definitions needed for slot depsZac Medico2017-12-151-2/+2
* Updates for portage-2.3.19 releaseportage-2.3.19Zac Medico2017-12-152-1/+8
* file_copy: handle EOPNOTSUPP from copy_file_range (bug 641088)Zac Medico2017-12-151-1/+1
* file_copy: handle EOPNOTSUPP from lseek SEEK_DATA (bug 641088)Zac Medico2017-12-151-1/+1
* bin/ebuild-helpers/doins: fix PYTHONPATH setting (bug 640934)Zac Medico2017-12-151-1/+1
* Updates for portage-2.3.18 releaseportage-2.3.18Zac Medico2017-12-102-1/+10
* Handle binary package IUSE_IMPLICIT divergence (bug 640318)Zac Medico2017-12-104-0/+63
* PORTAGE_XATTR_EXCLUDE: add common user.* attributes (bug 640290)Zac Medico2017-12-101-1/+4
* bin/doins.py: remove file before creating symlink (bug 640376)Zac Medico2017-12-101-1/+5
* bin/phase-functions.sh: Fix SANDBOX_ON variable condition checkAndrew Hlynskyi2017-12-101-1/+1
* BinpkgExtractorAsync: use posix compatible head arguments (bug 640450)Zac Medico2017-12-091-2/+2
* Updates for portage-2.3.17 releaseportage-2.3.17Zac Medico2017-12-073-1/+15
* phase-helpers.sh: make use() tolerate missing IUSE for binary packagesZac Medico2017-12-071-1/+2
* depgraph: eval disjunctive build deps earlier (bug 639346)Zac Medico2017-12-073-6/+98
* [checksum] Do not use secure memory for pygcrypt backendMichał Górny2017-12-061-1/+2
* [checksum] Disable pygcrypt backend due to breakageMichał Górny2017-12-051-1/+5
* xtermTitle: support st (simple terminal)Christoph Böhmwalder2017-12-041-1/+1
* profile_check: detect missing ARCH variable (bug 586214)Zac Medico2017-12-023-38/+5
* COPYING: License field in header should be GPL-2 rather than GPL-2+Zac Medico2017-12-021-1/+1
* bin/doins.py: optimize with copyfile from portage.util.file_copyZac Medico2017-12-021-6/+5
* Rewrite doins in python (bug 624526)Hidehiko Abe2017-12-024-113/+1004
* COPYING: add header paragraphZac Medico2017-11-301-0/+6
* versions: Drop non-PMS "cvs." prefix in ${PV}Gregory M. Turner2017-11-282-25/+16
* Updates for portage-2.3.16 releaseportage-2.3.16Zac Medico2017-11-212-1/+8
* Fix sync_uri parsing for paths beginning with file://Ilya Tumaykin2017-11-213-3/+3
* emaint binhost: use _populate_local return value when appropriateZac Medico2017-11-211-5/+5
* binarytree.populate: avoid unnecessary index re-write (bug 638292)Zac Medico2017-11-211-1/+6
* emaint binhost: use _populate_local instead of _populate (bug 638320)Zac Medico2017-11-212-2/+2
* Updates for portage-2.3.15 releaseportage-2.3.15Zac Medico2017-11-202-1/+10
* binarytree.populate: avoid lock when possible (bug 607872)Zac Medico2017-11-201-34/+46