diff --git a/app-containers/podman-compose/Manifest b/app-containers/podman-compose/Manifest
deleted file mode 100644
index 310e9a4..0000000
--- a/app-containers/podman-compose/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST podman-compose-1.0.6.tar.gz 34063 BLAKE2B 1b5e86ee571d1c780ae821c8d92999b32e97b7910dfc834311363803b723f93ad3a458b846d4a99f8001b2c9a46506b8e14605e2df09538ebc39acd9c08cac72 SHA512 78a48ae927ad75f4f2432f2a59a68b1c82c62e7e7f1ace2548397d0eb89afb0718de68faf55c4736bf2b3a485fa83729894e35e6cb5711402660b386c90b762a
diff --git a/app-containers/podman-compose/metadata.xml b/app-containers/podman-compose/metadata.xml
deleted file mode 100644
index df92534..0000000
--- a/app-containers/podman-compose/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- nils.freydank@posteo.de
- Nils Freydank
-
-
- containers/podman-compose
- podman-compose
-
-
diff --git a/app-containers/podman-compose/podman-compose-1.0.6-r1.ebuild b/app-containers/podman-compose/podman-compose-1.0.6-r1.ebuild
deleted file mode 100644
index 10f8892..0000000
--- a/app-containers/podman-compose/podman-compose-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-COMMIT_ID=""
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_11 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Run docker-compose files without root with podman"
-HOMEPAGE="
- https://github.com/containers/podman-compose
- https://pypi.org/project/podman-compose/
-"
-if [[ ${PV} == *9999 ]]; then
- EGIT_REPO_URI="https://github.com/containers/podman-compose.git"
- inherit git-r3
-else
- if [[ ${PV} == *_p* ]]; then
- SRC_URI="https://github.com/containers/podman-compose/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/podman-compose-${COMMIT_ID}"
- fi
-fi
-KEYWORDS="~amd64"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- || (
- app-containers/aardvark-dns
- app-containers/netavark
- app-containers/dnsname
- )
- app-containers/podman
- dev-python/python-dotenv[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
diff --git a/profiles/package.mask b/profiles/package.mask
index 1845a6e..1576100 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -13,10 +13,3 @@
#
# Removal after 2024-02-01.
app-containers/dnsname
-
-# Nils Freydank (2024-01-27)
-# Does not work fully on my machines
-# - which might be a packaging error by myself.
-#
-# Removal after 2024-02-27.
-app-containers/podman-compose