summaryrefslogtreecommitdiffstats
path: root/trinity-apps/knowit
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
committerormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
commit3401abb615b656c425a85b933aa25335f6ddf156 (patch)
treee851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/knowit
parent13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff)
downloadtde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz
tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/knowit')
-rw-r--r--trinity-apps/knowit/Manifest1
-rw-r--r--trinity-apps/knowit/knowit-14.0.12.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/knowit/Manifest b/trinity-apps/knowit/Manifest
index 0799ea57..b7a56424 100644
--- a/trinity-apps/knowit/Manifest
+++ b/trinity-apps/knowit/Manifest
@@ -1,2 +1 @@
-DIST knowit-trinity-14.0.12.tar.xz 97272 BLAKE2B e0787b5bf2e9b8f4db96e74236f266b2a476c4b090c81db886c1f97be7fda879207d951590fb68a3aedabb3b247fbe65632f5a3e303b03991db02231f97c99b9 SHA512 c951c82960352ec54d2ae26ad2128aa43e2d5b4d126ec2f2c16a1c3b124a422f72febd87d776e6ecacd553344304f828b8b05fcd1bb6f35788b50ae6d1558a96
DIST knowit-trinity-14.0.13.tar.xz 97268 BLAKE2B 599d01e7c4b691f5995234168b973e13e92555eb4c7c727759253864f02a1290891751a477a3f1e10354fef41268ae7025ff0622eccafd2b32d7502bf906b4c0 SHA512 38a235640355e07fcffc2ce9aebc655bcabdc69d0e5da1c677213c5c717bb146267a3043e2e9bcbb938f98e0a3e6dc1c7047873cf676509eca9677e86f1b8502
diff --git a/trinity-apps/knowit/knowit-14.0.12.ebuild b/trinity-apps/knowit/knowit-14.0.12.ebuild
deleted file mode 100644
index 9d029ed6..00000000
--- a/trinity-apps/knowit/knowit-14.0.12.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
-}