aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:12:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:12:29 +0100
commit21fb872c1c06a7a2b1f5ad7608d362ed2b61220f (patch)
tree9ceb9b7520491018fae0d42728efe373be591f61 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 5.80.0* (diff)
downloadkde-21fb872c1c06a7a2b1f5ad7608d362ed2b61220f.tar.gz
kde-21fb872c1c06a7a2b1f5ad7608d362ed2b61220f.tar.bz2
kde-21fb872c1c06a7a2b1f5ad7608d362ed2b61220f.zip
kde-frameworks/kplotting: drop 5.80.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.80.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 c0ce6e69e9..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.80.0.tar.xz 31100 BLAKE2B 34e24ffbd2cffe8074e834923ecd304c5873ce79f436dad8a31f66cbc59e201c35982103751dd8fc351c6133c6dbd03e8987a5daf96b8b8aa6a453360bf7a345 SHA512 d04d35c44439da9df37e046f09b75908bd9f965fba18941b803543dbe3111f6884cf4a7377461016ec60d1f47c08e84fa994e2784fc135867d74e0b0d3edd2cf
diff --git a/kde-frameworks/kplotting/kplotting-5.80.0.ebuild b/kde-frameworks/kplotting/kplotting-5.80.0.ebuild
deleted file mode 100644
index 71388c7ee7..0000000000
--- a/kde-frameworks/kplotting/kplotting-5.80.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 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.2
-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}"