aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-19 21:27:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-19 21:33:38 +0200
commit4dfbe2ca5018b8b889c30dcb9cf3f772b490ded8 (patch)
tree1db0874032485a86eb5c28812c175c737f88c677
parentkde-frameworks/kitemviews: drop 5.116.0 (diff)
downloadkde-4dfbe2ca5018b8b889c30dcb9cf3f772b490ded8.tar.gz
kde-4dfbe2ca5018b8b889c30dcb9cf3f772b490ded8.tar.bz2
kde-4dfbe2ca5018b8b889c30dcb9cf3f772b490ded8.zip
kde-frameworks/kplotting: drop 5.116.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.116.0.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
deleted file mode 100644
index 68119b7d0d..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.116.0.tar.xz 33732 BLAKE2B b58ba3087be6900f3d1d19a6ddb4115cc7f58c49f9bf45663ca2c382b359f3a2e7f7daf3bf053fbc4c27926fa8a4e6ae6f84b811f5351f1f3ef82a2ac4d30c77 SHA512 1a4d8313c57d32c6af41127ce27086d0d357ade8126ff4dc1d1c5306b198f3d1ab24d67105cef3bad318d753210553fe275350a173b18c1d3c485f213de95fe9
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 ada5b3987a..0000000000
--- a/kde-frameworks/kplotting/kplotting-5.116.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 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}"