diff options
Diffstat (limited to 'trinity-apps/ktechlab')
-rw-r--r-- | trinity-apps/ktechlab/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/ktechlab/ktechlab-14.1.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/trinity-apps/ktechlab/Manifest b/trinity-apps/ktechlab/Manifest index 9ae14fac..8c3e2a1c 100644 --- a/trinity-apps/ktechlab/Manifest +++ b/trinity-apps/ktechlab/Manifest @@ -1,2 +1 @@ -DIST ktechlab-trinity-14.1.0.tar.xz 592640 BLAKE2B 7c8c703748fd11cfbad10c410d633b031b746d03ccbbbba6346ad17e9d09d3a6eb4f8566f56d51d842ef6d9b0419aa9168e181160505cc08143bf839cfc68dbe SHA512 88e512a9564dc087abccd25072c8e8cf92bd613d22214628fe3153a6ea8e967cdeb782b313292714bfacb78192de79c89af4e930712239f0a35cf460be70d813 DIST ktechlab-trinity-14.1.1.tar.xz 592636 BLAKE2B c663941649e2c9ff5e998dfaf77968924b93e7059d0db14b3baa1f8054953b3ba8bea3baf8ff19d44ff7d633a76749d2d5e9ea06abfbbfc9f36695f2251fefcf SHA512 4c5759590a90633ef5fc774ff27d1bf4930df39e41da7c7338f80485463e3459eb3c040755d9eeba560d89139770bccf7e375e7ea11613cfb86022306adc76d6 diff --git a/trinity-apps/ktechlab/ktechlab-14.1.0.ebuild b/trinity-apps/ktechlab/ktechlab-14.1.0.ebuild deleted file mode 100644 index b204ac12..00000000 --- a/trinity-apps/ktechlab/ktechlab-14.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022-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_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}" |