commit:     fd47caec514f982ca2d5528045043d3c88ecda83
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Feb  9 17:28:57 2026 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Feb  9 17:28:57 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd47caec

media-libs/dr_mp3: treeclean

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 media-libs/dr_mp3/Manifest             |  1 -
 media-libs/dr_mp3/dr_mp3-0.6.40.ebuild | 61 ----------------------------------
 media-libs/dr_mp3/metadata.xml         | 11 ------
 profiles/package.mask                  |  1 -
 4 files changed, 74 deletions(-)

diff --git a/media-libs/dr_mp3/Manifest b/media-libs/dr_mp3/Manifest
deleted file mode 100644
index 3561a69dbc..0000000000
--- a/media-libs/dr_mp3/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dr_mp3-0.6.40.gh.tar.gz 519154 BLAKE2B 
7ec2c44fca62f78d3e385894d38a7d8963d251f27fd5cb280bf6c27164a9d9ff0fbbf99bb54e5a96476a6afa6f0b15f7758792945555db443df844cc3315b3ba
 SHA512 
9d4e4e45eb26790ed121b61cd2ec804c3cd73b2dc03a2358ddcc41c596e778e7de1cc664b57c00c35ebed62891413f156d457fc75b0d69682f10dcb7e1de97d8

diff --git a/media-libs/dr_mp3/dr_mp3-0.6.40.ebuild 
b/media-libs/dr_mp3/dr_mp3-0.6.40.ebuild
deleted file mode 100644
index cc3d0028d8..0000000000
--- a/media-libs/dr_mp3/dr_mp3-0.6.40.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit eapi9-pipestatus edo toolchain-funcs
-
-COMMIT="37a5ffb671a4465cfefc7ba8ce7e8ae298612e5a"
-
-DESCRIPTION="Single-header MP3 audio decoder library"
-HOMEPAGE="https://github.com/mackron/dr_libs/";
-SRC_URI="https://github.com/mackron/dr_libs/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
-
-S="${WORKDIR}/dr_libs-${COMMIT}"
-
-LICENSE="|| ( MIT-0 public-domain )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Unfortunately, the only other test is interactive.
-TESTCASES=(
-       dr_mp3_test_0.c
-)
-
-src_prepare() {
-       awk '/Introduction/,/\*\//' dr_mp3.h | sed '$d' > README
-       pipestatus || die
-       awk '/REVISION HISTORY/,/\*\//' dr_mp3.h | sed '$d' > CHANGELOG
-       pipestatus || die
-       default
-}
-
-src_compile() {
-       if use test; then
-               local MY_{CC,BUILD}
-               MY_CC=$(tc-getCC)
-
-               pushd tests > /dev/null || die
-               for tcase in ${TESTCASES[@]}; do
-                       MY_BUILD="${MY_CC} mp3/${tcase} -o bin/${tcase} 
${CFLAGS} ${CPPFLAGS}"
-                       edo ${MY_BUILD}
-               done
-               popd || die
-       fi
-}
-
-src_test() {
-       pushd tests > /dev/null || die
-       for tcase in ${TESTCASES[@]}; do
-               edo bin/${tcase}
-       done
-       popd || die
-}
-
-src_install() {
-       einstalldocs
-       doheader dr_mp3.h
-}

diff --git a/media-libs/dr_mp3/metadata.xml b/media-libs/dr_mp3/metadata.xml
deleted file mode 100644
index 6b41d45a1f..0000000000
--- a/media-libs/dr_mp3/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Lucio Sauer</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">mackron/dr_libs</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 889194ff60..b4acd827f2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -70,7 +70,6 @@ dev-util/cmakelang
 # Header-only libraries without consumers
 # Removal on 2026-02-04
 media-libs/dr_flac
-media-libs/dr_mp3
 
 # Anna (cybertailor) Vyalkova <[email protected]> (2026-01-04)
 # Replaced by phosh-base/phosh-osk-stevia.

Reply via email to