summaryrefslogtreecommitdiffstats
path: root/trinity-base/kapptemplate
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
committerormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
commitd461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch)
treedb683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-base/kapptemplate
parentf6f1346c2bc2531895b27077add6f0f3adea8d04 (diff)
downloadtde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz
tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip
Removing version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kapptemplate')
-rw-r--r--trinity-base/kapptemplate/Manifest1
-rw-r--r--trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/trinity-base/kapptemplate/Manifest b/trinity-base/kapptemplate/Manifest
index 75c9dd54..7f90c865 100644
--- a/trinity-base/kapptemplate/Manifest
+++ b/trinity-base/kapptemplate/Manifest
@@ -1,2 +1 @@
-DIST tdesdk-trinity-14.0.11.tar.xz 3714048 BLAKE2B a8db1b0e1559bc2c5e41abbc278103d8363aee591c487e54dd9948a0eddb85eb5915050c91728496d88c46560ce89f50ce91f06a08163337cd450fb0b20f39c2 SHA512 47cfe6dd5ef89b13fc2b5e4f76525bdf6101b528354d43e4413c6b6bf3c1fd3bef22102a8664e0ce3dd3de9be1f05ed3c8ec63e9d303688027bb695520594dac
DIST tdesdk-trinity-14.0.12.tar.xz 3715284 BLAKE2B a03bd2dd291bb8cae871a2d4cce0a1ef51875f4f3343b4b3d9d1cb5706d1a51983f676a5449f701a3181a0c70c41b12549f4ee4668cedcb7c02b9f3b186191fb SHA512 8d32881d1ea27074acd1fa2b79e42b2bb0670413e9927205717fc5ce52c2dc368d16393c1b3bc50f61062da7dcbf22c2ce5fe8adc1cb900e87631cdfb9804c38
diff --git a/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild b/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild
deleted file mode 100644
index 62f98337..00000000
--- a/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Copyright 2021 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-TRINITY_MODULE_NAME="tdesdk"
-TRINITY_MODULE_TYPE="core"
-TSM_EXTRACT_ALSO="admin translations"
-
-inherit trinity-meta-2
-
-DESCRIPTION="Creates a framework to develop a Trinity application"
-HOMEPAGE="https://trinitydesktop.org/"
-
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-IUSE=""
-
-DEPEND="
- ~trinity-base/libkcal-${PV}
- ~trinity-base/libtdepim-${PV}
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- trinity-admin-prepare
- cmake_src_prepare
-}