From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/blktrace/
Date: Mon, 13 May 2024 14:55:16 +0000 (UTC) [thread overview]
Message-ID: <1715612095.484b2a341501de9c5a63e085a0030be8d2c05e7c.arthurzam@gentoo> (raw)
commit: 484b2a341501de9c5a63e085a0030be8d2c05e7c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 14:54:55 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 14:54:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484b2a34
sys-block/blktrace: drop 1.3.0, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-block/blktrace/blktrace-1.3.0.ebuild | 61 --------------------------------
1 file changed, 61 deletions(-)
diff --git a/sys-block/blktrace/blktrace-1.3.0.ebuild b/sys-block/blktrace/blktrace-1.3.0.ebuild
deleted file mode 100644
index 5767d176387e..000000000000
--- a/sys-block/blktrace/blktrace-1.3.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs flag-o-matic linux-info
-
-MY_PN="blktrace"
-if [[ ${PV} =~ _p20 ]]; then
- #https://brick.kernel.dk/snaps/blktrace-git-20210419122502.tar.gz
- MY_P="${MY_PN}-git-${PV/*_p}"
- EXT='tar.gz'
- S="${WORKDIR}/${PN}"
-else
- MY_P="${MY_PN}-${PV}"
- EXT='tar.bz2'
- S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="show detailed info about what is happening on a block device io queue"
-HOMEPAGE="https://git.kernel.dk/cgit/blktrace/"
-SRC_URI="https://brick.kernel.dk/snaps/${MY_P}.${EXT}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="doc"
-
-RDEPEND="dev-libs/libaio"
-# This is a Linux specific app!
-DEPEND="${RDEPEND}
- sys-kernel/linux-headers
- doc? (
- virtual/latex-base
- >=app-text/texlive-core-2014
- )
-"
-
-CONFIG_CHECK="~BLK_DEV_IO_TRACE"
-WARNING_BLK_DEV_IO_TRACE="you need to enable BLK_DEV_IO_TRACE kernel option if you want to gather traces from this machine"
-
-PATCHES=(
- #"${FILESDIR}"/${P}-overlapping-io-stats.patch
- #"${FILESDIR}"/${PN}-1.2.0-ldflags.patch #335741
- #"${FILESDIR}"/${PN}-1.2.0-parallel-build.patch #335741
-)
-
-src_compile() {
- append-cppflags -DLVM_REMAP_WORKAROUND -W -I"${S}"
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${CPPFLAGS}"
- if use doc; then
- export VARTEXFONTS="${T}/fonts"
- emake docs
- fi
-}
-
-src_install() {
- emake install CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${CPPFLAGS}" DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man"
- einstalldocs
- use doc && dodoc doc/blktrace.pdf btt/doc/btt.pdf
-}
next reply other threads:[~2024-05-13 14:55 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 14:55 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 14:54 [gentoo-commits] repo/gentoo:master commit in: sys-block/blktrace/ Arthur Zamarin
2024-05-13 13:56 Arthur Zamarin
2024-05-13 13:56 Arthur Zamarin
2024-04-21 15:09 Robin H. Johnson
2024-04-21 15:09 Robin H. Johnson
2024-04-20 19:05 Arthur Zamarin
2021-06-20 17:16 Robin H. Johnson
2021-06-14 9:15 Agostino Sarubbo
2021-06-13 6:32 Agostino Sarubbo
2021-06-13 6:28 Agostino Sarubbo
2021-06-12 18:04 Robin H. Johnson
2020-06-04 9:06 David Seifert
2020-05-24 22:17 Sergei Trofimovich
2018-08-26 20:35 Michał Górny
2018-05-29 13:18 Aaron Bauman
2018-05-17 21:18 Sergei Trofimovich
2017-12-25 23:07 Andreas Hüttel
2016-12-12 2:37 Robin H. Johnson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1715612095.484b2a341501de9c5a63e085a0030be8d2c05e7c.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox