mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
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>
This commit is contained in:
1
sys-apps/systemd-bootchart/Manifest
Normal file
1
sys-apps/systemd-bootchart/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST systemd-bootchart-234.tar.xz 322084 BLAKE2B 301b5ae4252281026a1b205658ca0339030b57a0b7340c9ee08f355ecd7c90bd06b8c36b758ddf810a4ee56f0de570d060fdb0806c6be1d97ac2c7c5dd1f35b1 SHA512 9fed792fea82c6355ae48d58b0184bd7f32d74fe55142e12e1eb17095a6adcd95a2d1525747aa859ab4814002f5c145e6347aeffb8fbed63c1b34869c150d089
|
||||
9
sys-apps/systemd-bootchart/metadata.xml
Normal file
9
sys-apps/systemd-bootchart/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo-guru@steev.me.uk</email>
|
||||
<name>Steven Davies</name>
|
||||
<description>Boot performance and graphing tool spun out of the systemd project.</description>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
29
sys-apps/systemd-bootchart/systemd-bootchart-234.ebuild
Normal file
29
sys-apps/systemd-bootchart/systemd-bootchart-234.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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)
|
||||
}
|
||||
Reference in New Issue
Block a user