diff --git a/app-mobilephone/flashlight/Manifest b/app-mobilephone/flashlight/Manifest
deleted file mode 100644
index 8739b8f..0000000
--- a/app-mobilephone/flashlight/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flashlight-0.1.1.tar.gz 20077 BLAKE2B c9ed29d034c5c7e91a87209236e153afbada4c0e098dba0e0ed8fa0f7b321d3ec693fe198de415031024f4a29437ba2986809f30009c5c09751d7800449a42af SHA512 ed8350bf75f5638c36ba070dee7f5aa0455fcde5ed4ecc63ff7a27578d34e382e16b2998e25898e972b95b5307af58de14b96ee359bedfcee924f9b7e865dcd6
diff --git a/app-mobilephone/flashlight/files/60-flashlight.rules b/app-mobilephone/flashlight/files/60-flashlight.rules
deleted file mode 100644
index b9098a8..0000000
--- a/app-mobilephone/flashlight/files/60-flashlight.rules
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-3+
-#
-# This file is part of flashlight.
-
-SUBSYSTEM=="leds", KERNEL=="white:flash", ACTION=="add", RUN+="/bin/chmod -R a+w /sys%p"
diff --git a/app-mobilephone/flashlight/files/90-flashlight.rules b/app-mobilephone/flashlight/files/90-flashlight.rules
deleted file mode 100644
index 3aafcd2..0000000
--- a/app-mobilephone/flashlight/files/90-flashlight.rules
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBSYSTEM=="leds", ACTION=="add", KERNEL=="white:flash", \
- RUN+="/bin/chmod 777 /sys/class/leds/%k/brightness"
diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
deleted file mode 100644
index 28f82e8..0000000
--- a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson gnome2-utils udev xdg-utils
-
-MY_COMMIT="f5feb4b3d17bbf16171d716bbb8e28f3a84542ef"
-
-DESCRIPTION="It's a flashlight, what do you expect?"
-HOMEPAGE="https://gitlab.com/a-wai/flashlight.git"
-SRC_URI="https://gitlab.com/a-wai/flashlight/-/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="x11-libs/gtk+"
-BDEPEND="dev-lang/python-exec[native-symlinks]"
-
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-src_install() {
- meson_src_install
- udev_dorules "${FILESDIR}/60-flashlight.rules"
- mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_icon_cache_update
-}
diff --git a/app-mobilephone/flashlight/metadata.xml b/app-mobilephone/flashlight/metadata.xml
deleted file mode 100644
index b372191..0000000
--- a/app-mobilephone/flashlight/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/app-mobilephone/mobile-config-firefox/Manifest b/app-mobilephone/mobile-config-firefox/Manifest
deleted file mode 100644
index cb6ab83..0000000
--- a/app-mobilephone/mobile-config-firefox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mobile-config-firefox-2.2.0.tar.gz 21193 BLAKE2B 8958a2bd9e780e788497f4ec33ef70ede51fe1c4e174365fd14ac04ad14f3fa987a1801de6ce247ff36fda078d6ff060810072ff094b3e5cfb6134dcd072ce96 SHA512 673517b5048a9fd89b1dc7b199811ca6ff60dff7e75820291fe9bfacbed5f944192fc9c0262e11ab12d83b52197326a5022ec2af7405a8e964594d87a7146e9b
diff --git a/app-mobilephone/mobile-config-firefox/metadata.xml b/app-mobilephone/mobile-config-firefox/metadata.xml
deleted file mode 100644
index 4fdf310..0000000
--- a/app-mobilephone/mobile-config-firefox/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- gjdijkman@gjdwebserver.nl
- Gerben Jan Dijkman
-
-
diff --git a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.2.0.ebuild b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.2.0.ebuild
deleted file mode 100644
index e4d2660..0000000
--- a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Mobile and privacy friendly configuration for Firefox"
-HOMEPAGE="https://gitlab.com/postmarketOS/mobile-config-firefox"
-SRC_URI="https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
- default
- mv ${D}/usr/lib ${D}/usr/lib64
-}
diff --git a/app-mobilephone/pinephone-meta/pinephone-meta-0.3.ebuild b/app-mobilephone/pinephone-meta/pinephone-meta-0.3.ebuild
index 1305628..2219802 100644
--- a/app-mobilephone/pinephone-meta/pinephone-meta-0.3.ebuild
+++ b/app-mobilephone/pinephone-meta/pinephone-meta-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7