app-leechcraft/lc-liznoo - 9999 (leechcraft)

Search

Install

Install this version:

emerge -a =app-leechcraft/lc-liznoo-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-leechcraft/lc-liznoo-9999

Or alternatively:

emerge --autounmask-write -a =app-leechcraft/lc-liznoo-9999

Package Information

Description:
UPower-based power manager for LeechCraft

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit leechcraft

DESCRIPTION="UPower-based power manager for LeechCraft"

SLOT="0"
KEYWORDS=""
IUSE="+battery debug +poweractions +powerevents"

DEPEND="~app-leechcraft/lc-core-${PV}
	dev-qt/qtbase:6[dbus,concurrent,widgets]
	x11-libs/qwt[qt6]
"
RDEPEND="${DEPEND}
	~virtual/leechcraft-trayarea-${PV}
	battery? ( sys-power/upower )
	poweractions? ( sys-power/upower )
	powerevents? ( || ( sys-auth/elogind sys-power/upower ) )
"

REQUIRED_USE="|| ( battery poweractions powerevents )"

USE Flags

Manage flags for this package: euse -i <flag> -p app-leechcraft/lc-liznoo | euse -E <flag> -p app-leechcraft/lc-liznoo | euse -D <flag> -p app-leechcraft/lc-liznoo

Global/Standard Flags

battery
Default: Enabled (+)
poweractions
Default: Enabled (+)
powerevents
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

~app-leechcraft/lc-core-9999
	dev-qt/qtbase:6[dbus,concurrent,widgets]
	x11-libs/qwt[qt6]

RDEPEND

~app-leechcraft/lc-core-
	dev-qt/qtbase:6[dbus,concurrent,widgets]
	x11-libs/qwt[qt6]

	~virtual/leechcraft-trayarea-9999
	battery? ( sys-power/upower )
	poweractions? ( sys-power/upower )
	powerevents? ( || ( sys-auth/elogind sys-power/upower ) )