From 3401abb615b656c425a85b933aa25335f6ddf156 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 16 Apr 2023 16:23:47 +0300 Subject: Removing ebuilds of version 14.0.12 Signed-off-by: ormorph --- trinity-apps/kxmleditor/Manifest | 1 - trinity-apps/kxmleditor/kxmleditor-14.0.12.ebuild | 29 ----------------------- 2 files changed, 30 deletions(-) delete mode 100644 trinity-apps/kxmleditor/kxmleditor-14.0.12.ebuild (limited to 'trinity-apps/kxmleditor') diff --git a/trinity-apps/kxmleditor/Manifest b/trinity-apps/kxmleditor/Manifest index 69b0e9fb..67400156 100644 --- a/trinity-apps/kxmleditor/Manifest +++ b/trinity-apps/kxmleditor/Manifest @@ -1,2 +1 @@ -DIST kxmleditor-trinity-14.0.12.tar.xz 510052 BLAKE2B 7ae9941b416cbe4230eb79c3e936245b740fea13dd670d1d30ed59a080bd08dbeac449364e294a2f34e3aed7660974984c45c925b482ff094b1a41c6090283cb SHA512 c6508c0ca966201b737fa07c538888b3f2585e02f5a69b84a56bee2243004f837302c52a29e194c827e911f80d91f7a52ef475873542e4e7f6a1e659e4bfe582 DIST kxmleditor-trinity-14.0.13.tar.xz 509792 BLAKE2B 545c2e9e19de74a0138070286f0afaaa6f9d009ff2d1eaf3df2326a640f316ceeb14498d1990647e8e7ad9af973f2ea4bfceacb713d1fc73a8115c7364bda2c7 SHA512 98ded5234527d6ffbcfbba696ace23bb3a1835003d2b37dd7e7aff60ab5c8c3d737ca98e7311a66f6796749b798bb30a86130f5f22262473ea3b86794e8e3877 diff --git a/trinity-apps/kxmleditor/kxmleditor-14.0.12.ebuild b/trinity-apps/kxmleditor/kxmleditor-14.0.12.ebuild deleted file mode 100644 index fa1f646d..00000000 --- a/trinity-apps/kxmleditor/kxmleditor-14.0.12.ebuild +++ /dev/null @@ -1,29 +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_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="de fr pl" - -TRINITY_MODULE_TYPE="applications/development" -inherit trinity-base-2 - -DESCRIPTION="XML editor for TDE" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - trinity-base-2_src_configure -} -- cgit v1.2.1