diff --git a/media-sound/ffmpeg-normalize/Manifest b/media-sound/ffmpeg-normalize/Manifest
deleted file mode 100644
index 936c1dd..0000000
--- a/media-sound/ffmpeg-normalize/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ffmpeg-normalize-1.22.1.tar.gz 1965311 BLAKE2B 205bf5b90dd02f215b9bd8399ef4d5070165c49188aadcfc1d670ea66f808e1fddef51f44a5d3ad3295c7f49d743e3984fdac6bf24f6dda768ea1aeeb2e14a28 SHA512 64208842a8cfc4231be1b176f61f29ecf86b7b3f6f9d817f85bb958b98bc8c52c56e1ce5d7d064480f939cb8968a2efa1fbd556e803724851496dd023ff61185
diff --git a/media-sound/ffmpeg-normalize/ffmpeg-normalize-1.22.1-r1.ebuild b/media-sound/ffmpeg-normalize/ffmpeg-normalize-1.22.1-r1.ebuild
deleted file mode 100644
index 86641ee..0000000
--- a/media-sound/ffmpeg-normalize/ffmpeg-normalize-1.22.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utility for batch-normalizing audio using ffmpeg"
-HOMEPAGE="https://github.com/slhck/ffmpeg-normalize"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="${HOMEPAGE}"
-else
- #SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- ${DEPEND}
- media-video/ffmpeg
-"
diff --git a/media-sound/ffmpeg-normalize/metadata.xml b/media-sound/ffmpeg-normalize/metadata.xml
deleted file mode 100644
index dbd0ce5..0000000
--- a/media-sound/ffmpeg-normalize/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
- holgersson@posteo.de
- Nils Freydank
-
-
- Quoting upstream: This program normalizes media files to a certain
- loudness level using the EBU R128 loudness normalization procedure. It
- can also perform RMS-based normalization (where the mean is lifted or
- attenuated), or peak normalization to a certain target level.
-
-
- slhck/ffmpeg-normalize
- https://github.com/slhck/ffmpeg-normalize/issues
-
-
diff --git a/profiles/package.mask b/profiles/package.mask
index e6b4621..ee9bbcc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -3,9 +3,3 @@
# syntax:
# author (LANG=C date -u +"%Y-%m-%d)
# reason
-
-# Nils Freydank (2021-07-23)
-# Remove ffmpeg-normalize after 2021-07-31.
-# I don't use it anymore and it needs ffmpeg-progress-yield which is
-# not packaged so far.
-media-sound/ffmpeg-normalize