Updating sys-apps/psensor

This commit is contained in:
Suwako Moriya 2018-03-11 12:05:11 +01:00
parent 1f41aabd1c
commit a01d3aa1b7

View File

@ -2,8 +2,7 @@
# 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"
SRC_URI="https://wpitchoune.net/psensor/files/${P}.tar.gz"
SLOT=0
IUSE="man doc appindicator libnotify atasmart server X"
KEYWORD=""
@ -18,9 +17,13 @@ RDEPEND="sys-apps/lm_sensors
"
DEPEND=$RDEPEND"man? ( sys-apps/help2man )
doc? ( dev-ruby/asciidoctor )"
src_configure() {
econf \
$(use_with X x) \
$(use_with gtop)
src_unpack() {
if [ "${A}" != "" ]; then
unpack ${A}
fi
ls -al || die
}
src_configure() {
econf \
$(use_with X x)
}