aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:40:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:40:46 +0100
commitd66a85451a343f487461c489e69db4d70d37787e (patch)
tree861d109d8a157847114d41f30ba43572c94de379 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 5.77.0* (diff)
downloadkde-d66a85451a343f487461c489e69db4d70d37787e.tar.gz
kde-d66a85451a343f487461c489e69db4d70d37787e.tar.bz2
kde-d66a85451a343f487461c489e69db4d70d37787e.zip
kde-frameworks/kplotting: drop 5.77.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.77.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 a0f5a36705..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.77.0.tar.xz 31100 BLAKE2B d5e0a36c0f92de3522a2beddf7f0751bc1d57f749286ae7ff484ee4a22f5f020fa99dd4e77346d0a6e2de66fcc7c8944febaa89724757a5a3066e46bf7a871ab SHA512 c8220a9bc66596512bb36f80445c3b66cc8a63afb1dc818611bcbe960f0dcbc02338bd1ac91ef668088da4e536cc11b3c2cfe87c11317bfd5bc2f7f196f0fd56
diff --git a/kde-frameworks/kplotting/kplotting-5.77.0.ebuild b/kde-frameworks/kplotting/kplotting-5.77.0.ebuild
deleted file mode 100644
index d52280ca19..0000000000
--- a/kde-frameworks/kplotting/kplotting-5.77.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing easy data-plotting functions"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"