summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-17 20:50:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-17 22:46:52 +0100
commit4cec2a3048bd81bb47609503c09cc73046ade0b1 (patch)
tree11b408c66a5393a92332aa48b7ccf5b20d9a62a3 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 6.8.0 (diff)
downloadgentoo-4cec2a3048bd81bb47609503c09cc73046ade0b1.tar.gz
gentoo-4cec2a3048bd81bb47609503c09cc73046ade0b1.tar.bz2
gentoo-4cec2a3048bd81bb47609503c09cc73046ade0b1.zip
kde-frameworks/kplotting: drop 6.8.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.8.0.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index eef6e94cca05..c1416ed02067 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,4 +1,3 @@
DIST kplotting-5.116.0.tar.xz 33732 BLAKE2B b58ba3087be6900f3d1d19a6ddb4115cc7f58c49f9bf45663ca2c382b359f3a2e7f7daf3bf053fbc4c27926fa8a4e6ae6f84b811f5351f1f3ef82a2ac4d30c77 SHA512 1a4d8313c57d32c6af41127ce27086d0d357ade8126ff4dc1d1c5306b198f3d1ab24d67105cef3bad318d753210553fe275350a173b18c1d3c485f213de95fe9
DIST kplotting-6.7.0.tar.xz 33688 BLAKE2B 7d9b4aa6a10b4d4d3fc05cfb9620186c334e9f4bdb7d2e9e7a8ea7a2ea4d63a383a3b9f36ac1db747cbff0cb21d7113b73f1a9266216a73baa2ef15299ecf428 SHA512 d612a0f915e367d9d2767f14aba6b0b7ef68afa2ff14f2d69cff32b90c3fdf57b1010e2c50e5454de4aef77eaba5f9305437e9bb4de151082c963ce926b11cdc
-DIST kplotting-6.8.0.tar.xz 33700 BLAKE2B 9929b45e854d93a3773f27924e9ac4893f91ac45948b82ca7cdc21ad9af9db10b593ea37541d05cec64b18cafdc4927efebcc4fa89bd2f89583a6c247edbac5d SHA512 2d68a32adbeee910df80cb25ee76256cbb3ebe5d32ae61569f876ebcea70fc986834390e320fd0e488b60e7cf92a1c59375681c088c4df16c881f2a3dfdab0d9
DIST kplotting-6.9.0.tar.xz 33700 BLAKE2B 026f7beb25bbc4f96f5ebc1534c2bf743afa062b8470ade953e5c6933d3084a91323be1dea036ac17278b8d2770dfa43b68ac072af6107e5b59978b60e671abc SHA512 a6294f26324227b03f033afc2255553de95084507031907c3ed0f11553a02f22b300a4611f06d0a696a2b918ee8ec3a5e651a437b43887f9a8ee0070a4b20b6a
diff --git a/kde-frameworks/kplotting/kplotting-6.8.0.ebuild b/kde-frameworks/kplotting/kplotting-6.8.0.ebuild
deleted file mode 100644
index 9d737927a856..000000000000
--- a/kde-frameworks/kplotting/kplotting-6.8.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.7.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}"