From 3401abb615b656c425a85b933aa25335f6ddf156 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 16 Apr 2023 16:23:47 +0300 Subject: Removing ebuilds of version 14.0.12 Signed-off-by: ormorph --- trinity-base/kturtle/Manifest | 1 - trinity-base/kturtle/kturtle-14.0.12.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 trinity-base/kturtle/kturtle-14.0.12.ebuild (limited to 'trinity-base/kturtle') diff --git a/trinity-base/kturtle/Manifest b/trinity-base/kturtle/Manifest index ff4e5c04..9101165c 100644 --- a/trinity-base/kturtle/Manifest +++ b/trinity-base/kturtle/Manifest @@ -1,2 +1 @@ -DIST tdeedu-trinity-14.0.12.tar.xz 24697848 BLAKE2B a30088be53ba489aeaf7d8ca5958db47bf0e710724196077465bd65220b0ba88fa4f2f5ec9bf4d5fd032d039924b1c24901eb40be5a7115cf0050b9996168159 SHA512 d5841d609169e3d1b1c7ac98dcedfc8be78bbeff11e96efb59302a42d5f7423d27bbca98032a259fd0bed999a0b3ee2f54ec9ce8bbb101b560f8d05e6439f79a DIST tdeedu-trinity-14.0.13.tar.xz 24701400 BLAKE2B 2e488a7826d0715d3d1c80dfa096192ddc4b83ade67bfe8f4762bee368dcea605b4e18cb545e0fbc7a231266902183497589498fca971fd38719a5db022e4d11 SHA512 a3968a695e12a6c8349b21b792f52bf6f6c138d012479fb7262612908242b27824dc62320dfdc6605b15eaa2a61a2c9602f338abd5fafbe8ec2549e29da8c8cb diff --git a/trinity-base/kturtle/kturtle-14.0.12.ebuild b/trinity-base/kturtle/kturtle-14.0.12.ebuild deleted file mode 100644 index 23e76bea..00000000 --- a/trinity-base/kturtle/kturtle-14.0.12.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2022 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -TRINITY_MODULE_NAME="tdeedu" -TRINITY_MODULE_TYPE="core" -TSM_EXTRACT_ALSO="translations" -inherit trinity-meta-2 - -DESCRIPTION="Educational Logo programming environment" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -src_prepare() { - sed -i -e '/add_subdirectory( applnk )/d' \ - -e '/add_subdirectory( libtdeedu )/d' "${S}/CMakeLists.txt" || die - trinity-meta-2_src_prepare -} -- cgit v1.2.1