summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 21:44:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 22:01:23 +0200
commit16a48825dbca0e2e6ef65e1ca967374a8e5c9687 (patch)
tree5580b71dd69511708aff9c729f6c05d927aed036 /kde-frameworks/ktexttemplate
parentkde-frameworks/kquickcharts: drop 6.0.0 (diff)
downloadgentoo-16a48825dbca0e2e6ef65e1ca967374a8e5c9687.tar.gz
gentoo-16a48825dbca0e2e6ef65e1ca967374a8e5c9687.tar.bz2
gentoo-16a48825dbca0e2e6ef65e1ca967374a8e5c9687.zip
kde-frameworks/ktexttemplate: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/ktexttemplate')
-rw-r--r--kde-frameworks/ktexttemplate/Manifest1
-rw-r--r--kde-frameworks/ktexttemplate/ktexttemplate-6.0.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest
index 393279ac3998..9973b26cedd4 100644
--- a/kde-frameworks/ktexttemplate/Manifest
+++ b/kde-frameworks/ktexttemplate/Manifest
@@ -1,2 +1 @@
-DIST ktexttemplate-6.0.0.tar.xz 847348 BLAKE2B 8feaa35fc570b70c2d979433349b3759958caf77a7f578cc7c158b38a679e9dfd474e5ad50f929488cc41c8bb46f6ab2da101a4f9fabdfa2d93f6884dddd68cd SHA512 5ee67cc186085e5b21e963628a7a39e36e75cd915fd3efb37f6a99750518c94449b269b7fe47c9fd472089ba43949eb3fd934ce3d4477b856a62d0be5af47b9c
DIST ktexttemplate-6.1.0.tar.xz 847272 BLAKE2B 26859dd9dce8d6a39ae06af5006e36d218b9f8ac081323862241d8f75e0d8a13e54e1b9d15651f9aabc31845d0aede9b125d70780d17df1d804b98e9e4f81491 SHA512 6d0ffd3437f2f427a23719fca752687e7ab781cfac935ed7957d553883485a33ebeedc067ba874f713f475482e83dae2927c88554fec3a5ed9e3d1650782dd5f
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.0.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.0.0.ebuild
deleted file mode 100644
index d43eb717c085..000000000000
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Library to allow separating the structure of documents from data they contain"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- dev-qt/qtdeclarative:6
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-qt/qttools:6[linguist] )"