summaryrefslogtreecommitdiff
blob: a130c6e3ef30435b5f7ef4147c9868d0209dc8fd (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
83
84
85
86
87
88
89
90
91
{'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
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://git.edevau.net/onkelbeh/HomeAssistantRepository
   17b4f853..6d026d7f  master     -> origin/master
 * [new tag]           v0.117.5   -> v0.117.5
Updating 17b4f853..6d026d7f
Fast-forward
 CHANGELOG.txt                                      |   9 +
 app-misc/homeassistant-full/Manifest               |  10 +-
 .../homeassistant-full-0.115.5.ebuild              | 917 ---------------------
 .../homeassistant-full-0.116.0.ebuild              | 916 --------------------
 ....1.ebuild => homeassistant-full-0.117.5.ebuild} | 161 ++--
 .../homeassistant-full-9999.ebuild                 |   4 +-
 app-misc/homeassistant-min/Manifest                |  12 +-
 .../homeassistant-min-0.115.3-r2.ebuild            | 224 -----
 .../homeassistant-min-0.115.5.ebuild               | 227 -----
 .../homeassistant-min-0.117.4-r1.ebuild            |  44 +
 ....ebuild => homeassistant-min-0.117.5-r1.ebuild} |  43 +-
 ...6.0.ebuild => homeassistant-min-0.117.5.ebuild} |  47 +-
 app-misc/homeassistant/Manifest                    |   9 +-
 .../homeassistant/homeassistant-0.110.7.ebuild     | 311 -------
 .../homeassistant/homeassistant-0.111.4.ebuild     | 304 -------
 .../homeassistant/homeassistant-0.117.5-r1.ebuild  | 433 ++++++++++
 ...0.116.2.ebuild => homeassistant-0.117.5.ebuild} |  86 +-
 ...ota-0.0.20.ebuild => HATasmota-0.0.25.1.ebuild} |   0
 dev-python/HATasmota/Manifest                      |   4 +-
 dev-python/androidtv/Manifest                      |  10 +-
 ...oidtv-0.0.48.ebuild => androidtv-0.0.53.ebuild} |  10 +-
 ...oidtv-0.0.49.ebuild => androidtv-0.0.54.ebuild} |  10 +-
 dev-python/bimmer-connected/Manifest               |   6 +-
 ...0.7.1.ebuild => bimmer-connected-0.7.12.ebuild} |   7 +-
 .../bimmer-connected/bimmer-connected-0.7.5.ebuild |  32 -
 dev-python/maxcube-api/Manifest                    |   2 +-
 dev-python/maxcube-api/maxcube-api-0.1.0-r1.ebuild |   2 +-
 dev-python/pylaunches/Manifest                     |   6 +-
 dev-python/pylaunches/metadata.xml                 |   2 +-
 .../pylaunches-1.0.0.ebuild}                       |  15 +-
 dev-python/pylaunches/pylaunches-1.1.0.ebuild      |  33 +
 requirements_all.txt                               |   4 +-
 32 files changed, 735 insertions(+), 3165 deletions(-)
 delete mode 100644 app-misc/homeassistant-full/homeassistant-full-0.115.5.ebuild
 delete mode 100644 app-misc/homeassistant-full/homeassistant-full-0.116.0.ebuild
 rename app-misc/homeassistant-full/{homeassistant-full-0.116.1.ebuild => homeassistant-full-0.117.5.ebuild} (80%)
 delete mode 100644 app-misc/homeassistant-min/homeassistant-min-0.115.3-r2.ebuild
 delete mode 100644 app-misc/homeassistant-min/homeassistant-min-0.115.5.ebuild
 create mode 100644 app-misc/homeassistant-min/homeassistant-min-0.117.4-r1.ebuild
 rename app-misc/homeassistant-min/{homeassistant-min-0.116.1.ebuild => homeassistant-min-0.117.5-r1.ebuild} (86%)
 rename app-misc/homeassistant-min/{homeassistant-min-0.116.0.ebuild => homeassistant-min-0.117.5.ebuild} (85%)
 delete mode 100644 app-misc/homeassistant/homeassistant-0.110.7.ebuild
 delete mode 100644 app-misc/homeassistant/homeassistant-0.111.4.ebuild
 create mode 100644 app-misc/homeassistant/homeassistant-0.117.5-r1.ebuild
 rename app-misc/homeassistant/{homeassistant-0.116.2.ebuild => homeassistant-0.117.5.ebuild} (86%)
 rename dev-python/HATasmota/{HATasmota-0.0.20.ebuild => HATasmota-0.0.25.1.ebuild} (100%)
 rename dev-python/androidtv/{androidtv-0.0.48.ebuild => androidtv-0.0.53.ebuild} (82%)
 rename dev-python/androidtv/{androidtv-0.0.49.ebuild => androidtv-0.0.54.ebuild} (82%)
 rename dev-python/bimmer-connected/{bimmer-connected-0.7.1.ebuild => bimmer-connected-0.7.12.ebuild} (80%)
 delete mode 100644 dev-python/bimmer-connected/bimmer-connected-0.7.5.ebuild
 rename dev-python/{androidtv/androidtv-0.0.47.ebuild => pylaunches/pylaunches-1.0.0.ebuild} (54%)
 create mode 100644 dev-python/pylaunches/pylaunches-1.1.0.ebuild
*** 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