commit: 813097d8243c65df4b62e52ff85ca0c15d207ca1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 28 18:38:23 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 28 20:51:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813097d8
media-sound/mp3diags: treeclean Closes: https://bugs.gentoo.org/960220 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/mp3diags/Manifest | 1 - media-sound/mp3diags/metadata.xml | 8 ----- media-sound/mp3diags/mp3diags-1.5.03.ebuild | 51 ----------------------------- profiles/package.mask | 5 --- 4 files changed, 65 deletions(-) diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest deleted file mode 100644 index 63c8a191d1a3..000000000000 --- a/media-sound/mp3diags/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MP3Diags-unstable-1.5.03.tar.gz 1268267 BLAKE2B 405d9b9c22cbc3f0f1acf177b54f0dd45679776bb9dbc826763e4cc879a2dc5d4bcea69a1ba2b64ab38cce9e770df473f04d3d3b79dcc3c3214f1255666ded13 SHA512 d4ffda2e48e0a2403c92ac3aac9e95118cf3be37cc02a298030eb1c25444e03749bfb673e20a336a97aea0306feccfd2d17ce199c312e784fb55e4ad51bc6ce7 diff --git a/media-sound/mp3diags/metadata.xml b/media-sound/mp3diags/metadata.xml deleted file mode 100644 index 9142c3a87415..000000000000 --- a/media-sound/mp3diags/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">mp3diags</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/mp3diags/mp3diags-1.5.03.ebuild b/media-sound/mp3diags/mp3diags-1.5.03.ebuild deleted file mode 100644 index d2f6be39f3a1..000000000000 --- a/media-sound/mp3diags/mp3diags-1.5.03.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop cmake xdg-utils - -MY_PN=MP3Diags-unstable -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Qt-based MP3 diagnosis and repair tool" -HOMEPAGE="https://mp3diags.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/unstable/${PN}-src/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-3 GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-libs/boost:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - virtual/zlib:= -" -RDEPEND="${DEPEND} - dev-qt/qtsvg:5 -" -DOCS=( changelog.txt README.md ) - -src_install() { - cmake_src_install - - local size - for size in 16 22 24 32 36 40 48; do - insinto /usr/share/icons/hicolor/${size}x${size}/apps - newins desktop/${MY_PN}${size}.png ${MY_PN}.png - done - domenu desktop/${MY_PN}.desktop -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/profiles/package.mask b/profiles/package.mask index 8eb20ac996bd..1da1cc50ffdb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -147,11 +147,6 @@ games-rpg/pokete net-misc/pulseaudio-dlna <www-client/seamonkey-2.53.23 -# Andreas Sturmlechner <[email protected]> (2025-12-14) -# Still depends on Qt5 with no upstream porting activity. Bug #960220 -# Removal on 2026-01-15 -media-sound/mp3diags - # Michał Górny <[email protected]> (2025-12-12) # Upstream has switched to LLM-first coding which has already caused # a number of suspicious bugs. At this point, new versions
