aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-13 14:07:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-13 14:07:23 +0100
commit930ea93a97ca38415e3835a348da9989413f46bc (patch)
treefc66e1edf963fd8de72576e4b4e0bdb4a896412e /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 5.79.0* (diff)
downloadkde-930ea93a97ca38415e3835a348da9989413f46bc.tar.gz
kde-930ea93a97ca38415e3835a348da9989413f46bc.tar.bz2
kde-930ea93a97ca38415e3835a348da9989413f46bc.zip
kde-frameworks/kplotting: drop 5.79.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.79.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 2f62b16ad7..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.79.0.tar.xz 31076 BLAKE2B e226878f6ec50a8b039486f0fdda87876d0e6d47706a169bcc102ffc2414830d3942c84837277f7afb7dfc21cb354d4a8404fc0ec7921bd0802bc0f7186a0088 SHA512 0bf0f4f2e240654c2dc3edfdaf8f542e39143eb3023af23f202b41561f2127279ecd7a9bc931f535bff2645fb5f98d5f60a876972e3298b8b320720a8fd590a4
diff --git a/kde-frameworks/kplotting/kplotting-5.79.0.ebuild b/kde-frameworks/kplotting/kplotting-5.79.0.ebuild
deleted file mode 100644
index 71388c7ee7..0000000000
--- a/kde-frameworks/kplotting/kplotting-5.79.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}"