aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: move to repo root dirTim Harder2021-03-0491-53/+53
* coverage: minor config updateTim Harder2021-03-041-3/+1
* various tox and github testing updatesTim Harder2021-03-046-47/+19
* pytest.plugin: add initial `git log` support for git repo fixturesTim Harder2021-03-031-0/+5
* github: install dev deps for building lxml for experimental targetsTim Harder2021-03-031-0/+5
* pytest.plugin: return ebuild path from create_ebuild()Tim Harder2021-03-031-1/+4
* requirements: drop old filesTim Harder2021-03-032-40/+0
* coveragerc: update source for test installsTim Harder2021-03-031-1/+1
* setup: don't detect test builds as wheel installsTim Harder2021-03-031-1/+6
* setup: drop test wrapper hack to run tests against a built versionTim Harder2021-03-032-24/+2
* github: add experimental python 3.10 buildTim Harder2021-03-031-2/+6
* github: simplify workflow namesTim Harder2021-03-034-5/+5
* pkgcore.pytest: add initial pytest pluginTim Harder2021-03-033-0/+214
* drop old PKGCORE_NOCOLOR settingsTim Harder2021-03-012-12/+0
* ebd: use NO_COLOR instead of pkgcore-specific PKGCORE_NOCOLORTim Harder2021-03-011-1/+1
* util.commandline: add support for suppressing help outputTim Harder2021-02-261-8/+9
* bump versionTim Harder2021-02-261-1/+1
* update newsv0.11.3Tim Harder2021-02-181-0/+8
* requirements: bump snakeoil depTim Harder2021-02-173-3/+3
* bump versionTim Harder2021-02-171-1/+1
* sync: various tarball-based sync fixes/updatesTim Harder2021-02-172-26/+27
* data: default to tarball-based syncingTim Harder2021-02-171-0/+4
* update newsv0.11.2Tim Harder2021-01-311-0/+7
* data/stubconfig: use user-cache instead of system dir for repoTim Harder2021-01-311-1/+1
* Revert "data/stubconfig/repos.conf: use tar-based repo instead of sqfs"Tim Harder2021-01-311-2/+5
* ebuild.portage_conf: support expanding ~ for user $HOME in repos.confTim Harder2021-01-311-0/+1
* bump versionTim Harder2021-01-311-1/+1
* data/stubconfig/repos.conf: use tar-based repo instead of sqfsTim Harder2021-01-311-5/+2
* bump version and update newsv0.11.1Tim Harder2021-01-292-1/+8
* ebuild.domain: find_repo(): don't depend on a sane ROOT valueTim Harder2021-01-291-2/+5
* update newsv0.11.0Tim Harder2021-01-271-0/+31
* PortageConfig: fix make.profile symlink handlingTim Harder2021-01-251-5/+4
* PortageConfig: simplify make.profile error checkingTim Harder2021-01-241-17/+16
* DepSet: add __eq__() and __ne__() supportTim Harder2021-01-241-0/+11
* ebuild.ebuild_src: don't pop SLOT dataTim Harder2021-01-211-1/+1
* ebuild.repository: drop unused varTim Harder2021-01-211-1/+1
* github: forcibly enable pytest colorsTim Harder2021-01-212-0/+6
* ebuild.repository: add package_cache param to support disabling pkg cacheTim Harder2021-01-212-2/+12
* operations.repo: regen: return number of actual errorsTim Harder2021-01-051-4/+4
* ebd: fix stderr capturing for phase runningTim Harder2021-01-051-5/+4
* ebuild.processor: use bash stderr output for errorsTim Harder2021-01-051-12/+10
* ebd: catch stderr output when sourcing ebuildsTim Harder2021-01-052-8/+12
* ebuild.processor: drop unused imports and fix lint spacing issuesTim Harder2021-01-051-5/+8
* ebuild.eclass: fix duplicate ECLASS block checkTim Harder2021-01-041-1/+4
* ebuild.eclass: inject some man page defaults into docutilsTim Harder2021-01-041-1/+29
* ebuild.eclass: use full adornment for subtitleTim Harder2021-01-041-3/+2
* pmaint eclass: add initial support for eclassdoc generationTim Harder2021-01-041-0/+92
* ebuild.eclass: use literal blocks for all multiline textTim Harder2021-01-041-43/+33
* ebuild.eclass: add support for converting eclassdocs to rst/man/htmlTim Harder2021-01-041-45/+155
* ebuild.eclass: handle @CODE blocks properly for multiline textTim Harder2021-01-041-7/+43