sys-apps/systemd-bootchart - 235 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/systemd-bootchart-235

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

autounmask =sys-apps/systemd-bootchart-235

Or alternatively:

emerge --autounmask-write -a =sys-apps/systemd-bootchart-235

Package Information

Description:
systemd boot performance graphing tool
Homepage:
https://github.com/systemd/systemd-bootchart
License:
GPL-2 LGPL-2.1

Ebuild Details

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

EAPI=8

inherit linux-info autotools

DESCRIPTION="systemd boot performance graphing tool"
HOMEPAGE="https://github.com/systemd/systemd-bootchart"
SRC_URI="https://github.com/systemd/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

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_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf $(use_with systemd libsystemd)
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/systemd-bootchart | euse -E <flag> -p sys-apps/systemd-bootchart | euse -D <flag> -p sys-apps/systemd-bootchart

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

systemd? ( >=sys-apps/systemd-221 )

BDEPEND

app-text/docbook-xml-dtd:4.2
	app-text/docbook-xml-dtd:4.5
	app-text/docbook-xsl-stylesheets
	dev-libs/libxslt:0

Manifest for 235

Type File Size Source URLs
DIST systemd-bootchart-235.tar.gz 111438 bytes https://github.com/systemd/systemd-bootchart/archive/refs/tags/v235.tar.gz