summaryrefslogtreecommitdiffstats
path: root/trinity-apps/k3b-i18n
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
committerormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
commit20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch)
treefc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/k3b-i18n
parent2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff)
downloadtde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz
tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip
Version 14.0.8 removed
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.8.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/trinity-apps/k3b-i18n/Manifest b/trinity-apps/k3b-i18n/Manifest
index fe5c3952..b04b8894 100644
--- a/trinity-apps/k3b-i18n/Manifest
+++ b/trinity-apps/k3b-i18n/Manifest
@@ -1,2 +1 @@
DIST k3b-i18n-trinity-14.0.11.tar.xz 4733544 BLAKE2B fba9a63668f915a66c679b23ab93cc16a4ae71acf5bc4c71649203b5f82fb088a9639b851c22fa56982df4344b6d70c37e6ac0ac4f79349a89393b1df411486b SHA512 06abb553771054a173a278dfbae711c5fb30ebe2dc617981b0a13a252efab5c7ac05feec7b1663bc467c9d2f861ae049e8fd0f1a6bb75a929c4d6c1fef7a9d77
-DIST k3b-i18n-trinity-14.0.8.tar.xz 5005696 BLAKE2B 76913f73b72dc99ffc575c97bd3ce2d162bdc32bbfcb30394ed241f4aa67d23bd6af21df36ad2455f41a41c5e224c1186c65d607f08487b02cf344ffce1b563b SHA512 027d5a46b296e7f1610f66b5dc050bec7be681b96fe716ab2ffe5d8a2ee9df2c71b327e8ff189461946f975393c13087b3950797d7bb006dd4522c8426d33646
diff --git a/trinity-apps/k3b-i18n/k3b-i18n-14.0.8.ebuild b/trinity-apps/k3b-i18n/k3b-i18n-14.0.8.ebuild
deleted file mode 100644
index 9ccfbfe1..00000000
--- a/trinity-apps/k3b-i18n/k3b-i18n-14.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_TYPE="applications"
-
-inherit trinity-base-2
-
-DESCRIPTION="K3b - internationalization translations"
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-need-trinity
-
-SLOT="${TRINITY_VER}"
-
-IUSE+=" +handbook"
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_MESSAGES=ON
- -DBUILD_DOC="$(usex handbook)"
- )
-
- trinity-base-2_src_configure
-}