summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-10 09:20:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-10 10:10:39 +0100
commiteba678e3c08859f25c0f1d476b44f54e3a0adf1b (patch)
tree03be73bc17d6fbf1bdd3d1a46ea7ba468df17d5c /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 5.88.0* (diff)
downloadgentoo-eba678e3c08859f25c0f1d476b44f54e3a0adf1b.tar.gz
gentoo-eba678e3c08859f25c0f1d476b44f54e3a0adf1b.tar.bz2
gentoo-eba678e3c08859f25c0f1d476b44f54e3a0adf1b.zip
kde-frameworks/kplotting: drop 5.88.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.88.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index c95f9591e37d..875aa309d887 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1 @@
-DIST kplotting-5.88.0.tar.xz 31452 BLAKE2B 1d1108e68742daf7298bbec50807fd161bfd6e835d3995fcca3df09ad2bdd057b8c85adf6991ea5db1cccc2ece3ff1d097ce47311a715ce45538b156b226b6c7 SHA512 cdfdea535794acaa6714e9bd6f78a7b6cda42d5f8d401ae0f11a46ba4977e5953017b859f80cd822daceb796e1bdcb5f79b54d0229b5ea843076bcc9fda7c23d
DIST kplotting-5.90.0.tar.xz 33644 BLAKE2B 52a0979465eb28e6b3a6e19256819b795f6b81dadbf5dc8b4899621a87cdfba8f478363169e4d311f5cb2e63769caaf2b0d0c6b39065c72b849484b0a6cc6824 SHA512 04a3161ed32d4d334eff121c7cdc8840f852b8c5b60f880f4b98a5710e2861fe93ceca836efd5c74067ef3785d083b2a610526df17a358d8327942b9648767b4
diff --git a/kde-frameworks/kplotting/kplotting-5.88.0.ebuild b/kde-frameworks/kplotting/kplotting-5.88.0.ebuild
deleted file mode 100644
index c8bab1be12f6..000000000000
--- a/kde-frameworks/kplotting/kplotting-5.88.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=8
-
-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 ~riscv x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"