summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kvkbd
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
committerormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
commit20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch)
treefc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/kvkbd
parent2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff)
downloadtde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz
tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip
Version 14.0.8 removed
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kvkbd')
-rw-r--r--trinity-apps/kvkbd/Manifest1
-rw-r--r--trinity-apps/kvkbd/kvkbd-14.0.8.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/trinity-apps/kvkbd/Manifest b/trinity-apps/kvkbd/Manifest
index fbc87a5c..ce3b7e1b 100644
--- a/trinity-apps/kvkbd/Manifest
+++ b/trinity-apps/kvkbd/Manifest
@@ -1,2 +1 @@
DIST kvkbd-trinity-14.0.11.tar.xz 47504 BLAKE2B ea37ff5e7b37d567681ceaf8c80de010e1c424d9ace280c1a88e653f6928e8a4c7199b33fe7775762d7406fc0eb01f6901b32398c21248606b3b4742928b2c15 SHA512 d4d4311e49607d7eea7ee5f34db59760cb59d13ba6883163c2d52870dd819ce4b08c37272ae9b87424860811e482f44067da4737c1fdd374d631884a9a8ea90a
-DIST kvkbd-trinity-14.0.8.tar.xz 63460 BLAKE2B ba8e9c84cd53ff23312bad0d7cd1acf553c2b5c5ca781facc6b4f582f0d61716f7ca5223c7a428ba4369b981b78d19dbffc729cbfa412458931b36a75fcd57d5 SHA512 bf342e3a0f6cca94e4dca2a29752eeaee6eef06bfd2b0d065e8023bdbc5bb47cf66f5cdf5140289ff7fd5a7cd87819d267213752f82ec9eeb431b4b001a24f03
diff --git a/trinity-apps/kvkbd/kvkbd-14.0.8.ebuild b/trinity-apps/kvkbd/kvkbd-14.0.8.ebuild
deleted file mode 100644
index 1d97902b..00000000
--- a/trinity-apps/kvkbd/kvkbd-14.0.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_TYPE="applications"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de"
-
-inherit trinity-base-2
-
-DESCRIPTION="A virtual keyboard for TDE"
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-need-trinity
-
-SLOT="${TRINITY_VER}"
-
-DEPEND+=" x11-libs/libXtst"
-RDEPEND+=" ${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-}