HomeAssistantRepository

1
{'description': {'en': 'Home Assistant on Gentoo Linux without virtualenv or '
2
                       'docker.'},
3
 'homepage': 'https://git.edevau.net/onkelbeh/HomeAssistantRepository',
4
 'name': 'HomeAssistantRepository',
5
 'owner': [{'email': 'b@edevau.net',
6
            'name': 'Andreas Billmeier',
7
            'type': 'person'}],
8
 'quality': 'experimental',
9
 'source': [{'type': 'git',
10
             'uri': 'https://git.edevau.net/onkelbeh/HomeAssistantRepository.git'},
11
            {'type': 'git',
12
             'uri': 'https://github.com/onkelbeh/HomeAssistantRepository.git'}],
13
 'status': 'unofficial'}
14
$ pmaint sync HomeAssistantRepository
15
warning: Pulling without specifying how to reconcile divergent branches is
16
discouraged. You can squelch this message by running one of the following
17
commands sometime before your next pull:
18
19
  git config pull.rebase false  # merge (the default strategy)
20
  git config pull.rebase true   # rebase
21
  git config pull.ff only       # fast-forward only
22
23
You can replace "git config" with "git config --global" to set a default
24
preference for all repositories. You can also pass --rebase, --no-rebase,
25
or --ff-only on the command line to override the configured default per
26
invocation.
27
28
From https://git.edevau.net/onkelbeh/HomeAssistantRepository
29
   c802f5e5..50f8cd28  master     -> origin/master
30
Updating c802f5e5..50f8cd28
31
Fast-forward
32
 CHANGELOG.txt                                      |   1 +
33
 app-misc/homeassistant-full/Manifest               |   5 +-
34
 .../homeassistant-full-0.115.3-r1.ebuild           | 916 +++++++++++++++++++++
35
 .../homeassistant-full-0.115.3-r2.ebuild           | 916 +++++++++++++++++++++
36
 .../homeassistant-full-9999.ebuild                 | 916 +++++++++++++++++++++
37
 app-misc/homeassistant-full/metadata.xml           | 166 ++--
38
 app-misc/homeassistant-min/Manifest                |   5 +-
39
 .../homeassistant-min-0.115.3-r2.ebuild            |   7 +-
40
 app-misc/homeassistant-min/metadata.xml            |   3 +
41
 app-misc/homeassistant/Manifest                    |   3 +-
42
 .../homeassistant/homeassistant-0.115.3-r1.ebuild  | 441 ++++++++++
43
 app-misc/homeassistant/metadata.xml                |   4 +
44
 12 files changed, 3293 insertions(+), 90 deletions(-)
45
 create mode 100644 app-misc/homeassistant-full/homeassistant-full-0.115.3-r1.ebuild
46
 create mode 100644 app-misc/homeassistant-full/homeassistant-full-0.115.3-r2.ebuild
47
 create mode 100644 app-misc/homeassistant-full/homeassistant-full-9999.ebuild
48
 create mode 100644 app-misc/homeassistant/homeassistant-0.115.3-r1.ebuild
49
*** syncing HomeAssistantRepository
50
*** synced HomeAssistantRepository
51
 * Sync succeeded
52
$ git log --format=%ci -1
53
$ git show -q --pretty=format:%G? HEAD
54
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 HomeAssistantRepository
55
 * Cache regenerated successfully