summaryrefslogtreecommitdiff
path: root/kde-frameworks/ktexttemplate
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/ktexttemplate')
-rw-r--r--kde-frameworks/ktexttemplate/Manifest1
-rw-r--r--kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest
deleted file mode 100644
index b485efaf057..00000000000
--- a/kde-frameworks/ktexttemplate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ktexttemplate-6.10.0.tar.xz 849728 BLAKE2B 4aff48b718aa2f9fda20657695afd1dd2874fa9b076c525011cbd9fb835d2bf0500f7b15a88164266f5d227b29479177a287bba94902500badd9bd024f2f7a41 SHA512 a917f1618b3e0b85b7487b18f71a26cc4027ec30cc9a5768e69f62aa7acfae297fb0972aa7f3cc5a1971258233799597891d5adcfcd84ca5354478d4087b0a8b
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
deleted file mode 100644
index d018d4165cc..00000000000
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-QTMIN=6.7.2
-inherit ecm flag-o-matic frameworks.kde.org
-
-DESCRIPTION="Library to allow separating the structure of documents from data they contain"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- dev-qt/qtdeclarative:6
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-qt/qttools:6[linguist] )"
-
-src_configure() {
- # https://gcc.gnu.org/PR116783
- use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion)
-
- ecm_src_configure
-}