summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.100.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 54217f29295..00000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.100.0.tar.xz 33740 BLAKE2B fcbf49f9c9d3d8d707697807462a28e7192619f427bcfb297ee3d18fcbf0919d6d7993ecf76b2caab94db6e7d9e98f5be68413cb3c634e1a0e69bc9d53d9a8ae SHA512 e5b404b56b76cd60e2f077cdd1c0edf6232c154731e963744bfd09d54b5d81bc65e92f2508f43b7ae60cf353f829e0964afd8d57d79a5120659fb22c92042fb0
diff --git a/kde-frameworks/kplotting/kplotting-5.100.0.ebuild b/kde-frameworks/kplotting/kplotting-5.100.0.ebuild
deleted file mode 100644
index 340ac2bdb64..00000000000
--- a/kde-frameworks/kplotting/kplotting-5.100.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}"