commit: b312ea9c1edfa67248b2a0dca29710d28369c2f5 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Apr 5 08:52:24 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Apr 5 08:52:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b312ea9c
dev-debug/uscope: treeclean Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-debug/uscope/metadata.xml | 24 ------------------------ dev-debug/uscope/uscope-9999.ebuild | 32 -------------------------------- profiles/package.mask | 7 ------- 3 files changed, 63 deletions(-) diff --git a/dev-debug/uscope/metadata.xml b/dev-debug/uscope/metadata.xml deleted file mode 100644 index 2426c2411..000000000 --- a/dev-debug/uscope/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bratishkae...@landless-city.net</email> - <name>Eric Joldasov</name> - </maintainer> - <longdescription lang="en"> - uscope (pronounced "microscope") is a new graphical debugger for Linux. - Its goal is to enable you to understand what your system is - actually doing as quickly and effectively as possible. - - All debugging-related code is written from scratch, i.e. - parsing ELF/DWARF, handling control of the subordinate process - (launch, kill, step, continue, etc.), reading data from the - subordinate's memory/registers and displaying it in a user-friendly - manner, stack unwinding, etc. - </longdescription> - <upstream> - <remote-id type="github">jcalabro/uscope</remote-id> - <bugs-to>https://github.com/jcalabro/uscope/issues</bugs-to> - <doc lang="en">https://calabro.io/uscope</doc> - </upstream> -</pkgmetadata> diff --git a/dev-debug/uscope/uscope-9999.ebuild b/dev-debug/uscope/uscope-9999.ebuild deleted file mode 100644 index 69aad0e13..000000000 --- a/dev-debug/uscope/uscope-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -EGIT_REPO_URI="https://github.com/jcalabro/uscope" -ZIG_SLOT="9999" -inherit git-r3 zig - -DESCRIPTION="Native code graphical debugger and introspection toolchain" -HOMEPAGE="https://calabro.io/uscope https://github.com/jcalabro/uscope" - -LICENSE="MIT" -SLOT="0" - -DOCS=( "README.md" ) - -DEPEND="x11-libs/libX11" -RDEPEND="x11-libs/libX11" - -src_unpack() { - git-r3_src_unpack - zig_live_fetch -} - -src_configure() { - local my_zbs_args=( - -Dci=false - ) - - zig_src_configure -} diff --git a/profiles/package.mask b/profiles/package.mask index e3f968e9f..aa04a3733 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -76,13 +76,6 @@ sys-apps/sampler-bin # Removal on 2025-05-12 www-misc/gorss -# Eric Joldasov <bratishkae...@landless-city.net> (2025-03-05) -# Unbuildable now. Required Zig version diverged a lot, now seems like -# it requires so called "Mach-nominated" version (somewhere between -# stable and 9999). Gentoo does not provide such versions. -# Removal on 2025-04-05. -dev-debug/uscope - # Julien Roy <jul...@jroy.ca> (2024-03-21) # sys-libs/libucontext is masked in ::gentoo sys-libs/gcompat