summaryrefslogtreecommitdiffstats
path: root/trinity-base/kmouth
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
committerormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
commite0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-base/kmouth
parent1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff)
downloadtde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz
tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kmouth')
-rw-r--r--trinity-base/kmouth/Manifest1
-rw-r--r--trinity-base/kmouth/kmouth-14.0.13.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/trinity-base/kmouth/Manifest b/trinity-base/kmouth/Manifest
index f6b3f571..e3b38848 100644
--- a/trinity-base/kmouth/Manifest
+++ b/trinity-base/kmouth/Manifest
@@ -1,2 +1 @@
-DIST tdeaccessibility-trinity-14.0.13.tar.xz 6193500 BLAKE2B 50409538cbe145cf1106a00c31c99a77a31ec400fc79af63bcefa073e033635a630d922a4a447239ab7518c3ff8556932ac400d042343b1d8f596900862dab97 SHA512 92552fada0e4cd1f11cd7b8e4d55452d292becc9816084bba27d4ec1443506751bd245f4c697a93b72dda2ce7265f3b1a3f93f3a80a19153ca17a8753fd98afa
DIST tdeaccessibility-trinity-14.1.0.tar.xz 6191924 BLAKE2B a3f8255b00c59091df78ec0893c24a1da74366faaaf4ac459fe7589840ebffcdbea9fe6f57bccf8869bfea0fadb79dcba40bf1d700e372afdd3714bf6e6dc328 SHA512 91f3b48f5361d850fc6ee480e67cb9fb00df463d146b9291b7f4c66749d90df742f868562c75978139a0ef5b1be8ea668e8b4042f8d9032b26bfed60bb56bba4
diff --git a/trinity-base/kmouth/kmouth-14.0.13.ebuild b/trinity-base/kmouth/kmouth-14.0.13.ebuild
deleted file mode 100644
index 775f1993..00000000
--- a/trinity-base/kmouth/kmouth-14.0.13.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_MODULE_NAME="tdeaccessibility"
-TRINITY_MODULE_TYPE="core"
-TRINITY_HANDBOOK="optional"
-TSM_EXTRACT_ALSO="translations"
-inherit trinity-meta-2
-
-DESCRIPTION="TDE: A type-and-say front end for speech synthesizers"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_ARTS=OFF
- )
-
- trinity-meta-2_src_configure
-}