summaryrefslogtreecommitdiffstats
path: root/trinity-apps/k3b-i18n
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
committerormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
commite0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/k3b-i18n
parent1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff)
downloadtde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz
tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/k3b-i18n')
-rw-r--r--trinity-apps/k3b-i18n/Manifest1
-rw-r--r--trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/trinity-apps/k3b-i18n/Manifest b/trinity-apps/k3b-i18n/Manifest
index 9445e1c5..b1c13bb0 100644
--- a/trinity-apps/k3b-i18n/Manifest
+++ b/trinity-apps/k3b-i18n/Manifest
@@ -1,2 +1 @@
-DIST k3b-i18n-trinity-14.0.13.tar.xz 4733072 BLAKE2B 94f0341aa7532a3e1afabbc7c346d03014b719f9e29784087d0cc5eedb603c959aa1d5961836a91c8d51cbe7c312644e2894d9971c14c9b52a52fa85d4a8e0ce SHA512 ed1165e5fc3890c07a9ad3598bd3bf73e3bf9ef65f138a961e46e9af694a34ec17e1a459aa545c83e19624cd2946e2d463e9ecb3d6623e4b5b7a81f7e3966d37
DIST k3b-i18n-trinity-14.1.0.tar.xz 4732876 BLAKE2B 30d8b38d4f48132ef7f46556929ee33726b6b4d6fc9c042c627e9b4851786891dc00b8fab7b8e265eb3be6fb87a48226bca954da53244fd0f4057f22722a334a SHA512 4d99d57f33a0c9b2f5bfdee3432efcfc3da0d0e0b96cc7439e87b099ab347fac8e86a133becc5b64c9c115f5117763df3adc0c4dad55082faa4e17647fd91d27
diff --git a/trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild b/trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild
deleted file mode 100644
index 09626b8e..00000000
--- a/trinity-apps/k3b-i18n/k3b-i18n-14.0.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_MODULE_TYPE="applications/multimedia"
-inherit trinity-base-2
-
-DESCRIPTION="K3b - internationalization translations"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-IUSE="+handbook"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_MESSAGES=ON
- -DBUILD_DOC="$(usex handbook)"
- )
- trinity-base-2_src_configure
-}