guru/sys-apps/systemd-bootchart/systemd-bootchart-234.ebuild
Steven Davies 44415ba785
sys-apps/systemd-bootchart: New ebuild
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Steven Davies <gentoo-guru@steev.me.uk>
2021-02-13 13:55:57 +00:00

30 lines
661 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info
DESCRIPTION="systemd boot performance graphing tool"
HOMEPAGE="https://github.com/systemd/systemd-bootchart"
SRC_URI="https://github.com/systemd/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="systemd"
BDEPEND="app-text/docbook-xml-dtd:4.2
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
dev-libs/libxslt:0"
RDEPEND="systemd? ( >=sys-apps/systemd-221 )"
CONFIG_CHECK="SCHEDSTATS ~SCHED_DEBUG"
src_configure() {
econf $(use_with systemd libsystemd)
}