aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:44 +0200
commit82a6e0182c049ff2f9c8ad4376a9ca40144dbd38 (patch)
treee8484683b6f5f3f41fd8e036a98f2283cdf9718e /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: drop 5.72.0* (diff)
downloadkde-82a6e0182c049ff2f9c8ad4376a9ca40144dbd38.tar.gz
kde-82a6e0182c049ff2f9c8ad4376a9ca40144dbd38.tar.bz2
kde-82a6e0182c049ff2f9c8ad4376a9ca40144dbd38.zip
kde-frameworks/kplotting: drop 5.72.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.72.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 83ec2a2146..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.72.0.tar.xz 33512 BLAKE2B e149933ba5963a2ad0b1dfa0148fc79e597d452079cab825684c025908a93569ec2de6147b2cb9b3c796e5e1cbf4acdef40078c515001a871b50432080db3191 SHA512 cea99437675f47021573fb7bf4ec493b76a231c387bb88b198ceb2d543e87ebe414ab8c33bc43d1e0f658e86936b363f06af8012f17a3ace3aa684c45d110580
diff --git a/kde-frameworks/kplotting/kplotting-5.72.0.ebuild b/kde-frameworks/kplotting/kplotting-5.72.0.ebuild
deleted file mode 100644
index d37a7d0a01..0000000000
--- a/kde-frameworks/kplotting/kplotting-5.72.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.14.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}"