public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sys-apps/systemd-bootchart/
@ 2021-02-13 19:51 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-02-13 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     44415ba785f2435c8690160950c889d97522908e
Author:     Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
AuthorDate: Sat Feb 13 13:55:57 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Feb 13 13:55:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44415ba7

sys-apps/systemd-bootchart: New ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Steven Davies <gentoo-guru <AT> steev.me.uk>

 sys-apps/systemd-bootchart/Manifest                |  1 +
 sys-apps/systemd-bootchart/metadata.xml            |  9 +++++++
 .../systemd-bootchart/systemd-bootchart-234.ebuild | 29 ++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/sys-apps/systemd-bootchart/Manifest b/sys-apps/systemd-bootchart/Manifest
new file mode 100644
index 00000000..2835dd28
--- /dev/null
+++ b/sys-apps/systemd-bootchart/Manifest
@@ -0,0 +1 @@
+DIST systemd-bootchart-234.tar.xz 322084 BLAKE2B 301b5ae4252281026a1b205658ca0339030b57a0b7340c9ee08f355ecd7c90bd06b8c36b758ddf810a4ee56f0de570d060fdb0806c6be1d97ac2c7c5dd1f35b1 SHA512 9fed792fea82c6355ae48d58b0184bd7f32d74fe55142e12e1eb17095a6adcd95a2d1525747aa859ab4814002f5c145e6347aeffb8fbed63c1b34869c150d089

diff --git a/sys-apps/systemd-bootchart/metadata.xml b/sys-apps/systemd-bootchart/metadata.xml
new file mode 100644
index 00000000..1442dfa2
--- /dev/null
+++ b/sys-apps/systemd-bootchart/metadata.xml
@@ -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>

diff --git a/sys-apps/systemd-bootchart/systemd-bootchart-234.ebuild b/sys-apps/systemd-bootchart/systemd-bootchart-234.ebuild
new file mode 100644
index 00000000..5141c8f7
--- /dev/null
+++ b/sys-apps/systemd-bootchart/systemd-bootchart-234.ebuild
@@ -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)
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sys-apps/systemd-bootchart/
@ 2023-11-24 17:20 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2023-11-24 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c135f6901d881fa19feb8761ec834dc8f7cd8924
Author:     Steven Davies <gentoo-guru <AT> steev <DOT> me <DOT> uk>
AuthorDate: Thu Nov 23 18:59:04 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Nov 23 19:00:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c135f690

sys-apps/systemd-bootchart: add 235

Signed-off-by: Steven Davies <gentoo-guru <AT> steev.me.uk>

 sys-apps/systemd-bootchart/Manifest                |  1 +
 .../systemd-bootchart/systemd-bootchart-235.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-apps/systemd-bootchart/Manifest b/sys-apps/systemd-bootchart/Manifest
index 2835dd2862..378aec2e39 100644
--- a/sys-apps/systemd-bootchart/Manifest
+++ b/sys-apps/systemd-bootchart/Manifest
@@ -1 +1,2 @@
 DIST systemd-bootchart-234.tar.xz 322084 BLAKE2B 301b5ae4252281026a1b205658ca0339030b57a0b7340c9ee08f355ecd7c90bd06b8c36b758ddf810a4ee56f0de570d060fdb0806c6be1d97ac2c7c5dd1f35b1 SHA512 9fed792fea82c6355ae48d58b0184bd7f32d74fe55142e12e1eb17095a6adcd95a2d1525747aa859ab4814002f5c145e6347aeffb8fbed63c1b34869c150d089
+DIST systemd-bootchart-235.tar.gz 111438 BLAKE2B 366f1602bebf016a18aec588354379192e021e58ec32989ef1825f8501a3bab5fef9a9b57d2b3ff1e819a13e150ca28a39d237b047d19950f71335288663a310 SHA512 7a1fd9edb82c4e10fc34eb4d4f6c180cd6fad00956001b4e946886cf53d1c1686df4c513062dbe34dd01f833aa4296ad61a2dfb9eea13cd8405a0b4b4850a24a

diff --git a/sys-apps/systemd-bootchart/systemd-bootchart-235.ebuild b/sys-apps/systemd-bootchart/systemd-bootchart-235.ebuild
new file mode 100644
index 0000000000..b4e308a5ac
--- /dev/null
+++ b/sys-apps/systemd-bootchart/systemd-bootchart-235.ebuild
@@ -0,0 +1,33 @@
+# 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)
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-24 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-13 19:51 [gentoo-commits] repo/proj/guru:master commit in: sys-apps/systemd-bootchart/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-11-24 17:20 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox