aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-04-21 19:22:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-04-21 19:22:06 +0200
commit8fc820346c36a10138de9806347bb6e242f2e36c (patch)
tree8200e012fcb6bafd9dacd2c5d310342807a966d1 /kde-apps/kmouth
parentkde-apps/kmousetool: drop 22.04.0* (diff)
downloadkde-8fc820346c36a10138de9806347bb6e242f2e36c.tar.gz
kde-8fc820346c36a10138de9806347bb6e242f2e36c.tar.bz2
kde-8fc820346c36a10138de9806347bb6e242f2e36c.zip
kde-apps/kmouth: drop 22.04.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmouth')
-rw-r--r--kde-apps/kmouth/Manifest1
-rw-r--r--kde-apps/kmouth/kmouth-22.04.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
deleted file mode 100644
index 83c0646efe..0000000000
--- a/kde-apps/kmouth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kmouth-22.04.0.tar.xz 2104452 BLAKE2B 76a4e2cb522612217fe1081c861069a6c90d18896a3b4e0d9152ac453e2b5e4ade78371c4ca2963367fec70212ffcf13c9945d5d6f5c00d557c52e775c058336 SHA512 5327881b772ff133fd441e1534881d84ac14a85fea4be66c757716f8e4c74862968a217c0b2d49c60ca4b76e427c82901db0c63da9c8cb8920d907611112247c
diff --git a/kde-apps/kmouth/kmouth-22.04.0.ebuild b/kde-apps/kmouth/kmouth-22.04.0.ebuild
deleted file mode 100644
index d647a81761..0000000000
--- a/kde-apps/kmouth/kmouth-22.04.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.92.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Text-to-speech synthesizer front end"
-HOMEPAGE="https://apps.kde.org/kmouth/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtspeech-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"