diff options
author | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
commit | d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch) | |
tree | db683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/k3b-i18n | |
parent | f6f1346c2bc2531895b27077add6f0f3adea8d04 (diff) | |
download | tde-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-apps/k3b-i18n')
-rw-r--r-- | trinity-apps/k3b-i18n/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/k3b-i18n/k3b-i18n-14.0.11.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/trinity-apps/k3b-i18n/Manifest b/trinity-apps/k3b-i18n/Manifest index 1752df09..320a9eed 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.12.tar.xz 4734256 BLAKE2B c2f9e610951c1d112ae7ac3904a87b3411d4b108c33b847d31833c251e546235da4424d045929aa60209cc09d37dd9bb4d456dd0864139992efb7687de2953da SHA512 baef1976ee9ac6e87cd4e4595c6723710f762c716e5607b3f0ecff1e13b515a1f558d72da6b71b87bbf97adf1c642e418d1354e7c9fa5015f10bfccf930cc1b9 diff --git a/trinity-apps/k3b-i18n/k3b-i18n-14.0.11.ebuild b/trinity-apps/k3b-i18n/k3b-i18n-14.0.11.ebuild deleted file mode 100644 index c3f1c53d..00000000 --- a/trinity-apps/k3b-i18n/k3b-i18n-14.0.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -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 -} |