commit: 68b25c817f2ad6f4c166fd577deb899806503f12 Author: David Roman <stkw0 <AT> disroot <DOT> org> AuthorDate: Wed Mar 11 13:50:13 2026 +0000 Commit: David Roman <stkw0 <AT> disroot <DOT> org> CommitDate: Wed Mar 11 13:50:38 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68b25c81
sys-apps/bpftune: treeclean, duplicated of app-admin/bpftune::gentoo Signed-off-by: David Roman <stkw0 <AT> disroot.org> sys-apps/bpftune/bpftune-9999.ebuild | 35 ----------------------------------- sys-apps/bpftune/metadata.xml | 12 ------------ 2 files changed, 47 deletions(-) diff --git a/sys-apps/bpftune/bpftune-9999.ebuild b/sys-apps/bpftune/bpftune-9999.ebuild deleted file mode 100644 index 5039f888ad..0000000000 --- a/sys-apps/bpftune/bpftune-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2025 Gentoo Developers -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 systemd linux-info autotools - -DESCRIPTION="bpftune uses BPF to auto-tune Linux systems" -HOMEPAGE="https://github.com/oracle/bpftune" -EGIT_REPO_URI="https://github.com/oracle/bpftune.git" - -LICENSE="GPL-2" -SLOT="0" -RESTRICT="test" # The tests require root. - -BDEPEND=" - dev-util/bpftool - dev-util/pahole - llvm-core/clang -" -DEPEND=" - dev-libs/libbpf - sys-libs/libcap - dev-libs/libnl -" - -pkg_setup() { - CONFIG_CHECK="DEBUG_INFO_BTF" - check_extra_config -} - -src_install() { - default - systemd_dounit src/bpftune.service -} diff --git a/sys-apps/bpftune/metadata.xml b/sys-apps/bpftune/metadata.xml deleted file mode 100644 index 3efc710abc..0000000000 --- a/sys-apps/bpftune/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Justin Kidd</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/oracle/bpftune/issues</bugs-to> - <remote-id type="github">oracle/bpftune</remote-id> - </upstream> -</pkgmetadata>
