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 # Distributed under the terms of the GNU General Public License v2
EAPI=6 EAPI=6
DESCRIPTION="Psensor is a graphical hardware monitoring application for Linux." DESCRIPTION="Psensor is a graphical hardware monitoring application for Linux."
inherit git-r3 SRC_URI="https://wpitchoune.net/psensor/files/${P}.tar.gz"
EGIT_REPO_URI="https://git.wpitchoune.net/psensor.git"
SLOT=0 SLOT=0
IUSE="man doc appindicator libnotify atasmart server X" IUSE="man doc appindicator libnotify atasmart server X"
KEYWORD="" KEYWORD=""
@ -18,9 +17,13 @@ RDEPEND="sys-apps/lm_sensors
" "
DEPEND=$RDEPEND"man? ( sys-apps/help2man ) DEPEND=$RDEPEND"man? ( sys-apps/help2man )
doc? ( dev-ruby/asciidoctor )" doc? ( dev-ruby/asciidoctor )"
src_configure() { src_unpack() {
if [ "${A}" != "" ]; then
econf \ unpack ${A}
$(use_with X x) \ fi
$(use_with gtop) ls -al || die
}
src_configure() {
econf \
$(use_with X x)
} }