summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-07 20:51:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-12 17:28:23 +0200
commita1e3ac5045a582d7b0d8415c18cfb95bc1b93a86 (patch)
tree63674487231d70081be9171045959c39422ab098 /kde-frameworks/ktexttemplate
parentkde-frameworks/kquickcharts: drop 6.2.0 (diff)
downloadgentoo-a1e3ac5045a582d7b0d8415c18cfb95bc1b93a86.tar.gz
gentoo-a1e3ac5045a582d7b0d8415c18cfb95bc1b93a86.tar.bz2
gentoo-a1e3ac5045a582d7b0d8415c18cfb95bc1b93a86.zip
kde-frameworks/ktexttemplate: drop 6.2.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.2.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/ktexttemplate/Manifest b/kde-frameworks/ktexttemplate/Manifest
index 7785fa7f0906..a04c1b4d22b2 100644
--- a/kde-frameworks/ktexttemplate/Manifest
+++ b/kde-frameworks/ktexttemplate/Manifest
@@ -1,2 +1 @@
-DIST ktexttemplate-6.2.0.tar.xz 846028 BLAKE2B e9567d601f59b85fd1ec92520081ffc96b082cb6ff93e64faffe4831c859c2123844b129f5f3ab7ca4641e97c44a1ad00bdda527702d60f555203074460a5f95 SHA512 2fdeaffa25145d132165bf8c89d89efae412dc67b0163d987f4f624694d4888cf3cc055d0cdee11996ea67871e41f9f38d843576d86b8131e7c8ffad5210c4be
DIST ktexttemplate-6.3.0.tar.xz 846044 BLAKE2B 614956a81c2e6a4bd625260de0d50e026c25c72fe1875d208aa94b6e4c89e0a31bf9c89790071d5021e0c0051335645b78b3ac49b5b95715885af5b4a62a180d SHA512 afcbf56b4f8c43d9c5fa825966317fa4c114c6be21540e6082f2228cd3ce68ea93de82b772b8c2480ae7e8de9b786b6294f874f0720ebc118fbdc732535fc87d
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.2.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.2.0.ebuild
deleted file mode 100644
index d43eb717c085..000000000000
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.2.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] )"