diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 713d3c001c116..b590d8a3aa9fc 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1 @@ -DIST kplotting-6.10.0.tar.xz 33676 BLAKE2B 7e1fac746aef7352547343c0e17704a79cfb2008b60f35ad20284badf7d9dfc749896118b2fbfb28517aab901a9558615ad3b6760cd69a545bcf9baad2005204 SHA512 d3682cc1a405bba1a855480dea8b43a8c14b81114716e2ecee53e74f699da37e4e6570754d12fa7fee5addec7a952df6f6964ee1f18a8ffa48462dbbbe6b7ba5 DIST kplotting-6.13.0.tar.xz 33680 BLAKE2B 981189b88f98627456abb1fa0dd5d9e60e0178d9473d1b5e47e7b25254f8f3f32dd97e1327a5e4299a8fadcddd8db19cb3ebb928a813821e9a9ca3ad8f8bd195 SHA512 3a586756b0a2a27af442a7675a30908d813d0136566a5bd988efe390a21b76dc70eb5d1a4417573584a3ffbb67715ef71c7db9190b54c6614b20a59f77d897a2 diff --git a/kde-frameworks/kplotting/kplotting-6.10.0.ebuild b/kde-frameworks/kplotting/kplotting-6.10.0.ebuild deleted file mode 100644 index 4b7cba3876bf7..0000000000000 --- a/kde-frameworks/kplotting/kplotting-6.10.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2025 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 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]" -RDEPEND="${DEPEND}"