aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2020-01-12 16:52:01 +0000
committerPaul Healy <lmiphay@gmail.com>2020-01-12 16:52:01 +0000
commit5ff61493bf79125c1651765194a40e1878a81dd3 (patch)
tree25c4c67f71def090a3aed6e0d962169c9da663a6 /app-misc
parentrevbump homeassistant (diff)
downloadlmiphay-5ff61493bf79125c1651765194a40e1878a81dd3.tar.gz
lmiphay-5ff61493bf79125c1651765194a40e1878a81dd3.tar.bz2
lmiphay-5ff61493bf79125c1651765194a40e1878a81dd3.zip
remove old homeassistant ebuild
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/homeassistant/Manifest4
-rw-r--r--app-misc/homeassistant/files/homeassistant.conf.d9
-rwxr-xr-xapp-misc/homeassistant/files/homeassistant.init.d32
-rw-r--r--app-misc/homeassistant/homeassistant-0.63.3.ebuild105
4 files changed, 0 insertions, 150 deletions
diff --git a/app-misc/homeassistant/Manifest b/app-misc/homeassistant/Manifest
deleted file mode 100644
index f29c402..0000000
--- a/app-misc/homeassistant/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX homeassistant.conf.d 289 SHA256 45259cab1ca3b795beb112bc62508dfe4dbbd430e558388c30a6c0f0c4529c9f SHA512 8a2c43ca0995046956e5d517c077a352b20ef97aee4018bbe32c09d3e5f8c85f471cf34f251564db694a030ec054a47d0ba163a93fb2860feda4271134359dc4 WHIRLPOOL f85e3887740fc62d4b1c1dccbb1863d7499166a1cdfac6944ca4cfee17aee73eedfc9b872b3d5369a9799c7d18637089369eb7dd75f890e78b93f368c20d23d0
-AUX homeassistant.init.d 756 SHA256 a6988014ac91cc7723f3a4a8b6bc0cd0480b6c20a15a79d86792941fcd4c3bef SHA512 ca0403b75829fa3a834140c9e21cacc60e8757570dd338c9d938eb6dd3f34bc81d9c72b787d2b39b1d0e648d9a582be10f346e9e51e7ed1c1f3c401e810ae043 WHIRLPOOL 6f75a028fab66720d42651abeb8a0578de1fa799e3b0be1e4ca57f0b3f866ef1c34463aec8b7dbaa2063c223502a05c95c5c75b7a2650e147c979303e3ac384d
-DIST homeassistant-0.63.3.tar.gz 2395056 SHA256 b0efff5fc598e02fddcc5bf995cd9fd204057238a1a39407048b99e571fcaf5d SHA512 172f9a80470d2ee6857646ec53714c455b89043c3792e8082d08253a1907e025dbfda824de099befc5732577a48be49a812dbb054e66b9b709d25495677f05f2 WHIRLPOOL d9e3b918c625f25259d03f8082abd188ac517496910ebf82496db2ec277f6afd8b63d6fd7137d04301fa6465b81d4a2c4802b490d0ffa1670946d5fc546be88d
-EBUILD homeassistant-0.63.3.ebuild 2794 SHA256 07637cb18d01e9f7826cbc210236553b058f9dc0413959731262d98839f9eafc SHA512 749060800093b952c2899a30bd5dd9b8dd4998502cfb66d4f907b3f7ba39dc14892d67cba4cf3b7a36dd3f07404dffca89fb8699a3779cc41e550cc6c43ff493 WHIRLPOOL 63a42258fb930202139f16de1ce63858df8043f75740f3f31e62f18fdec40fac7fd5401173f849a62b2eb200a5712c2c3bad44a124348d984421a5e74be9953d
diff --git a/app-misc/homeassistant/files/homeassistant.conf.d b/app-misc/homeassistant/files/homeassistant.conf.d
deleted file mode 100644
index bed680f..0000000
--- a/app-misc/homeassistant/files/homeassistant.conf.d
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# /etc/conf.d/homeassistant: configuration for /etc/init.d/homeassistant
-
-# Switches to pass to hass. See 'hass --help' for
-# a description of the possible switches.
-#
-HASS_OPTS=""
diff --git a/app-misc/homeassistant/files/homeassistant.init.d b/app-misc/homeassistant/files/homeassistant.init.d
deleted file mode 100755
index 872ff0d..0000000
--- a/app-misc/homeassistant/files/homeassistant.init.d
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="Open-source home automation platform"
-
-user="homeassistant:homeassistant"
-logfile="/var/log/homeassistant.log"
-errorslog="/var/log/homeassistant-errors.log"
-
-start_stop_daemon_args="--user $user --stdout $logfile --stderr $errorslog --retry 10"
-
-command="/opt/homeassistant/bin/hass"
-command_args="
- --skip-pip
- --config /etc/homeassistant
- --log-file $logfile
- ${HASS_OPTS}
-"
-
-command_background=yes
-pidfile=/run/homeassistant.pid
-
-depend() {
- need net
- after bootmisc
-}
-
-start_pre() {
- checkpath --file --owner $user --mode 0644 $logfile
- checkpath --file --owner $user --mode 0644 $errorslog
-}
diff --git a/app-misc/homeassistant/homeassistant-0.63.3.ebuild b/app-misc/homeassistant/homeassistant-0.63.3.ebuild
deleted file mode 100644
index 4e0e3af..0000000
--- a/app-misc/homeassistant/homeassistant-0.63.3.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_5 )
-
-inherit user readme.gentoo-r1 eutils distutils-r1
-
-DESCRIPTION="Open-source home automation platform running on Python 3"
-HOMEPAGE="https://home-assistant.io"
-SRC_URI="https://github.com/home-assistant/home-assistant/archive/${PV}.tar.gz -> ${P}.tar.gz"
-RESTRICT="mirror"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="atv hs100 maint tradfri wemo"
-
-DEPEND="
- ${PYTHON_DEPS}
- !app-misc/homeassistant-bin
- >=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
- >=dev-python/pytz-2017.02[${PYTHON_USEDEP}]
- >=dev-python/pip-9.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
- >=dev-python/voluptuous-0.11.1[${PYTHON_USEDEP}]
- >=dev-python/typing-3.5.3.0[${PYTHON_USEDEP}]
- >=dev-python/aiohttp-2.3.10[${PYTHON_USEDEP}]
- >=dev-python/yarl-1.1.0[${PYTHON_USEDEP}]
- >=dev-python/async_timeout-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
- >=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
- >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
- atv? ( >=dev-python/pyatv-0.3.9[${PYTHON_USEDEP}] )
- hs100? ( >=dev-python/pyhs100-0.3.0[${PYTHON_USEDEP}] )
- tradfri? ( >=dev-python/pytradfri-4.1.0[${PYTHON_USEDEP}] )
- wemo? ( >=dev-python/pywemo-0.4.25[${PYTHON_USEDEP}] )
-"
-RDEPEND="
- ${DEPEND}
- app-admin/logrotate
- maint? (
- app-crypt/certbot
- app-crypt/ssl-cert-check
- net-misc/dropbox-uploader
- )
-"
-
-INSTALL_DIR="/opt/${PN}"
-
-DISABLE_AUTOFORMATTING=1
-DOC_CONTENTS="
- The HA interface listens on port 8123 - this _will_ take a minute or two to appear
-
- hass configuration is in: /etc/${MY_PN}
- daemon command line arguments are configured in: /etc/conf.d/${MY_PN}
-
- logging is to: /var/log/${MY_PN}/{server,errors,stdout}.log
-
- The sqlite db is by default in: /etc/${MY_PN}
- To move it after ${MY_PN} has run once and while ${MY_PN} is stopped:
- - add /etc/${MY_PN}/recorder.yaml to /etc/${MY_PN}/configuration.yaml
- - mv /etc/${MY_PN}/home-assistant_v2.db /var/db/${MY_PN}
-
- support thread at:
- https://community.home-assistant.io/t/gentoo-homeassistant-0-59-2-ebuild/35577
-"
-
-S="${WORKDIR}/home-assistant-${PV}"
-
-DOCS="README.rst"
-
-pkg_setup() {
- enewgroup "${PN}"
- enewuser "${PN}" -1 -1 "$INSTALL_DIR" "${PN}"
-}
-
-src_prepare() {
- sed -e 's;astral==1.5;astral>=1.5;' \
- -i "setup.py" \
- -i homeassistant/package_constraints.txt
-
- eapply_user
-}
-
-python_install_all() {
- dodoc ${DOCS}
- distutils-r1_python_install_all
-
- keepdir "$INSTALL_DIR"
-
- keepdir "/etc/${PN}"
- fowners -R "${PN}:${PN}" "/etc/${PN}"
-
- newconfd "${FILESDIR}/${PN}.conf.d" "${PN}"
- newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
-
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}