summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 14:44:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 15:49:40 +0100
commit4d74e545e750badcc40e745c9ab849f80c68934a (patch)
treed67acfa49fede7662013310eee96c7c444abcdeb /kde-frameworks/kplotting
parentnet-fs/samba: don't keepdir paths handled by tmpfilesd (diff)
downloadgentoo-4d74e545e750badcc40e745c9ab849f80c68934a.tar.gz
gentoo-4d74e545e750badcc40e745c9ab849f80c68934a.tar.bz2
gentoo-4d74e545e750badcc40e745c9ab849f80c68934a.zip
kde-frameworks: Drop KDE Frameworks 5.66.0
Package-Manager: Portage-2.3.87, Repoman-2.3.20 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.66.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 45433439d4b8..77bf5e134f3a 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,2 @@
DIST kplotting-5.64.0.tar.xz 30260 BLAKE2B e51ce74e3e44d5ab9ca2d76f3ed5a2690f4806f1f4de3b7e27f5df947ab5110e7afd59d209e7b952808a73e59882860fc8f550811ff6b9840bd8428092858910 SHA512 5d6d4dc60915b38e39337ea0041d7bfca4c9086804e46d3de42f6a172e5af3d7870ea432f41d299a73be017ef0efc1d82d52d7e4371b08bb0bf61c82805c65e7
-DIST kplotting-5.66.0.tar.xz 30256 BLAKE2B 9cb7732b7cb0e6a9b650386908772afca4a5283c81d8d8ec26651fac315515338dcde3cfb737d913c63babcaecae066a17beff61789f22d7add4cfd2071e0668 SHA512 8f3ba8dcece142274b754fae7f6b51632f5f4c573dd04032f11adf4991afc6afb129db428f6b6691188338a734349ee32b16519875a16eb2b168a46937f1e59b
DIST kplotting-5.67.0.tar.xz 30296 BLAKE2B 5a5562a8640b72b9e8e37f3ec8e47dc2970ddcd90885a5215648355b96d79213884c2656c9da341b5801bac1fa4ac07c16f79c5a85ac1bae7bd285c68722f57e SHA512 df6a0389bb95c11c80449fbff2e99b16d8c002ded12b571a908c9b0c7993e4ba47c4ca8de10a444e051dcf26c0d85738ec8f4acd966495e912f70462aec7ac15
diff --git a/kde-frameworks/kplotting/kplotting-5.66.0.ebuild b/kde-frameworks/kplotting/kplotting-5.66.0.ebuild
deleted file mode 100644
index e399a266d926..000000000000
--- a/kde-frameworks/kplotting/kplotting-5.66.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.12.3
-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}"