summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-19 20:44:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-19 21:43:59 +0100
commitd874695e8b0d11642db60f77e2c261f488b902bb (patch)
treecf48115198aba977a39e5ab06cd307d81318d2f4 /kde-apps/kmouth
parentkde-apps/kmousetool: drop 23.04.3 (diff)
downloadgentoo-d874695e8b0d11642db60f77e2c261f488b902bb.tar.gz
gentoo-d874695e8b0d11642db60f77e2c261f488b902bb.tar.bz2
gentoo-d874695e8b0d11642db60f77e2c261f488b902bb.zip
kde-apps/kmouth: drop 23.04.3
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-23.04.3.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest
index 167ffda89ee5..86b77aee1162 100644
--- a/kde-apps/kmouth/Manifest
+++ b/kde-apps/kmouth/Manifest
@@ -1,3 +1,2 @@
-DIST kmouth-23.04.3.tar.xz 2087828 BLAKE2B 672a99c37fd27060d2c8c4790c6481d0e83d5e6291cf908159e9e05d5deb421cda1d5fbb56694ca6a4268e04a892ff1fbd7e373669fc9b55727a70adda8d31d2 SHA512 b64b40c3cbd69f865a5eea2bb1aad112a8a62306b21eb0a319f9c88f7d22107555f6240e4cf2aa85bc296958acd806298ea42440a24396ab13d8a1e6d21a70fc
DIST kmouth-23.08.3.tar.xz 2091352 BLAKE2B c87cacdac0454d75ddd771d64f918b6313f3be802edd00c0ae9aba6484dff468104e909d56a2ee2b9ab340e521869fc40fc1fd103530fdee1064bd1b23a95a41 SHA512 cfa602e7d1549210f8e8b63b46a162ade59f050300585e16c27a26cde98de22d01416357da592a3b49629e840274887e287be03266d6b02c86e986dc8566c2d5
DIST kmouth-23.08.4.tar.xz 2091512 BLAKE2B 69a7092fc102334680b07666c924287323064b8adfaf985e1ff6b6bf6b970b68407146067cc0fb1aff04dccc42b2dca8c37d84e78d6c689c4c90b0a2ae912208 SHA512 e8a535a35e8a12d70a610b641dbb485f4c8cc9bf5345a8b96b58d8d68eb99ecded60c8567782cef48ef4ebd9d57b7f798b623f63a64d3913219d074582135cfb
diff --git a/kde-apps/kmouth/kmouth-23.04.3.ebuild b/kde-apps/kmouth/kmouth-23.04.3.ebuild
deleted file mode 100644
index d57d675bc1c4..000000000000
--- a/kde-apps/kmouth/kmouth-23.04.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.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}"