summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 20:27:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:30:22 +0100
commitca4f2ff4648151ac89d6ef008c8a04542cfe7ff0 (patch)
tree176fce94d9187a29223f6f3df736cd26351210f3 /kde-frameworks/kplotting
parentkde-apps: Add KDE Applications 19.08.3 (diff)
downloadgentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.tar.gz
gentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.tar.bz2
gentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.zip
kde-frameworks: Drop KDE Frameworks 5.63.0
Package-Manager: Portage-2.3.79, Repoman-2.3.18 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.63.0.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 14bad00c2a0d..17a3253e73cd 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,2 @@
DIST kplotting-5.60.0.tar.xz 29808 BLAKE2B 627de0663e2a7ad49029f50454fce1083c455d82336f564605cdb331e553b8ed5aaf672842579429e6fce760efbe3f3d8a0bd823f80ee72375770a7beed49b05 SHA512 0a70977684690c2087f968501b64d814fabddd43087aa2df4d498985f7cfaa8cf81e16215e2d12cccf9932748172e47b40a85d049207e3dc351785acdeaa622a
-DIST kplotting-5.63.0.tar.xz 30184 BLAKE2B 1706e2511ce906ab285d7864fc4b1c2a7d12139ad53759783e076a2ffef4b2811f7d341f8735cc2f6a2491b8218a3692c64cb97aac756155c7fc897b6425b09a SHA512 642ae00eb36cc5ff8894e8c9b527bcfb1b1be33815962a58ffff1cf8a96421dcd56020cca68276b3238d67e34983ae0f857e2474c86525d513586ca1271d2539
DIST kplotting-5.64.0.tar.xz 30260 BLAKE2B e51ce74e3e44d5ab9ca2d76f3ed5a2690f4806f1f4de3b7e27f5df947ab5110e7afd59d209e7b952808a73e59882860fc8f550811ff6b9840bd8428092858910 SHA512 5d6d4dc60915b38e39337ea0041d7bfca4c9086804e46d3de42f6a172e5af3d7870ea432f41d299a73be017ef0efc1d82d52d7e4371b08bb0bf61c82805c65e7
diff --git a/kde-frameworks/kplotting/kplotting-5.63.0.ebuild b/kde-frameworks/kplotting/kplotting-5.63.0.ebuild
deleted file mode 100644
index e415a62fda17..000000000000
--- a/kde-frameworks/kplotting/kplotting-5.63.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_DESIGNERPLUGIN="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing easy data-plotting functions"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"