summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-04 18:58:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-04 19:25:46 +0100
commitfcccd2dfec66cdd80c284989fa490882195a1fbc (patch)
tree48a91f58a8371fd4ce5f7f95cfb5e6e80671a989 /kde-apps/kmouth
parentkde-apps/kmousetool: drop 24.08.1 (diff)
downloadgentoo-fcccd2dfec66cdd80c284989fa490882195a1fbc.tar.gz
gentoo-fcccd2dfec66cdd80c284989fa490882195a1fbc.tar.bz2
gentoo-fcccd2dfec66cdd80c284989fa490882195a1fbc.zip
kde-apps/kmouth: drop 24.08.1
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-24.08.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index b2f74ab1b83a..49b23c2ac0de 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,2 +1 @@
-DIST kmouth-24.08.1.tar.xz 1936424 BLAKE2B ab5c4130b5bac88a35db974f44d4128b25fe698715c91fb7620b10051fbdd0c672b18dc0308fb06b319316197b20ad436153ae1439c798e8d20ca5fd6a903aa0 SHA512 b8bfdc610b6ce3a5433a1db4e434a964790051852aad7a15d062015de5a807bd27d1dffbc4b075c8881813f2b5a318d5ac61e1ee4cef62179314dda395c2a320
DIST kmouth-24.08.3.tar.xz 1940356 BLAKE2B 62bdb6d78b7167d55172326a3abb0b40c1a909a893b542385326dd57ae8d22595eae623112e069db41146570501ac42019db294ae036b9068a21ae04e8ee79f0 SHA512 4d5beea2efddbee0dc7d58d52e273b361f6f5cbe08d4d9fce5e35b33c0f5c14126882e04c4c71d3cf556ae9083f2be20677993671e5af336d5b9be479dc5c928
diff --git a/kde-apps/kmouth/kmouth-24.08.1.ebuild b/kde-apps/kmouth/kmouth-24.08.1.ebuild
deleted file mode 100644
index d79e18bad8be..000000000000
--- a/kde-apps/kmouth/kmouth-24.08.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Text-to-speech synthesizer front end"
-HOMEPAGE="https://apps.kde.org/kmouth/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml]
- >=dev-qt/qtspeech-${QTMIN}:6
- >=kde-frameworks/kcompletion-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-RDEPEND="${DEPEND}"