summaryrefslogtreecommitdiffstats
path: root/trinity-base/kedit
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-22 11:30:51 +0300
committerormorph <roma251078@mail.ru>2023-04-22 21:42:10 +0300
commit3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch)
tree30fa95df5cd70e135890939da86d325d10bf0dca /trinity-base/kedit
parent70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff)
downloadtde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz
tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kedit')
-rw-r--r--trinity-base/kedit/Manifest1
-rw-r--r--trinity-base/kedit/kedit-14.1.0.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/trinity-base/kedit/Manifest b/trinity-base/kedit/Manifest
index 6e8805c1..21cc7b88 100644
--- a/trinity-base/kedit/Manifest
+++ b/trinity-base/kedit/Manifest
@@ -1 +1,2 @@
DIST tdeutils-trinity-14.0.13.tar.xz 2231300 BLAKE2B 230f19b6782993f6ae6733e652fef08f481ddc6dabdc1f59f84fe25871c3d6418c5774350eb71378ee8cadb5941fbcb6de4b3308d818d649bcb0dace3f243ccf SHA512 c78f70ca92ed18dcfc6734946de0948579f35e1d9cf34d826940a1f0d24bc3d5142d6bced4371e7edc951bf3440e6d5c603caa2c86ff1284c3f8c409f3961d99
+DIST tdeutils-trinity-14.1.0.tar.xz 3188452 BLAKE2B 44f4f8c4952730de92011ff8b63a2aad055c014a2f67a6c58029b12459f763842e5f750be04444b6c6d43e4ca7cdfad003d40947ac3556339251095438b38113 SHA512 5428c10f1829564af5041a5bdfb8785b4a4d99ec1c1f049fda9eefc339100c4c303f9ccb41259f0df459a796963e60baddaedf74977d245e7eda1efb01e3b686
diff --git a/trinity-base/kedit/kedit-14.1.0.ebuild b/trinity-base/kedit/kedit-14.1.0.ebuild
new file mode 100644
index 00000000..0aaa57bb
--- /dev/null
+++ b/trinity-base/kedit/kedit-14.1.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Copyright 2022-2023 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_NAME="tdeutils"
+TRINITY_MODULE_TYPE="core"
+TRINITY_HANDBOOK="optional"
+inherit trinity-meta-2
+
+DESCRIPTION="Very simple text editor for Trinity"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi