summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kxmleditor
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
committerormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
commit4b3f0a054757e31efd942db76c6f28e4c26433dd (patch)
tree742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/kxmleditor
parent2769940be476aca58d96f626ecab898409ad8b48 (diff)
downloadtde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.tar.gz
tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.zip
Removing version TDE-14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kxmleditor')
-rw-r--r--trinity-apps/kxmleditor/Manifest1
-rw-r--r--trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/kxmleditor/Manifest b/trinity-apps/kxmleditor/Manifest
index 6f7a235f..bf3eaea7 100644
--- a/trinity-apps/kxmleditor/Manifest
+++ b/trinity-apps/kxmleditor/Manifest
@@ -1,2 +1 @@
-DIST kxmleditor-trinity-14.1.0.tar.xz 509724 BLAKE2B b8e46db4ce5aa4ad524d410ad0d8ba9e3bf764b257292a3ce78afc07176641ba718f0c59fbd302d794fa8e070894fe2f5ec100bdd9054dc2591ce792967449de SHA512 067b554ed57cd71675bfcc6c76ed1608d9fcdfe3c28e184ab4bde3dbd6e84a53f7bfbb7155dad40c24087722295ad6df7949603232c920f1ebe4a1fcebd5c24c
DIST kxmleditor-trinity-14.1.1.tar.xz 509660 BLAKE2B e28a4e8574108b89bc58cb27b305c8ee4d35db7e41afa4dbaf8c4f60b31bbbcef6471bdf67afbc433727f153ade72c5f92943d430d6013574e800949a88570e5 SHA512 28868c2aac1db8510ca0d210c04faadab6aa5f0a26034d8b8197b3d84f6e541866ab26760186c321fd1045cad778e29917bcb626b94fe9ca6e703b8a7ce2a808
diff --git a/trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild b/trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild
deleted file mode 100644
index 630e6f27..00000000
--- a/trinity-apps/kxmleditor/kxmleditor-14.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Copyright 2020-2023 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="de fr pl"
-
-TRINITY_MODULE_TYPE="applications/development"
-inherit trinity-base-2
-
-DESCRIPTION="XML editor for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}