summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 12:15:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 12:15:54 +0200
commite583c8b38e9776e67a326e01828b4922431e0f47 (patch)
treeddd728aad76512cb40e44bd58f83fba882fcd6e3 /kde-frameworks/kplotting
parentkde-frameworks: Add KDE Frameworks 5.69.0 (diff)
downloadgentoo-e583c8b38e9776e67a326e01828b4922431e0f47.tar.gz
gentoo-e583c8b38e9776e67a326e01828b4922431e0f47.tar.bz2
gentoo-e583c8b38e9776e67a326e01828b4922431e0f47.zip
kde-frameworks: Drop KDE Frameworks 5.68.0
Package-Manager: Portage-2.3.98, Repoman-2.3.22 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.68.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index d552a5be3a5b..1d75541448b2 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,2 @@
DIST kplotting-5.67.0.tar.xz 30296 BLAKE2B 5a5562a8640b72b9e8e37f3ec8e47dc2970ddcd90885a5215648355b96d79213884c2656c9da341b5801bac1fa4ac07c16f79c5a85ac1bae7bd285c68722f57e SHA512 df6a0389bb95c11c80449fbff2e99b16d8c002ded12b571a908c9b0c7993e4ba47c4ca8de10a444e051dcf26c0d85738ec8f4acd966495e912f70462aec7ac15
-DIST kplotting-5.68.0.tar.xz 33520 BLAKE2B 8399be615b39ae62cd8ff5e6f54971761bb1f4f46271e137716a95cff6a9b661c4755a452b62468f5b24b0e569080befc8d4880d60847005d29b9a8c5922ef77 SHA512 f4b5158afc2eb4d38278618a475dbc26482682cc77d7ae0e3bb799b25a43f156946791156f73a1fd030b7602fb691364e491bef4686d36bc4f955ac2b8033e1b
DIST kplotting-5.69.0.tar.xz 33620 BLAKE2B b24c96970527e42ee68f2a81995e1f9bf045ecaa732e8adb0d20e902b75cb65f12bf41b81711862cd80d8df01accb78ecc75084d73c8b145277d6ac635616d38 SHA512 7250bcd265c428d3cd23ba4d0d2d23f41c2fab35d8f114fa0339d4249cc913610965c6186f8fe12e7bc38f353258a933f078502ee623afde9b12be4d34c6776f
diff --git a/kde-frameworks/kplotting/kplotting-5.68.0.ebuild b/kde-frameworks/kplotting/kplotting-5.68.0.ebuild
deleted file mode 100644
index e399a266d926..000000000000
--- a/kde-frameworks/kplotting/kplotting-5.68.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}"