diff options
author | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-base/kmousetool | |
parent | 13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff) | |
download | tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip |
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kmousetool')
-rw-r--r-- | trinity-base/kmousetool/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kmousetool/kmousetool-14.0.12.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/trinity-base/kmousetool/Manifest b/trinity-base/kmousetool/Manifest index f68c8322..a78c5867 100644 --- a/trinity-base/kmousetool/Manifest +++ b/trinity-base/kmousetool/Manifest @@ -1,2 +1 @@ -DIST tdeaccessibility-trinity-14.0.12.tar.xz 6193364 BLAKE2B 199168edf8ca8d85e1167ce9777b14510de2a4e7e5019fe587aedb0428fe682a48ae4c678c33fb54bd617d6a0561a2a47815428bdbcfb7f4f9bb84e178632e59 SHA512 510493b899590c86c6813de1c04c55097d3b95b483c47abb0992b3d14ed6402b8c0c0fff558056efeda4901bbba68454d580f0b158705177ef8a9e958824f2a4 DIST tdeaccessibility-trinity-14.0.13.tar.xz 6193500 BLAKE2B 50409538cbe145cf1106a00c31c99a77a31ec400fc79af63bcefa073e033635a630d922a4a447239ab7518c3ff8556932ac400d042343b1d8f596900862dab97 SHA512 92552fada0e4cd1f11cd7b8e4d55452d292becc9816084bba27d4ec1443506751bd245f4c697a93b72dda2ce7265f3b1a3f93f3a80a19153ca17a8753fd98afa diff --git a/trinity-base/kmousetool/kmousetool-14.0.12.ebuild b/trinity-base/kmousetool/kmousetool-14.0.12.ebuild deleted file mode 100644 index 5bce37d3..00000000 --- a/trinity-base/kmousetool/kmousetool-14.0.12.ebuild +++ /dev/null @@ -1,22 +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" -TSM_EXTRACT_ALSO="translations" -inherit trinity-meta-2 - -DESCRIPTION="TDE accessibility tool: translates mouse hovering into clicks" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -src_configure() { - local mycmakeargs=( - -DWITH_ARTS=OFF - ) - - trinity-meta-2_src_configure -} |