summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kxmleditor
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-apps/kxmleditor
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-apps/kxmleditor')
-rw-r--r--trinity-apps/kxmleditor/Manifest1
-rw-r--r--trinity-apps/kxmleditor/kxmleditor-14.0.13.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/kxmleditor/Manifest b/trinity-apps/kxmleditor/Manifest
index 72b83096..779bafb7 100644
--- a/trinity-apps/kxmleditor/Manifest
+++ b/trinity-apps/kxmleditor/Manifest
@@ -1,2 +1 @@
-DIST kxmleditor-trinity-14.0.13.tar.xz 509792 BLAKE2B 545c2e9e19de74a0138070286f0afaaa6f9d009ff2d1eaf3df2326a640f316ceeb14498d1990647e8e7ad9af973f2ea4bfceacb713d1fc73a8115c7364bda2c7 SHA512 98ded5234527d6ffbcfbba696ace23bb3a1835003d2b37dd7e7aff60ab5c8c3d737ca98e7311a66f6796749b798bb30a86130f5f22262473ea3b86794e8e3877
DIST kxmleditor-trinity-14.1.0.tar.xz 509724 BLAKE2B b8e46db4ce5aa4ad524d410ad0d8ba9e3bf764b257292a3ce78afc07176641ba718f0c59fbd302d794fa8e070894fe2f5ec100bdd9054dc2591ce792967449de SHA512 067b554ed57cd71675bfcc6c76ed1608d9fcdfe3c28e184ab4bde3dbd6e84a53f7bfbb7155dad40c24087722295ad6df7949603232c920f1ebe4a1fcebd5c24c
diff --git a/trinity-apps/kxmleditor/kxmleditor-14.0.13.ebuild b/trinity-apps/kxmleditor/kxmleditor-14.0.13.ebuild
deleted file mode 100644
index fa1f646d..00000000
--- a/trinity-apps/kxmleditor/kxmleditor-14.0.13.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 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="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
-}