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 (2025-07-25) -# No revdeps. Fails to compile: see bug #913025 and #888027 -# Removal on 2025-08-25 -sys-fs/ddrescueview - # David (stkw0) Roman (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 @@ - - - - - - ddrescueview - -