diff options
author | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/k3b-i18n | |
parent | 13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff) | |
download | tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip |
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <[email protected]>
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.12.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/trinity-apps/k3b-i18n/Manifest b/trinity-apps/k3b-i18n/Manifest index 4e7a401e..47c8620d 100644 --- a/trinity-apps/k3b-i18n/Manifest +++ b/trinity-apps/k3b-i18n/Manifest @@ -1,2 +1 @@ -DIST k3b-i18n-trinity-14.0.12.tar.xz 4734256 BLAKE2B c2f9e610951c1d112ae7ac3904a87b3411d4b108c33b847d31833c251e546235da4424d045929aa60209cc09d37dd9bb4d456dd0864139992efb7687de2953da SHA512 baef1976ee9ac6e87cd4e4595c6723710f762c716e5607b3f0ecff1e13b515a1f558d72da6b71b87bbf97adf1c642e418d1354e7c9fa5015f10bfccf930cc1b9 DIST k3b-i18n-trinity-14.0.13.tar.xz 4733072 BLAKE2B 94f0341aa7532a3e1afabbc7c346d03014b719f9e29784087d0cc5eedb603c959aa1d5961836a91c8d51cbe7c312644e2894d9971c14c9b52a52fa85d4a8e0ce SHA512 ed1165e5fc3890c07a9ad3598bd3bf73e3bf9ef65f138a961e46e9af694a34ec17e1a459aa545c83e19624cd2946e2d463e9ecb3d6623e4b5b7a81f7e3966d37 diff --git a/trinity-apps/k3b-i18n/k3b-i18n-14.0.12.ebuild b/trinity-apps/k3b-i18n/k3b-i18n-14.0.12.ebuild deleted file mode 100644 index 09626b8e..00000000 --- a/trinity-apps/k3b-i18n/k3b-i18n-14.0.12.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 -} |