aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update newsv0.10.14Tim Harder2020-12-041-0/+32
|
* update newsv0.10.13Tim Harder2020-07-051-0/+12
|
* update news and bump versionv0.10.12Tim Harder2020-04-151-0/+10
|
* update news and bump versionv0.10.11Tim Harder2020-01-251-0/+6
|
* update newsv0.10.10Tim Harder2020-01-251-0/+13
|
* update newsv0.10.9Tim Harder2019-12-201-0/+15
|
* update newsv0.10.8Tim Harder2019-11-301-0/+16
|
* update newsv0.10.7Tim Harder2019-11-041-0/+11
|
* update newsv0.10.6Tim Harder2019-10-051-0/+11
|
* update newsv0.10.5Tim Harder2019-09-241-0/+9
|
* update newsv0.10.4Tim Harder2019-09-181-1/+18
|
* update newsv0.10.3Tim Harder2019-09-131-0/+10
|
* update news and bump versionv0.10.2Tim Harder2019-08-301-0/+11
|
* update newsv0.10.1Tim Harder2019-08-261-0/+9
|
* fix rst formatting for newsTim Harder2019-08-231-2/+2
| | | | skip ci
* update newsv0.10.0Tim Harder2019-08-231-0/+37
|
* update newsv0.9.7Tim Harder2017-09-271-1/+1
|
* update newsTim Harder2017-09-231-0/+12
| | | | [skip ci]
* update newsTim Harder2017-09-221-0/+6
|
* update newsv0.9.5Tim Harder2017-09-221-1/+58
|
* update newsv0.9.4Tim Harder2016-05-281-0/+6
|
* news: update release dateTim Harder2016-05-271-1/+1
|
* more news updatesTim Harder2016-05-161-0/+8
|
* news: minor rst formatting updatesTim Harder2016-05-161-4/+4
|
* update newsTim Harder2016-05-161-0/+22
|
* NEWS: fix typo and minor rewordingTim Harder2016-01-091-1/+1
|
* setup: officially support py3 (3.3 and up)Tim Harder2016-01-091-0/+2
|
* remove FEATURES=fakeroot supportTim Harder2016-01-091-1/+4
| | | | | This hasn't fully worked for years, doesn't work with sandbox, and should be replaced with some namespacing support.
* update newsTim Harder2015-08-221-3/+10
|
* update newsTim Harder2015-08-131-5/+18
|
* another news updateTim Harder2015-08-091-1/+4
|
* update newsTim Harder2015-08-091-4/+16
|
* update newsTim Harder2015-07-251-4/+4
|
* bash: respect die() calls in subshellsTim Harder2015-07-161-0/+2
| | | | | Now calling die() from within any level of subshell should terminate the entire process tree for the related ebuild processor.
* fix minor typoTim Harder2015-07-091-1/+1
|
* update newsTim Harder2015-07-091-0/+11
|
* fix release dateTim Harder2015-06-281-1/+1
|
* add newsv0.9.1Tim Harder2015-06-281-0/+18
|
* drop deprecated support for loading /etc/make.confTim Harder2015-06-221-0/+3
| | | | Only /etc/portage/make.conf is used now.
* rework and simplify repos.conf parsing and sync setupTim Harder2015-06-221-0/+3
| | | | | | | | | Now pkgcore only supports configuring repos via repos.conf, PORTDIR and PORTDIR_OVERLAY settings in make.conf are no longer respected. Also, all references to portdir and overlays are slowly getting purged from pkgcore. All that is seen are repos that are sorted via their priority settings in repos.conf.
* update release date for newsTim Harder2015-04-011-1/+1
| | | | [skip ci]
* more news updatesTim Harder2015-03-301-1/+10
|
* tweak hardlinks news wordingTim Harder2015-03-291-1/+1
|
* update newsTim Harder2015-03-291-3/+29
|
* fix possessive form of "its"Tim Harder2015-01-131-11/+11
| | | | | The possessive form is "its" without an apostrophe, "it's" is always a contraction.
* news: note additions of stable_masked_use and stable_forced_use subcmdsTim Harder2014-12-181-3/+3
|
* pebuild: allow atom or ebuild file argumentsTim Harder2014-12-171-0/+4
| | | | | | | | | Now you can also pass an ebuild file directly to pebuild to operate on (as you might be used to from using portage's ebuild command). Note that it is currently required for the ebuild to be in a configured repository. Fixes #14.
* update newsTim Harder2014-12-171-0/+4
|
* news: fix rst syntax for subtitle headerTim Harder2014-12-051-1/+1
|
* news: drop redundant news itemTim Harder2014-12-051-4/+0
| | | | | | We now echo warnings about unsupported EAPI usage instead of automasking packages. This might be made more configurable or rethought in the future, but for now it works.