From 96d9775de8944ece779b54f755df92ca4cb38a2d Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Sat, 10 Apr 2021 20:05:09 +0000 Subject: 2021-04-10T20:00:01Z --- HomeAssistantRepository.txt | 82 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) (limited to 'HomeAssistantRepository.txt') diff --git a/HomeAssistantRepository.txt b/HomeAssistantRepository.txt index 366210b54f13..82c0f56947f0 100644 --- a/HomeAssistantRepository.txt +++ b/HomeAssistantRepository.txt @@ -26,7 +26,87 @@ 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. -Already up to date. +From https://git.edevau.net/onkelbeh/HomeAssistantRepository + 7b42ab21..a4935007 master -> origin/master + * [new tag] v2021.4.3 -> v2021.4.3 +Updating 7b42ab21..a4935007 +Fast-forward + CHANGELOG.txt | 22 + + app-misc/homeassistant-full/Manifest | 12 +- + .../homeassistant-full-2021.4.0.ebuild | 929 ++++++++++++++++++++ + .../homeassistant-full-2021.4.1.ebuild | 929 ++++++++++++++++++++ + .../homeassistant-full-2021.4.2.ebuild | 930 +++++++++++++++++++++ + .../homeassistant-full-2021.4.3.ebuild | 930 +++++++++++++++++++++ + .../homeassistant-full-9999.ebuild | 22 +- + app-misc/homeassistant-full/metadata.xml | 2 + + app-misc/homeassistant-min/Manifest | 8 + + .../homeassistant-min-2021.4.0.ebuild | 226 +++++ + .../homeassistant-min-2021.4.1.ebuild | 226 +++++ + .../homeassistant-min-2021.4.2.ebuild | 227 +++++ + .../homeassistant-min-2021.4.3.ebuild | 227 +++++ + app-misc/homeassistant/Manifest | 8 + + .../homeassistant/homeassistant-2021.4.0.ebuild | 439 ++++++++++ + .../homeassistant/homeassistant-2021.4.1.ebuild | 439 ++++++++++ + .../homeassistant/homeassistant-2021.4.2.ebuild | 440 ++++++++++ + .../homeassistant/homeassistant-2021.4.3.ebuild | 440 ++++++++++ + dev-python/devolo-home-control-api/Manifest | 2 + + .../devolo-home-control-api-0.17.3.ebuild | 39 + + dev-python/geopy/Manifest | 2 + + dev-python/geopy/geopy-1.21.0.ebuild | 66 ++ + dev-python/hdate/Manifest | 2 + + dev-python/hdate/hdate-0.10.2.ebuild | 32 + + dev-python/home-assistant-frontend/Manifest | 6 + + .../home-assistant-frontend-20210407.1.ebuild | 30 + + .../home-assistant-frontend-20210407.2.ebuild | 30 + + .../home-assistant-frontend-20210407.3.ebuild | 30 + + dev-python/jsonrpc-async/Manifest | 4 +- + .../jsonrpc-async/jsonrpc-async-2.0.0.ebuild | 33 + + dev-python/jsonrpc-async/metadata.xml | 4 +- + dev-python/jsonrpc-base/Manifest | 2 + + dev-python/jsonrpc-base/jsonrpc-base-2.0.0.ebuild | 32 + + dev-python/jsonrpc-websocket/Manifest | 2 + + .../jsonrpc-websocket-3.0.0.ebuild | 33 + + dev-python/pychromecast/Manifest | 2 + + dev-python/pychromecast/pychromecast-9.1.2.ebuild | 36 + + dev-python/pykodi/Manifest | 2 + + dev-python/pykodi/pykodi-0.2.5.ebuild | 34 + + dev-python/pysonos/Manifest | 2 + + dev-python/pysonos/pysonos-0.0.42.ebuild | 34 + + dev-python/python-smarttub/Manifest | 4 +- + ...0.0.22.ebuild => python-smarttub-0.0.23.ebuild} | 0 + dev-python/zha-quirks/Manifest | 2 + + dev-python/zha-quirks/zha-quirks-0.0.56.ebuild | 32 + + net-analyzer/speedtest-cli/Manifest | 2 + + .../speedtest-cli/speedtest-cli-2.1.2.ebuild | 28 + + requirements_all.txt | 62 +- + 48 files changed, 6997 insertions(+), 48 deletions(-) + create mode 100644 app-misc/homeassistant-full/homeassistant-full-2021.4.0.ebuild + create mode 100644 app-misc/homeassistant-full/homeassistant-full-2021.4.1.ebuild + create mode 100644 app-misc/homeassistant-full/homeassistant-full-2021.4.2.ebuild + create mode 100644 app-misc/homeassistant-full/homeassistant-full-2021.4.3.ebuild + create mode 100644 app-misc/homeassistant-min/homeassistant-min-2021.4.0.ebuild + create mode 100644 app-misc/homeassistant-min/homeassistant-min-2021.4.1.ebuild + create mode 100644 app-misc/homeassistant-min/homeassistant-min-2021.4.2.ebuild + create mode 100644 app-misc/homeassistant-min/homeassistant-min-2021.4.3.ebuild + create mode 100644 app-misc/homeassistant/homeassistant-2021.4.0.ebuild + create mode 100644 app-misc/homeassistant/homeassistant-2021.4.1.ebuild + create mode 100644 app-misc/homeassistant/homeassistant-2021.4.2.ebuild + create mode 100644 app-misc/homeassistant/homeassistant-2021.4.3.ebuild + create mode 100644 dev-python/devolo-home-control-api/devolo-home-control-api-0.17.3.ebuild + create mode 100644 dev-python/geopy/geopy-1.21.0.ebuild + create mode 100644 dev-python/hdate/hdate-0.10.2.ebuild + create mode 100644 dev-python/home-assistant-frontend/home-assistant-frontend-20210407.1.ebuild + create mode 100644 dev-python/home-assistant-frontend/home-assistant-frontend-20210407.2.ebuild + create mode 100644 dev-python/home-assistant-frontend/home-assistant-frontend-20210407.3.ebuild + create mode 100644 dev-python/jsonrpc-async/jsonrpc-async-2.0.0.ebuild + create mode 100644 dev-python/jsonrpc-base/jsonrpc-base-2.0.0.ebuild + create mode 100644 dev-python/jsonrpc-websocket/jsonrpc-websocket-3.0.0.ebuild + create mode 100644 dev-python/pychromecast/pychromecast-9.1.2.ebuild + create mode 100644 dev-python/pykodi/pykodi-0.2.5.ebuild + create mode 100644 dev-python/pysonos/pysonos-0.0.42.ebuild + rename dev-python/python-smarttub/{python-smarttub-0.0.22.ebuild => python-smarttub-0.0.23.ebuild} (100%) + create mode 100644 dev-python/zha-quirks/zha-quirks-0.0.56.ebuild + create mode 100644 net-analyzer/speedtest-cli/speedtest-cli-2.1.2.ebuild *** synced HomeAssistantRepository * Sync succeeded $ git log --format=%ci -1 -- cgit v1.2.3-18-g5258