aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 15:15:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 15:57:30 +0200
commit2d852dae165b95bc5d508ec2645bb42527390408 (patch)
tree65def066a213d2d60548f0ca4c450c5092523366 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 6.5.0 (diff)
downloadkde-2d852dae165b95bc5d508ec2645bb42527390408.tar.gz
kde-2d852dae165b95bc5d508ec2645bb42527390408.tar.bz2
kde-2d852dae165b95bc5d508ec2645bb42527390408.zip
kde-frameworks/kplotting: drop 6.5.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-6.5.0.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
deleted file mode 100644
index 624f2b213d..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-6.5.0.tar.xz 33676 BLAKE2B 2904b4f522e26c8265bc80bb3e59b0e4f4c9448857fa75bef39db87b63b27ee08d212fa04aa2f06395c41b5d7c7181fcd9bfeb148750edca58dce6d2b52a1ae5 SHA512 09df381e3353b48f649030d65188ab36f173f8bf9d6a845a3a5a0a25f2559e1ba37f5ca39e2e2204a3c887475d9d321fa8021c66a6146ac2c76e7eaf5f55c4b0
diff --git a/kde-frameworks/kplotting/kplotting-6.5.0.ebuild b/kde-frameworks/kplotting/kplotting-6.5.0.ebuild
deleted file mode 100644
index a0a7728b63..0000000000
--- a/kde-frameworks/kplotting/kplotting-6.5.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing easy data-plotting functions"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
-RDEPEND="${DEPEND}"