summaryrefslogtreecommitdiffstats
path: root/trinity-apps/gwenview-i18n
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
committerormorph <roma251078@mail.ru>2023-04-16 16:23:47 +0300
commit3401abb615b656c425a85b933aa25335f6ddf156 (patch)
treee851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/gwenview-i18n
parent13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff)
downloadtde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz
tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/gwenview-i18n')
-rw-r--r--trinity-apps/gwenview-i18n/Manifest1
-rw-r--r--trinity-apps/gwenview-i18n/gwenview-i18n-14.0.12.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/trinity-apps/gwenview-i18n/Manifest b/trinity-apps/gwenview-i18n/Manifest
index 4350b8ff..0ee15bf1 100644
--- a/trinity-apps/gwenview-i18n/Manifest
+++ b/trinity-apps/gwenview-i18n/Manifest
@@ -1,2 +1 @@
-DIST gwenview-i18n-trinity-14.0.12.tar.xz 1636068 BLAKE2B 2bfca322f6a270b465861ab80daebd0172582c3ea96b2a632ffbcfb9a7df5304e8c47a56a959e08e22cb94080706ce2da7b2b120a904739905d3658335aa1ae5 SHA512 6de666816217bf539ea6352b590a86a8c727d409fe070102eb6879a11dd030808753db0ff3962bbd346d9954dfe1b473e448e01daff27874c284b6e4efc7eea5
DIST gwenview-i18n-trinity-14.0.13.tar.xz 1636048 BLAKE2B 62f67e96085038680793b6d6af87823292e636a5d91248b4851c2bbf743b8a6b62876b5f54e5a8a6ed1e4ad570cb6e76ea6f5d1623b8de8e442a3a37fe921e00 SHA512 f6693383083fa45cba654e58914cf098a1630f336878523b68e376021a2cfd55766b2764b85ca63b75b0a069919e7b76be809f841d01e1288a7767ceb4b717f7
diff --git a/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.12.ebuild b/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.12.ebuild
deleted file mode 100644
index cb6f33b5..00000000
--- a/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.12.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TEG_PO_DIR=${S}
-
-TRINITY_LANGS="ar br cy el et fo he is ka ms nl pl ro sk sv th ve zh_CN
- az ca da en_GB fa fr hi it ko nb nso pt ru sr ta tr vi zh_TW
- bg cs de es fi gl hu ja lt nds pa pt_BR rw sr@Latn uk xh zu"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_MODULE_TYPE="applications/graphics"
-inherit trinity-base-2
-
-DESCRIPTION="Internationalization support for Gwenview [Trinity]"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="FDL-1.2"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-for X in ${TRINITY_LANGS} ; do
- IUSE="${IUSE} l10n_${X}"
-done
-
-DEPEND="
- ~trinity-base/tdelibs-${PV}
-"
-RDEPEND="${DEPEND}"
-
-TEG_PO_DIR="${S}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}