summaryrefslogtreecommitdiffstats
path: root/trinity-apps/ktechlab
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
committerSlávek Banko <slavek.banko@axis.cz>2023-10-22 18:59:09 +0200
commite8ab477a377e080da6e194f6701c9f54928f1ce7 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/ktechlab
parent6049aa3d3fae67d258ab11f9ac2865a4d4f0a737 (diff)
downloadtde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.tar.gz
tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.zip
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3)
Diffstat (limited to 'trinity-apps/ktechlab')
-rw-r--r--trinity-apps/ktechlab/Manifest1
-rw-r--r--trinity-apps/ktechlab/ktechlab-14.0.13.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/trinity-apps/ktechlab/Manifest b/trinity-apps/ktechlab/Manifest
index b7e0b528..0160ff74 100644
--- a/trinity-apps/ktechlab/Manifest
+++ b/trinity-apps/ktechlab/Manifest
@@ -1,2 +1 @@
-DIST ktechlab-trinity-14.0.13.tar.xz 592640 BLAKE2B 466d8044bbe16100266446a2778e0284a371a2e0a5c4ce3efa7178e6d1b465ba1496385658b1dfa1133df09843889fa9231ced223969705d844fb7d153a437b7 SHA512 7853b5d33034608d962d446c25037812a518ca095bb345c178c9bfcd3a73a57425f615eb075808d06f8b95eda9d8d254426cb894ca3a26862dcd137b966f1e8f
DIST ktechlab-trinity-14.1.0.tar.xz 592640 BLAKE2B 7c8c703748fd11cfbad10c410d633b031b746d03ccbbbba6346ad17e9d09d3a6eb4f8566f56d51d842ef6d9b0419aa9168e181160505cc08143bf839cfc68dbe SHA512 88e512a9564dc087abccd25072c8e8cf92bd613d22214628fe3153a6ea8e967cdeb782b313292714bfacb78192de79c89af4e930712239f0a35cf460be70d813
diff --git a/trinity-apps/ktechlab/ktechlab-14.0.13.ebuild b/trinity-apps/ktechlab/ktechlab-14.0.13.ebuild
deleted file mode 100644
index 190bea06..00000000
--- a/trinity-apps/ktechlab/ktechlab-14.0.13.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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_MODULE_TYPE="applications/development"
-inherit trinity-base-2
-
-DESCRIPTION="Circuit simulator for microcontrollers and electronics [Trinity]"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-IUSE="+handbook"
-
-DEPEND="
- dev-embedded/gpsim
-"
-RDEPEND="${DEPEND}"