summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.112.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 1d666cce47c..00000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.112.0.tar.xz 33736 BLAKE2B 753455d436de6dfefa487b5397594e0f7d7a4c5126f5f09d6df9edd10b2b8d8b1fa65e00dc957fd876355841cc47cbff2fdf527f41c577848f5a7415bbed21ca SHA512 7ae44b6ec185b0cd7b2d2315888c99656a85b9ee0303ea31967a3588401a14c69471526ec54220aea6b4f0cdbd62b93f19be97ea7372a2c2976951c038081c7c
diff --git a/kde-frameworks/kplotting/kplotting-5.112.0.ebuild b/kde-frameworks/kplotting/kplotting-5.112.0.ebuild
deleted file mode 100644
index 9cc25c8ddb1..00000000000
--- a/kde-frameworks/kplotting/kplotting-5.112.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 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}"