summaryrefslogtreecommitdiffstats
path: root/trinity-apps/ktechlab
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerormorph <roma251078@mail.ru>2024-04-28 22:35:54 +0300
commit30335515923be5f5ee02981121d2cdb6ad89978d (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/ktechlab
parent929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff)
downloadtde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz
tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/ktechlab')
-rw-r--r--trinity-apps/ktechlab/Manifest1
-rw-r--r--trinity-apps/ktechlab/ktechlab-14.1.2.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/trinity-apps/ktechlab/Manifest b/trinity-apps/ktechlab/Manifest
index 8c3e2a1c..df08b155 100644
--- a/trinity-apps/ktechlab/Manifest
+++ b/trinity-apps/ktechlab/Manifest
@@ -1 +1,2 @@
DIST ktechlab-trinity-14.1.1.tar.xz 592636 BLAKE2B c663941649e2c9ff5e998dfaf77968924b93e7059d0db14b3baa1f8054953b3ba8bea3baf8ff19d44ff7d633a76749d2d5e9ea06abfbbfc9f36695f2251fefcf SHA512 4c5759590a90633ef5fc774ff27d1bf4930df39e41da7c7338f80485463e3459eb3c040755d9eeba560d89139770bccf7e375e7ea11613cfb86022306adc76d6
+DIST ktechlab-trinity-14.1.2.tar.xz 592608 BLAKE2B 20f648a92dace58ae6028f35f283f37c4de9bbfaee2a6f2f7b7cf078758800dca5d579bd7de30443852298f98bff73b96b86342fc1796ca4160ce637c84e473d SHA512 e1ef55f1c264e172aa972b37de218fda6db2c890153ef457652e901e28abfcf705050a158aba6b3b6b0291b56d7963b87059d04c130c2dbe54696a92ab931918
diff --git a/trinity-apps/ktechlab/ktechlab-14.1.2.ebuild b/trinity-apps/ktechlab/ktechlab-14.1.2.ebuild
new file mode 100644
index 00000000..bbfcc433
--- /dev/null
+++ b/trinity-apps/ktechlab/ktechlab-14.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022-2024 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}"