From e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 22 Oct 2023 09:26:44 +0300 Subject: Removing version 14.0.13 Signed-off-by: ormorph --- trinity-apps/knowit/Manifest | 1 - trinity-apps/knowit/knowit-14.0.13.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) delete mode 100644 trinity-apps/knowit/knowit-14.0.13.ebuild (limited to 'trinity-apps/knowit') diff --git a/trinity-apps/knowit/Manifest b/trinity-apps/knowit/Manifest index 8bfdbbdb..1940dc35 100644 --- a/trinity-apps/knowit/Manifest +++ b/trinity-apps/knowit/Manifest @@ -1,2 +1 @@ -DIST knowit-trinity-14.0.13.tar.xz 97268 BLAKE2B 599d01e7c4b691f5995234168b973e13e92555eb4c7c727759253864f02a1290891751a477a3f1e10354fef41268ae7025ff0622eccafd2b32d7502bf906b4c0 SHA512 38a235640355e07fcffc2ce9aebc655bcabdc69d0e5da1c677213c5c717bb146267a3043e2e9bcbb938f98e0a3e6dc1c7047873cf676509eca9677e86f1b8502 DIST knowit-trinity-14.1.0.tar.xz 97260 BLAKE2B 09575e83efe6af8928e7ec108ec6bbb4fb661e3397a33e450b63863bcc1e2a25c22f850fc87951382044de4cc78750e95e18fb52d2f8db91ee6afd4f66dd6f64 SHA512 58d620169cbb2293f010b29851c6f3c8af3883731c23293d2a891e146f13481c34d276cc2d1bebba812b32c2d6ee74147c6153fbcb0af31827de4f7a76f3ad94 diff --git a/trinity-apps/knowit/knowit-14.0.13.ebuild b/trinity-apps/knowit/knowit-14.0.13.ebuild deleted file mode 100644 index 9d029ed6..00000000 --- a/trinity-apps/knowit/knowit-14.0.13.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# 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_LANGS="de es fr hu nl pl ru sk zh_CN" -TRINITY_MODULE_TYPE="applications/office" -inherit trinity-base-2 - -DESCRIPTION="Tool for managing notes" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - - trinity-base-2_src_configure -} -- cgit v1.2.1