summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 18:02:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 18:40:40 +0200
commitc58ff58d2944c28baa69791e38d1297fe89f452f (patch)
tree7fb06a51eb7db1eee3323d0112b1f74c66fe3dad /kde-frameworks/kplotting
parentsci-libs/vtk: Fix USE flag description typo (diff)
downloadgentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.tar.gz
gentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.tar.bz2
gentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.zip
kde-frameworks: Drop KDE Frameworks 5.61.0
Package-Manager: Portage-2.3.76, Repoman-2.3.17 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.61.0.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 27d9796093b7..e46e966a0455 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.61.0.tar.xz 29788 BLAKE2B 07feada9ad92d8619758f3c7cb7973962605eea41c428dc0fb1d3d75d0d33074138e24362845411497c581a7e036971bcc6417d6c706186ba126f2618e80b225 SHA512 4b1e743f4cf1512b3058f4e2cb184762e14d7c5e2fb5c24a893c657430e5a605cba54a195bcccca958a3ba8318a7780372522c49a4ac503a697df358dcf587d0
DIST kplotting-5.62.0.tar.xz 30164 BLAKE2B f3a7e98d71a7dacc5bce72f977192458b8805e6a09ad2b5a543601d327c6c97fa1f1b06191160e8ba71a7dc9d79bdcb093aa293832e740170563607a208deb12 SHA512 b979698f4341d3fe968cd8e7c0ac26948bf120d1ddd5e605467299bff2a09a7e301a288c3db220975cba4204eb7f44e5ba2b0559874a706dae5c9b40eee58e0d
diff --git a/kde-frameworks/kplotting/kplotting-5.61.0.ebuild b/kde-frameworks/kplotting/kplotting-5.61.0.ebuild
deleted file mode 100644
index 898844d21f48..000000000000
--- a/kde-frameworks/kplotting/kplotting-5.61.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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}"