{'description': {'en': 'Home Assistant on Gentoo Linux without virtualenv or ' 'docker.'}, 'homepage': 'https://git.edevau.net/onkelbeh/HomeAssistantRepository', 'name': 'HomeAssistantRepository', 'owner': [{'email': 'b@edevau.net', 'name': 'Andreas Billmeier', 'type': 'person'}], 'quality': 'experimental', 'source': [{'type': 'git', 'uri': 'https://git.edevau.net/onkelbeh/HomeAssistantRepository.git'}, {'type': 'git', 'uri': 'https://github.com/onkelbeh/HomeAssistantRepository.git'}], 'status': 'unofficial'} $ pmaint sync HomeAssistantRepository warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only You can replace "git config" with "git config --global" to set a default preference for all repositories. You can also pass --rebase, --no-rebase, or --ff-only on the command line to override the configured default per invocation. From https://git.edevau.net/onkelbeh/HomeAssistantRepository 766a09a2..23d7fbe9 master -> origin/master * [new tag] v0.117.6 -> v0.117.6 Updating 766a09a2..23d7fbe9 Fast-forward CHANGELOG.txt | 7 +- app-misc/homeassistant-full/Manifest | 4 +- .../homeassistant-full-0.117.6.ebuild | 915 +++++++++++++++++++++ .../homeassistant-full-9999.ebuild | 7 +- app-misc/homeassistant-min/Manifest | 2 + .../homeassistant-min-0.117.6.ebuild | 217 +++++ app-misc/homeassistant/Manifest | 2 + .../homeassistant/homeassistant-0.117.6.ebuild | 433 ++++++++++ dev-python/aiorecollect/Manifest | 3 + .../aiorecollect-0.2.1.ebuild} | 14 +- dev-python/aiorecollect/metadata.xml | 15 + dev-python/auroranoaa/Manifest | 3 + dev-python/auroranoaa/auroranoaa-0.0.1.ebuild | 32 + dev-python/auroranoaa/metadata.xml | 15 + dev-python/gTTS-token/Manifest | 2 +- dev-python/gTTS-token/gTTS-token-1.1.4.ebuild | 2 +- dev-python/hass-nabucasa/Manifest | 6 +- .../hass-nabucasa/hass-nabucasa-0.34.6-r1.ebuild | 38 - .../hass-nabucasa/hass-nabucasa-0.34.7.ebuild | 38 - .../hass-nabucasa/hass-nabucasa-0.37.2.ebuild | 37 + dev-python/homematicip/Manifest | 6 +- ...ip-0.10.14.ebuild => homematicip-0.12.1.ebuild} | 12 +- dev-python/pywemo/Manifest | 4 +- dev-python/pywemo/pywemo-0.4.34.ebuild | 46 -- dev-python/pywemo/pywemo-0.5.2.ebuild | 32 + requirements_all.txt | 15 +- 26 files changed, 1748 insertions(+), 159 deletions(-) create mode 100644 app-misc/homeassistant-full/homeassistant-full-0.117.6.ebuild create mode 100644 app-misc/homeassistant-min/homeassistant-min-0.117.6.ebuild create mode 100644 app-misc/homeassistant/homeassistant-0.117.6.ebuild create mode 100644 dev-python/aiorecollect/Manifest rename dev-python/{homematicip/homematicip-0.10.13.ebuild => aiorecollect/aiorecollect-0.2.1.ebuild} (55%) create mode 100644 dev-python/aiorecollect/metadata.xml create mode 100644 dev-python/auroranoaa/Manifest create mode 100644 dev-python/auroranoaa/auroranoaa-0.0.1.ebuild create mode 100644 dev-python/auroranoaa/metadata.xml delete mode 100644 dev-python/hass-nabucasa/hass-nabucasa-0.34.6-r1.ebuild delete mode 100644 dev-python/hass-nabucasa/hass-nabucasa-0.34.7.ebuild create mode 100644 dev-python/hass-nabucasa/hass-nabucasa-0.37.2.ebuild rename dev-python/homematicip/{homematicip-0.10.14.ebuild => homematicip-0.12.1.ebuild} (77%) delete mode 100644 dev-python/pywemo/pywemo-0.4.34.ebuild create mode 100644 dev-python/pywemo/pywemo-0.5.2.ebuild *** syncing HomeAssistantRepository *** synced HomeAssistantRepository * Sync succeeded $ git log --format=%ci -1 $ git show -q --pretty=format:%G? HEAD $ pmaint regen --use-local-desc --pkg-desc-index -t 1 HomeAssistantRepository * Cache regenerated successfully