--------------------------
- pquery: Add --size, --upgrade, --eapi, and --maintainer-needed options to
show installed package size or search for packages matching available
upgrades, a given EAPI, and without any maintainers, respectively.
- pmerge: Add support for reading targets from stdin when *-* is the target
which supports usage such as **pquery -I 'dev-qt/*:5' | pmerge -1av -**
instead of forcing command substitution to be used.
- pmaint digest: Skips remanifesting sources for previous distfiles and doesn't
use Gentoo mirrors for new distfiles by default and adds -f/--force and
-m/--mirrors options to force remanifesting and force using Gentoo mirrors,
respectively.
- Add support for PN:slot/subslot and slotted glob targets. This allows for
targets to pmerge, pquery, and related utilities to accept targets such as
**dev-qt/*:5** and **boost:0/1.60.0** that signify all Qt 5 libs and all
packages named *boost* with a slot/subslot of 0/1.60.0, respectively.
- Add initial shell utilities and libraries (bash/zsh), currently available
tools are *pcd* for changing to a package's directory in any repo
(vdb/ebuild/binpkg) and *psite* for opening a package's homepage in the
configured browser using xdg-open.
- EAPI 6 support.
- Additional zsh completion support for most of the remaining tools.
- pclean: New utility currently supporting cleaning distfiles, binpkgs, and
tmpfiles.
- Officially support python3 (3.3 and up).
- Remove FEATURES=fakeroot support, it hasn't fully worked for years, doesn't
work with sandbox, and should be replaced with namespace support.
- pmaint regen: Fix cache compatibility issues with egencache, i.e. a cache
generated by pmaint regen should be able to be used as is by portage without
it regenerating the cache again.
- pebuild: Ignore repo visibility filters so settings like ACCEPT_KEYWORDS or
ACCEPT_LICENSE don't matter in terms of package visibility.
- pmerge: Make the --ignore-failures option also ignore pkg_pretend failures.
- pmaint sync: Add git+svn syncer to support mirroring a subversion repository
using git svn.
- pmaint regen: Add --use-local-desc and --pkg-desc-index options to support
generating use.local.desc and pkg_desc_index files mostly for portage
compatibility.
--------------------------