From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 645DF15808B for ; Tue, 24 Sep 2024 10:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FAD72BC0B4; Tue, 24 Sep 2024 10:23:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44EBD2BC0B4 for ; Tue, 24 Sep 2024 10:23:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D482343160 for ; Tue, 24 Sep 2024 10:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8DF1F46 for ; Tue, 24 Sep 2024 10:23:47 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1727173390.7dd4346ee15ab8b3e24b69d5e5891aa67f34acaa.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/0xtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/0xtools/0xtools-1.2.4.ebuild dev-util/0xtools/Manifest X-VCS-Directories: dev-util/0xtools/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7dd4346ee15ab8b3e24b69d5e5891aa67f34acaa X-VCS-Branch: master Date: Tue, 24 Sep 2024 10:23:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44ff1cb1-8851-4c96-89d4-52406d7ac414 X-Archives-Hash: 5ea29af7b18d8bca6ef4161e187c781f commit: 7dd4346ee15ab8b3e24b69d5e5891aa67f34acaa Author: Maciej Barć gentoo org> AuthorDate: Tue Sep 24 10:23:10 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Sep 24 10:23:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd4346e dev-util/0xtools: drop old 1.2.4 Signed-off-by: Maciej Barć gentoo.org> dev-util/0xtools/0xtools-1.2.4.ebuild | 62 ----------------------------------- dev-util/0xtools/Manifest | 1 - 2 files changed, 63 deletions(-) diff --git a/dev-util/0xtools/0xtools-1.2.4.ebuild b/dev-util/0xtools/0xtools-1.2.4.ebuild deleted file mode 100644 index 0b5161d406e2..000000000000 --- a/dev-util/0xtools/0xtools-1.2.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit python-single-r1 systemd toolchain-funcs - -DESCRIPTION="Always-on profiling for production systems" -HOMEPAGE="https://0x.tools/ - https://github.com/tanelpoder/0xtools/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/tanelpoder/${PN}.git" -else - SRC_URI="https://github.com/tanelpoder/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-2+" -SLOT="0" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -BDEPEND="${RDEPEND}" - -DOCS=( CHANGELOG.md README.md ) - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" - - sed -e "/^sys.path.append/s|(.*)|('$(python_get_sitedir)/${PN}')|" \ - -i bin/psn -i bin/schedlat || die -} - -src_install() { - # C executables and scripts - exeinto /usr/bin - doexe bin/{run_xcapture.sh,run_xcpu.sh,vmtop,xcapture} - - # Python executables - python_domodule lib/${PN} - python_doscript bin/psn - python_doscript bin/schedlat - - # Service - systemd_dounit xcapture.service - systemd_dounit xcapture-restart.service - systemd_dounit xcapture-restart.timer - - # Service config - insinto /etc/default - newins xcapture.default xcapture - - # Service logs - keepdir /var/log/xcapture - - einstalldocs -} diff --git a/dev-util/0xtools/Manifest b/dev-util/0xtools/Manifest index 2081ef359603..62add8499536 100644 --- a/dev-util/0xtools/Manifest +++ b/dev-util/0xtools/Manifest @@ -1,3 +1,2 @@ -DIST 0xtools-1.2.4.tar.gz 61830 BLAKE2B 6221ded289bc4cf4c39527f35d1ad3ee43f41a60a4a9877056a5ff74fcdd203575d96edbf13af1d32bcc49465d87a2133a8dbec813ae9a5bb233b5fe2e4a36b3 SHA512 f835de65e783d9eb4b26f38be155961a2f4da91639c7e1e39df71cf8be17d27987c8749e44b7b6affe6cdc45c5f65c90be5b2cf22b2f37dcc2eb45452a384ff3 DIST 0xtools-2.0.2.tar.gz 5989710 BLAKE2B 5e4efd4d21e3ed1fc8b1eed5378d25af3170f2386c738a68d28df5bad44ebdb88fd20a0b554d101b678c15131adb83ae786df1267c8333075c58ea58b8c2ce88 SHA512 5cb627e9b990063867869cdbbdefd7e2b6151410ac19950f683086c9200a8ba1f92192378779dbabc4efd91283cd23243a4b46259d97426331f823941b85883b DIST 0xtools-2.0.3.tar.gz 5991280 BLAKE2B 26d71f43a0fbe72d38e675cc525fc91b4a738dd3a99ef6804f8855d15341a423d1b5c54ba9e015bea539d15617393d8994c1415a3ee0b74d2d49e97f6b243586 SHA512 012655d8d12fe5a853ccb9503471893ee09bf0fbbe5d3b3be52b5857cac965be63279546c240748d10d727abc2383b8cf2e91b07ffee69ae509494fb5c5d6767