# Copyright 2015-2016 gordonb3 # Distributed under the terms of the GNU General Public License v2 # $Header$ EAPI="7" inherit systemd CA_SRC="excito-release" CA_COMMIT="1c12d4e" SRC_URI=" https://github.com/gordonb3/${PN}/archive/debian/${PV}.tar.gz -> ${PF}.tgz https://raw.githubusercontent.com/Excito/${CA_SRC}/${CA_COMMIT}/excito-ca.crt " RESTRICT="mirror" DESCRIPTION="Easyfind client" HOMEPAGE="http://www.excito.com/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~ppc" IUSE="+dhcp +remote-router systemd" RDEPEND="net-misc/curl !" elog "" elog "If you did not disable the dhcp USE flag, a DHCP hook" elog "script is provided to automatically update your IP on" elog "the easyfind server. If however you have your B3 behind" elog "another router, then you should enable the bubba-easyfind" elog "service to track changes in your public IP address." elog "" }