summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-07 20:51:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-12 17:28:22 +0200
commit9df6c3f733f9755fcc7a5c53f915cad5a4edeb80 (patch)
tree6f42d3d3709b06fbf3e9b80406676a5abfab798f /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 6.2.0 (diff)
downloadgentoo-9df6c3f733f9755fcc7a5c53f915cad5a4edeb80.tar.gz
gentoo-9df6c3f733f9755fcc7a5c53f915cad5a4edeb80.tar.bz2
gentoo-9df6c3f733f9755fcc7a5c53f915cad5a4edeb80.zip
kde-frameworks/kplotting: drop 6.2.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.2.0.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 4c9eecd1569c..a68c88ada784 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,2 @@
DIST kplotting-5.116.0.tar.xz 33732 BLAKE2B b58ba3087be6900f3d1d19a6ddb4115cc7f58c49f9bf45663ca2c382b359f3a2e7f7daf3bf053fbc4c27926fa8a4e6ae6f84b811f5351f1f3ef82a2ac4d30c77 SHA512 1a4d8313c57d32c6af41127ce27086d0d357ade8126ff4dc1d1c5306b198f3d1ab24d67105cef3bad318d753210553fe275350a173b18c1d3c485f213de95fe9
-DIST kplotting-6.2.0.tar.xz 33696 BLAKE2B b9026d229390b8f085c671f9f200e8485d9b23b9bb4cd72db576d1686b5046da73f7f96b7e4de3d4acfd6c36252f552a7409a73075223bae8678ea8eefbca261 SHA512 4eb58e6018248124c5b050239877700e8da85cbdf3609f2af025fccbdd0e0aa031db003e8a8c0e34323290615de9a767299a80cab93b09587c96fa24c36b1808
DIST kplotting-6.3.0.tar.xz 33680 BLAKE2B c36abac85d836c28b86e66104b82f8fdb0d3ec47a820f092b719139e7e014aeae256b7ae5bcc07687fabe5b75a737e065d2db664f383f3f85c7956bfb1eb4561 SHA512 b00edab7fb872c26705c3c881beb00809fe770e4df28b1439f581dcbaa1c541ba8f65b1cceb899a45dde58c0b2b14673b390d5c22cb64d5559557351779688a4
diff --git a/kde-frameworks/kplotting/kplotting-6.2.0.ebuild b/kde-frameworks/kplotting/kplotting-6.2.0.ebuild
deleted file mode 100644
index 5b5b563b1940..000000000000
--- a/kde-frameworks/kplotting/kplotting-6.2.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"
-IUSE=""
-
-DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]"
-RDEPEND="${DEPEND}"