summaryrefslogtreecommitdiff
blob: af5cc36c1eb654ac7a070ef8c8966dd62532f3da (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
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
79
80
81
82
{'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
From https://git.edevau.net/onkelbeh/HomeAssistantRepository
   5c4aedf4..b0fffe24  master     -> origin/master
 * [new tag]           v0.109.3   -> v0.109.3
Updating 5c4aedf4..b0fffe24
Fast-forward
 CHANGELOG.txt                                      |  17 ++
 app-misc/home-assistant-frontend/Manifest          |   2 +
 .../home-assistant-frontend-20200427.2.ebuild      |  30 ++
 app-misc/homeassistant/Manifest                    |  37 +--
 .../homeassistant/homeassistant-0.103.6.ebuild     | 299 --------------------
 .../homeassistant/homeassistant-0.104.3.ebuild     |   4 +-
 .../homeassistant/homeassistant-0.106.6.ebuild     |   6 +-
 .../homeassistant/homeassistant-0.107.7.ebuild     |   7 +-
 .../homeassistant/homeassistant-0.108.0.ebuild     | 306 --------------------
 .../homeassistant/homeassistant-0.108.1.ebuild     | 306 --------------------
 .../homeassistant/homeassistant-0.108.2.ebuild     | 306 --------------------
 .../homeassistant/homeassistant-0.108.3.ebuild     | 306 --------------------
 .../homeassistant/homeassistant-0.108.4.ebuild     | 308 ---------------------
 .../homeassistant/homeassistant-0.108.5-r1.ebuild  |   7 +-
 .../homeassistant/homeassistant-0.108.6.ebuild     |   7 +-
 .../homeassistant/homeassistant-0.108.8.ebuild     |   7 +-
 .../homeassistant/homeassistant-0.108.9.ebuild     |   7 +-
 .../homeassistant/homeassistant-0.109.0.ebuild     |   7 +-
 .../homeassistant/homeassistant-0.109.2.ebuild     |   7 +-
 ...08.3-r1.ebuild => homeassistant-0.109.3.ebuild} | 149 +++++-----
 ...ssistant-9999.ebuild => homeassistant-9999.off} |   7 +-
 app-misc/homeassistant/metadata.xml                |   7 +-
 dev-python/aiounifi/Manifest                       |   2 +
 dev-python/aiounifi/aiounifi-20.ebuild             |  30 ++
 dev-python/bravia-tv/Manifest                      |   2 +
 dev-python/bravia-tv/bravia-tv-1.0.3.ebuild        |  34 +++
 dev-python/python-openzwave-mqtt/Manifest          |   3 +
 dev-python/python-openzwave-mqtt/metadata.xml      |  15 +
 .../python-openzwave-mqtt-1.0.1.ebuild             |  31 +++
 dev-python/python-synology/Manifest                |   2 +
 .../python-synology/python-synology-0.8.0.ebuild   |  33 +++
 dev-python/requests-mock/Manifest                  |   4 +-
 .../requests-mock/requests-mock-1.8.0.ebuild       |  38 +++
 dev-python/roombapy/Manifest                       |   2 +
 dev-python/roombapy/roombapy-1.5.2.ebuild          |  39 +++
 dev-python/youtube_dl/Manifest                     |   2 +
 .../youtube_dl-2020.5.3.ebuild}                    |   6 +-
 37 files changed, 413 insertions(+), 1969 deletions(-)
 create mode 100644 app-misc/home-assistant-frontend/home-assistant-frontend-20200427.2.ebuild
 delete mode 100644 app-misc/homeassistant/homeassistant-0.103.6.ebuild
 delete mode 100644 app-misc/homeassistant/homeassistant-0.108.0.ebuild
 delete mode 100644 app-misc/homeassistant/homeassistant-0.108.1.ebuild
 delete mode 100644 app-misc/homeassistant/homeassistant-0.108.2.ebuild
 delete mode 100644 app-misc/homeassistant/homeassistant-0.108.3.ebuild
 delete mode 100644 app-misc/homeassistant/homeassistant-0.108.4.ebuild
 rename app-misc/homeassistant/{homeassistant-0.108.3-r1.ebuild => homeassistant-0.109.3.ebuild} (72%)
 rename app-misc/homeassistant/{homeassistant-9999.ebuild => homeassistant-9999.off} (89%)
 create mode 100644 dev-python/aiounifi/aiounifi-20.ebuild
 create mode 100644 dev-python/bravia-tv/bravia-tv-1.0.3.ebuild
 create mode 100644 dev-python/python-openzwave-mqtt/Manifest
 create mode 100644 dev-python/python-openzwave-mqtt/metadata.xml
 create mode 100644 dev-python/python-openzwave-mqtt/python-openzwave-mqtt-1.0.1.ebuild
 create mode 100644 dev-python/python-synology/python-synology-0.8.0.ebuild
 create mode 100644 dev-python/requests-mock/requests-mock-1.8.0.ebuild
 create mode 100644 dev-python/roombapy/roombapy-1.5.2.ebuild
 rename dev-python/{requests-mock/requests-mock-1.7.0.ebuild => youtube_dl/youtube_dl-2020.5.3.ebuild} (75%)
*** 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