aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-14 10:46:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-14 11:48:02 +0200
commitf77f9bd568e762da9a019279f08b4579e994756f (patch)
treed2075ea0e1f13e0f4321a08273b206d241e6739c /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 5.97.0 (diff)
downloadkde-f77f9bd568e762da9a019279f08b4579e994756f.tar.gz
kde-f77f9bd568e762da9a019279f08b4579e994756f.tar.bz2
kde-f77f9bd568e762da9a019279f08b4579e994756f.zip
kde-frameworks/kplotting: drop 5.97.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-5.97.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
deleted file mode 100644
index bcb5263681..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.97.0.tar.xz 33716 BLAKE2B b834c2651096e6a22429aa286c3dec0c9d2b643d362fc5e5913a31d6ea39f06836954c135d166c23cd5c1f0a4cbc3d0669eca8d98c4a1b3b12b90c5b62263446 SHA512 a7fc39e05864d5295365e57513bf85b85622e53c10d67caa851ba117f30aa22309962e81a8490975940137c693702fad234382564e828b26e1719d401156a076
diff --git a/kde-frameworks/kplotting/kplotting-5.97.0.ebuild b/kde-frameworks/kplotting/kplotting-5.97.0.ebuild
deleted file mode 100644
index 340ac2bdb6..0000000000
--- a/kde-frameworks/kplotting/kplotting-5.97.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 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.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing easy data-plotting functions"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"