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 | 5d7be029..f5487cbe master -> origin/master
|
30 | Updating 5d7be029..f5487cbe
|
31 | Fast-forward
|
32 | CHANGELOG.txt | 2 +
|
33 | app-misc/homeassistant-full/Manifest | 4 +-
|
34 | .../homeassistant-full-2021.2.1.ebuild | 906 +++++++++++++++++++++
|
35 | .../homeassistant-full-9999.ebuild | 9 +-
|
36 | app-misc/homeassistant-min/Manifest | 2 +
|
37 | .../homeassistant-min-2021.2.1.ebuild | 222 +++++
|
38 | app-misc/homeassistant/Manifest | 2 +
|
39 | .../homeassistant/homeassistant-2021.2.1.ebuild | 438 ++++++++++
|
40 | dev-python/aioshelly/Manifest | 2 +
|
41 | dev-python/aioshelly/aioshelly-0.5.1_beta0.ebuild | 34 +
|
42 | requirements_all.txt | 10 +-
|
43 | 11 files changed, 1622 insertions(+), 9 deletions(-)
|
44 | create mode 100644 app-misc/homeassistant-full/homeassistant-full-2021.2.1.ebuild
|
45 | create mode 100644 app-misc/homeassistant-min/homeassistant-min-2021.2.1.ebuild
|
46 | create mode 100644 app-misc/homeassistant/homeassistant-2021.2.1.ebuild
|
47 | create mode 100644 dev-python/aioshelly/aioshelly-0.5.1_beta0.ebuild
|
48 | *** syncing HomeAssistantRepository
|
49 | *** synced HomeAssistantRepository
|
50 | * Sync succeeded
|
51 | $ git log --format=%ci -1
|
52 | $ git show -q --pretty=format:%G? HEAD
|
53 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 HomeAssistantRepository
|
54 | * Cache regenerated successfully
|