commit: 61017ce983b5b71029db09699c5dd06fcdb2c911 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Aug 25 10:46:50 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Aug 25 10:46:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61017ce9
sys-fs/ddrescueview: treeclean Closes: https://bugs.gentoo.org/913025 (pkgremoved) Closes: https://bugs.gentoo.org/888027 (pkgremoved) Signed-off-by: David Roman <davidroman96 <AT> gmail.com> profiles/package.mask | 5 --- sys-fs/ddrescueview/Manifest | 1 - sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild | 50 --------------------------- sys-fs/ddrescueview/metadata.xml | 8 ----- 4 files changed, 64 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a01c77b4c6..2d4f05a7f4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -77,11 +77,6 @@ dev-python/NSKeyedUnArchiver # https://github.com/TecharoHQ/anubis/security/advisories/GHSA-jhjj-2g64-px7c <www-apps/anubis-1.21.3 -# David (stkw0) Roman <[email protected]> (2025-07-25) -# No revdeps. Fails to compile: see bug #913025 and #888027 -# Removal on 2025-08-25 -sys-fs/ddrescueview - # David (stkw0) Roman <[email protected]> (2025-07-25) # Depends on removed pydantic version. dev-python/safety-schemas diff --git a/sys-fs/ddrescueview/Manifest b/sys-fs/ddrescueview/Manifest deleted file mode 100644 index 5ecf9b5db6..0000000000 --- a/sys-fs/ddrescueview/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ddrescueview-0.4.5.tar.xz 211184 BLAKE2B bc4ef003b0df7a7059a9f3d738e294a527a039e04e84732b285497df60a575dfedcec3deea87166dd8136cb7745b8d821e18bd499cc2b059fa463e178bdeb892 SHA512 8791b0852fc9fa19a239300f4377adc072b4524e506807918284e935b00fe1c0fa2589acd645ea44a808881edfe77a0f8c8776c6dfc7bf54b283a92da1d7dccd diff --git a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild deleted file mode 100644 index 55d34280ed..0000000000 --- a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P="${PN}-source-${PV}" - -inherit edo - -DESCRIPTION="Graphical viewer for GNU ddrescue mapfiles" -HOMEPAGE="https://sourceforge.net/projects/ddrescueview/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.xz -> ${P}.tar.xz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="strip" - -BDEPEND="dev-lang/lazarus" - -# Pascal ignores CFLAGS and does its own stripping. Nothing else can be done about it. -QA_FLAGS_IGNORED="usr/bin/ddrescueview" -QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" - -src_compile() { - cd source || die - edo lazbuild \ - --lazarusdir=/usr/share/lazarus \ - --primary-config-path="${HOME}" \ - --skip-dependencies \ - --verbose \ - ddrescueview.lpi - default -} - -src_install() { - dobin source/ddrescueview - - insinto /usr/share - doins -r resources/linux/applications - doins -r resources/linux/icons - doman resources/linux/man/man1/ddrescueview.1 - - dodoc changelog.txt - dodoc readme.txt - default -} diff --git a/sys-fs/ddrescueview/metadata.xml b/sys-fs/ddrescueview/metadata.xml deleted file mode 100644 index f686dc5722..0000000000 --- a/sys-fs/ddrescueview/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">ddrescueview</remote-id> - </upstream> -</pkgmetadata>
