sys-fs/ddrescueview: treeclean

Closes: https://bugs.gentoo.org/913025 (pkgremoved)
Closes: https://bugs.gentoo.org/888027 (pkgremoved)
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-08-25 12:46:50 +02:00
parent 7fd38dfa4e
commit 61017ce983
4 changed files with 0 additions and 64 deletions

View File

@@ -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 <davidroman96@gmail.com> (2025-07-25)
# No revdeps. Fails to compile: see bug #913025 and #888027
# Removal on 2025-08-25
sys-fs/ddrescueview
# David (stkw0) Roman <davidroman96@gmail.com> (2025-07-25)
# Depends on removed pydantic version.
dev-python/safety-schemas

View File

@@ -1 +0,0 @@
DIST ddrescueview-0.4.5.tar.xz 211184 BLAKE2B bc4ef003b0df7a7059a9f3d738e294a527a039e04e84732b285497df60a575dfedcec3deea87166dd8136cb7745b8d821e18bd499cc2b059fa463e178bdeb892 SHA512 8791b0852fc9fa19a239300f4377adc072b4524e506807918284e935b00fe1c0fa2589acd645ea44a808881edfe77a0f8c8776c6dfc7bf54b283a92da1d7dccd

View File

@@ -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
}

View File

@@ -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>