summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-17 16:00:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-17 16:22:33 +0200
commitf8213e2cbebecde6dfa05e48bc456fc9683b41ff (patch)
tree3c895c51caa4ba0223a0abb2e89c2016822b4aa3 /kde-frameworks/kplotting
parentmedia-video/vcdimager: Minor patch adjustment... (diff)
downloadgentoo-f8213e2cbebecde6dfa05e48bc456fc9683b41ff.tar.gz
gentoo-f8213e2cbebecde6dfa05e48bc456fc9683b41ff.tar.bz2
gentoo-f8213e2cbebecde6dfa05e48bc456fc9683b41ff.zip
kde-frameworks: Drop KDE Frameworks 5.44.0
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.44.0.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index bf0ae7051a67..f51958b42a88 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,2 @@
DIST kplotting-5.43.0.tar.xz 29596 BLAKE2B de084fa797227b70032978484c8cfa8d71d750cecc0ecd26277b760d22ee3bc2d77a0ebf93f75d6d854764fa58b76b497053c5e5d2e6268c96061ff2c4836479 SHA512 98b06b2f5242e03b4e67bcbb28d3abb695e4fc21ac37de47384fb872045fd64016ebfc276b0bd48e797e5369a747c2da81fd03519e1b6747e48205c53e69c7cb
-DIST kplotting-5.44.0.tar.xz 29592 BLAKE2B e732ab40f0db8527428c1a828d21ac40a9027ecc2572a3240f024b02f5b15a0be51d7ea16b6160cce4978302f49a26245ebfd50bd8eef91ca0db5c920e44f1b2 SHA512 effe44351097ba8f50959186986b4fbc434d5383f5d55bb9c7c0b52af4cbfc6f419b2442f304e920edffd833894a57ff35772ee3eb660eff8b8f9b69cb216350
DIST kplotting-5.45.0.tar.xz 29596 BLAKE2B 4e5b7306805792a6e4e7861de26d7b9beb84874b7ea434b8323fb706908646713dd0a3d861f0337f6fb0e032b4c76d1d6fdd532b2da52a3377893178bc729583 SHA512 54e8149484b2bbdae6bb0d55ddb9837e9049015075c47645eac86408ec1268dde6433e1120d79704e9578781cca712bc188a0a8cf9907ef622136e20f7b50619
diff --git a/kde-frameworks/kplotting/kplotting-5.44.0.ebuild b/kde-frameworks/kplotting/kplotting-5.44.0.ebuild
deleted file mode 100644
index af9c36c9cecf..000000000000
--- a/kde-frameworks/kplotting/kplotting-5.44.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing easy data-plotting functions"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-DEPEND="${RDEPEND}"