# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Psensor is a graphical hardware monitoring application for Linux." inherit git-r3 EGIT_REPO_URI="https://git.wpitchoune.net/psensor.git" SLOT=0 IUSE="man doc appindicator libnotify atasmart server X" KEYWORD="" RDEPEND="sys-apps/lm_sensors x11-libs/gtk+:3 libnotify? ( x11-libs/libnotify ) appindicator? ( dev-libs/libappindicator ) dev-libs/json-c gnome-base/libgtop:2 atasmart? ( dev-libs/libatasmart ) server? ( net-libs/libmicrohttpd ) " DEPEND=$RDEPEND"man? ( sys-apps/help2man ) doc? ( dev-ruby/asciidoctor )" src_configure() { econf \ $(use_with X x) \ $(use_with gtop) }