small dep changes in homeassistant-0.86.2.ebuild

This commit is contained in:
Andreas Billmeier 2019-01-26 13:04:01 +01:00
parent 7c6df35273
commit 627888f419
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2019-01-26 Compile from Scratch Test
compile homeassistant-0.86.2 with all use flags set,
had to fix all paths in 2 patches (warrant-0.6.1 and caldav-0.5.0)
added haproxy dependecy
added asuswrt qnap and homematic dependency
removed default for mysql use flag
2019-01-25 Release v0.86.2
homeassistant-0.86.2

View File

@ -40,7 +40,7 @@ $ emerge --sync
$ emerge -tav app-misc/homeassistant
```
Additional information can be found at https://wiki.gentoo.org/wiki//etc/portage/repos.conf.
Let me know if any initial depencies are missing. I test fresh installs once in a blue moon, last good compile test was Jan 10th, 2019 with v0.85.0-r2.
Let me know if any initial depencies are missing, last good (full) compile test was Jan 26th, 2019 with v0.86.2
### Todos
- **If it moves, compile it** :-)
@ -52,7 +52,7 @@ Let me know if any initial depencies are missing. I test fresh installs once in
### some Background...
I decided to run Home Assistant on a dedicated box, now Home Assistant is running in a virtual X64 here. I assigned 4GB RAM, 4 Cores of an older Xeon E5-2630 v2 @ 2.60GHz and 10GB Disk from a small FC SAN (HP MSA) to it. Recorder writes to a separate mariadb machine, had to limit it due to performance issues (had 530 MB, it's 30MB today, with approx. 20k events recorded).
I have Home Assistant running on a virtual X64 box, 4GB RAM, 4 Cores of an older Xeon E5-2630 v2 @ 2.60GHz and 10GB Disk from a small FC SAN (HP MSA). Recorder writes to a separate mariadb machine.
Most of my devices are connected via Eclipse Mosquitto (https://mosquitto.org/), i use the stable version coming with the original distribution (1.5.3), no SSL inside my isolated IOT Vlan, so no need to upgrade. Along MQTT i am actively using (and therefore testing) the following platforms/components:
* Sonoff/Tasmota (mostly via MQTT) (https://github.com/arendst/Sonoff-Tasmota)

View File

@ -16,5 +16,5 @@ EBUILD homeassistant-0.85.0.ebuild 5835 BLAKE2B b90ec8d46ec86d91bfeca560a979b0ac
EBUILD homeassistant-0.85.1.ebuild 5985 BLAKE2B f0652c3472b4a2665872879dbbe33e3ffd1d868e980c8e8aba9b679aef69a4bf994ef78e4b8632691bfcc02f704c22e896783749347a41b8af170cfc6f22b122 SHA512 146aae65f700f916eb5c5b2a7094d86c9ac1ae816bfe1eb37a55874d4ffda28673acd118faa43b3b12e3bb42acd1b905e11dbcdabf178288b59607b23ecaa545
EBUILD homeassistant-0.86.0_beta3.ebuild 6046 BLAKE2B 827a58e51b4a8fea556162c2fe89815d1335a134eeef7b7f639114da93158624efe30b15466e8a2726c6e02ce9f96a93fe14ba83b5d538b1a4abf627061e9e88 SHA512 05dbfd67a5bc218b5b214773832e4dc94be61ac61667b09b153cdfd2f5e50201cd35f541cca941e7e32f75ad948724e02a67f5480e4845162e034a55e4fb1704
EBUILD homeassistant-0.86.1.ebuild 6046 BLAKE2B 827a58e51b4a8fea556162c2fe89815d1335a134eeef7b7f639114da93158624efe30b15466e8a2726c6e02ce9f96a93fe14ba83b5d538b1a4abf627061e9e88 SHA512 05dbfd67a5bc218b5b214773832e4dc94be61ac61667b09b153cdfd2f5e50201cd35f541cca941e7e32f75ad948724e02a67f5480e4845162e034a55e4fb1704
EBUILD homeassistant-0.86.2.ebuild 6046 BLAKE2B 827a58e51b4a8fea556162c2fe89815d1335a134eeef7b7f639114da93158624efe30b15466e8a2726c6e02ce9f96a93fe14ba83b5d538b1a4abf627061e9e88 SHA512 05dbfd67a5bc218b5b214773832e4dc94be61ac61667b09b153cdfd2f5e50201cd35f541cca941e7e32f75ad948724e02a67f5480e4845162e034a55e4fb1704
EBUILD homeassistant-0.86.2.ebuild 6268 BLAKE2B fcc781b43d64f58cd5618cdfdcaa79101f2db2cdcff264698074a19da90020a8feff4ba069e5e16483c8ecf796b0e9af7d8e1ccd5304f3af08cfd95fa1aac564 SHA512 827d11ce3a30b924c47ba95ba59f881883e9f445688854c0c437c51809a6e441023693978f3acebd911b593ca1e56da84cfaf48769097bb5df7c741fcc3accf9
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@ -18,7 +18,7 @@ RESTRICT="mirror"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
IUSE="atv hs100 dropbox tradfri wemo +mysql musiccast rxv samsungtv sonos +ssl firetv maxcube +frontend"
IUSE="asuswrt atv dropbox firetv +frontend homematic haproxy hs100 maxcube musiccast mysql qnap rxv samsungtv sonos ssl tradfri wemo"
DEPEND="${PYTHON_DEPS}
!app-misc/homeassistant-bin
@ -110,6 +110,10 @@ DEPEND="${PYTHON_DEPS}
sys-devel/autoconf:2.69 )
wemo? ( >=dev-python/pywemo-0.4.38[${PYTHON_USEDEP}] )
frontend? ( =app-misc/home-assistant-frontend-20190121.1 )
haproxy? ( net-proxy/haproxy )
homematic? ( dev-python/pyhomematic[${PYTHON_USEDEP}] )
asuswrt? ( dev-python/aioasuswrt[${PYTHON_USEDEP}] )
qnap? ( dev-python/qnapstats[${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}