summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kiosktool
diff options
context:
space:
mode:
authorormorph <[email protected]>2023-10-22 09:26:44 +0300
committerormorph <[email protected]>2023-10-22 09:26:44 +0300
commite0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/kiosktool
parent1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff)
downloadtde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz
tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip
Removing version 14.0.13
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kiosktool')
-rw-r--r--trinity-apps/kiosktool/Manifest1
-rw-r--r--trinity-apps/kiosktool/kiosktool-14.0.13.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-apps/kiosktool/Manifest b/trinity-apps/kiosktool/Manifest
index e3b244f1..73491d6f 100644
--- a/trinity-apps/kiosktool/Manifest
+++ b/trinity-apps/kiosktool/Manifest
@@ -1,2 +1 @@
-DIST kiosktool-trinity-14.0.13.tar.xz 269964 BLAKE2B 2b68c3c491c00a964fd9d68931ecd53828648de47d9487d557c0c37f0dcb8b0b7af7a949269d1fcb78ae72d0c29e7e0e2ad8af286e90ea8ed125bfe6c544f29f SHA512 74226bda475abb5b4dd1199b1f7dd4f315ca170a49ac8406232609df2b970cc4aa0bfce9c438e8351182bbf69cc7a17f89d422bdcbb401b6523ef814d19ab4e9
DIST kiosktool-trinity-14.1.0.tar.xz 270004 BLAKE2B c323bd6e7c6901ffbfcfcd5c65b80c45dbd9799a71d970596acc40a2bfa1d43e4e0674067f37417e215b0e0b5e667565ac396cf6a8c87faccedd7e0622836abc SHA512 723d19abb34670c12d95b8e14bf544511af6cd2857e83dc9fe7397a428e8165d27587bdebdd36935fe572ea341ef1080cdc86883e59a9bb1946512b76a279824
diff --git a/trinity-apps/kiosktool/kiosktool-14.0.13.ebuild b/trinity-apps/kiosktool/kiosktool-14.0.13.ebuild
deleted file mode 100644
index 4b8fe180..00000000
--- a/trinity-apps/kiosktool/kiosktool-14.0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="bg br ca cs cy da de en_GB es et fr ga is
- it lt mt nl pt pt_BR ro ru sr sr@Latn sv ta tr"
-TRINITY_MODULE_TYPE="applications/settings"
-inherit trinity-base-2
-
-DESCRIPTION="Tool to configure the TDE kiosk framework "
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-IUSE="kcmautostart"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_KCM_AUTOSTART="$(usex kcmautostart)"
- )
-
- trinity-base-2_src_configure
-}