blob: 0a07711685e5609eac45677c7f05e70ce2f0857b (
plain)
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
|
{'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.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync HomeAssistantRepository
*** syncing HomeAssistantRepository
From https://git.edevau.net/onkelbeh/HomeAssistantRepository
89f015324..7e6a5f869 master -> origin/master
Updating 89f015324..7e6a5f869
Fast-forward
README.md | 14 +-
app-misc/homeassistant-full/Manifest | 4 +-
.../homeassistant-full-2022.3.0_beta4.ebuild | 1017 ++++++++++++++++++++
.../homeassistant-full-9999.ebuild | 8 +-
app-misc/homeassistant-min/Manifest | 2 +
.../homeassistant-min-2022.3.0_beta4.ebuild | 270 ++++++
app-misc/homeassistant/Manifest | 2 +
.../homeassistant-2022.3.0_beta4.ebuild | 467 +++++++++
dev-python/hass-nabucasa/Manifest | 2 +
.../hass-nabucasa/hass-nabucasa-0.54.0.ebuild | 46 +
dev-python/home-assistant-frontend/Manifest | 2 +
.../home-assistant-frontend-20220226.0.ebuild | 30 +
requirements_all.txt | 6 +-
13 files changed, 1855 insertions(+), 15 deletions(-)
create mode 100644 app-misc/homeassistant-full/homeassistant-full-2022.3.0_beta4.ebuild
create mode 100644 app-misc/homeassistant-min/homeassistant-min-2022.3.0_beta4.ebuild
create mode 100644 app-misc/homeassistant/homeassistant-2022.3.0_beta4.ebuild
create mode 100644 dev-python/hass-nabucasa/hass-nabucasa-0.54.0.ebuild
create mode 100644 dev-python/home-assistant-frontend/home-assistant-frontend-20220226.0.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
|