1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
{'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'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync HomeAssistantRepository
*** syncing HomeAssistantRepository
From https://git.edevau.net/onkelbeh/HomeAssistantRepository
7ed6b823..82e612ff master -> origin/master
* [new tag] v2021.8.6 -> v2021.8.6
Updating 7ed6b823..82e612ff
Fast-forward
app-misc/homeassistant-full/Manifest | 12 +-
.../homeassistant-full-2021.7.2.ebuild | 949 ---------------------
...1.ebuild => homeassistant-full-2021.8.5.ebuild} | 21 +-
...3.ebuild => homeassistant-full-2021.8.6.ebuild} | 173 ++--
.../homeassistant-full-9999.ebuild | 16 +-
app-misc/homeassistant-min/Manifest | 10 +-
.../homeassistant-min-2021.7.2.ebuild | 253 ------
....1.ebuild => homeassistant-min-2021.8.5.ebuild} | 13 +-
....3.ebuild => homeassistant-min-2021.8.6.ebuild} | 59 +-
app-misc/homeassistant/Manifest | 10 +-
.../homeassistant/homeassistant-2021.7.2.ebuild | 448 ----------
...21.8.1.ebuild => homeassistant-2021.8.5.ebuild} | 19 +-
...21.7.3.ebuild => homeassistant-2021.8.6.ebuild} | 117 +--
dev-embedded/esphome/Manifest | 2 +-
dev-python/aresponses/Manifest | 6 +-
dev-python/aresponses/aresponses-1.1.1.ebuild | 2 +-
dev-python/aresponses/aresponses-2.0.0.ebuild | 2 +-
dev-python/aresponses/aresponses-2.1.4.ebuild | 33 +
dev-python/bimmer-connected/Manifest | 2 +
.../bimmer-connected-0.7.18.ebuild | 37 +
dev-python/hass-nabucasa/Manifest | 7 +-
...a-0.44.0.ebuild => hass-nabucasa-0.45.1.ebuild} | 4 +-
...a-0.41.0.ebuild => hass-nabucasa-0.46.0.ebuild} | 10 +-
dev-python/home-assistant-frontend/Manifest | 4 +-
...d => home-assistant-frontend-20210809.0.ebuild} | 0
dev-python/pyopenuv/Manifest | 2 +
dev-python/pyopenuv/pyopenuv-2.1.0.ebuild | 38 +
dev-python/snitun/Manifest | 2 +
dev-python/snitun/snitun-0.27.0.ebuild | 34 +
dev-python/soco/Manifest | 2 +
dev-python/soco/soco-0.23.3.ebuild | 35 +
requirements_all.txt | 27 +-
32 files changed, 449 insertions(+), 1900 deletions(-)
delete mode 100644 app-misc/homeassistant-full/homeassistant-full-2021.7.2.ebuild
rename app-misc/homeassistant-full/{homeassistant-full-2021.8.1.ebuild => homeassistant-full-2021.8.5.ebuild} (98%)
rename app-misc/homeassistant-full/{homeassistant-full-2021.7.3.ebuild => homeassistant-full-2021.8.6.ebuild} (80%)
delete mode 100644 app-misc/homeassistant-min/homeassistant-min-2021.7.2.ebuild
rename app-misc/homeassistant-min/{homeassistant-min-2021.8.1.ebuild => homeassistant-min-2021.8.5.ebuild} (97%)
rename app-misc/homeassistant-min/{homeassistant-min-2021.7.3.ebuild => homeassistant-min-2021.8.6.ebuild} (85%)
delete mode 100644 app-misc/homeassistant/homeassistant-2021.7.2.ebuild
rename app-misc/homeassistant/{homeassistant-2021.8.1.ebuild => homeassistant-2021.8.5.ebuild} (93%)
rename app-misc/homeassistant/{homeassistant-2021.7.3.ebuild => homeassistant-2021.8.6.ebuild} (82%)
create mode 100644 dev-python/aresponses/aresponses-2.1.4.ebuild
create mode 100644 dev-python/bimmer-connected/bimmer-connected-0.7.18.ebuild
rename dev-python/hass-nabucasa/{hass-nabucasa-0.44.0.ebuild => hass-nabucasa-0.45.1.ebuild} (92%)
rename dev-python/hass-nabucasa/{hass-nabucasa-0.41.0.ebuild => hass-nabucasa-0.46.0.ebuild} (82%)
rename dev-python/home-assistant-frontend/{home-assistant-frontend-20210803.2.ebuild => home-assistant-frontend-20210809.0.ebuild} (100%)
create mode 100644 dev-python/pyopenuv/pyopenuv-2.1.0.ebuild
create mode 100644 dev-python/snitun/snitun-0.27.0.ebuild
create mode 100644 dev-python/soco/soco-0.23.3.ebuild
*** synced HomeAssistantRepository
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 HomeAssistantRepository
* Cache regenerated successfully
|