diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index c99478d850741..3c5ad3258a67b 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.10.0.tar.xz 33676 BLAKE2B 7e1fac746aef7352547343c0e17704a79cfb2008b60f35ad20284badf7d9dfc749896118b2fbfb28517aab901a9558615ad3b6760cd69a545bcf9baad2005204 SHA512 d3682cc1a405bba1a855480dea8b43a8c14b81114716e2ecee53e74f699da37e4e6570754d12fa7fee5addec7a952df6f6964ee1f18a8ffa48462dbbbe6b7ba5 DIST kplotting-6.12.0.tar.xz 33680 BLAKE2B 480de0ecf64f8d631a6f2a8f047a39e024ece39575d89571a5ea549c4b7b28a9de45c79960e0f8259fb6e61a002759097f69997c3f435237d5636eabac06fdb2 SHA512 0fdb15d892660334ee261f2c5355cfb98602e6fea644e6687086871a8c93270dfac91224dc43044dac3b3ec8428a246686daf086bdfaac69c79438b666b71b3e diff --git a/kde-frameworks/kplotting/kplotting-5.116.0.ebuild b/kde-frameworks/kplotting/kplotting-5.116.0.ebuild deleted file mode 100644 index aaa8528dcce69..0000000000000 --- a/kde-frameworks/kplotting/kplotting-5.116.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_DESIGNERPLUGIN="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing easy data-plotting functions" -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 -" -RDEPEND="${DEPEND}"