aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 11:44:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 11:44:33 +0200
commitb437c61347c2eecbde3f3f1ac51334712dd22ddb (patch)
tree9d38cf80383264d404bda19ac4955b4dfb1ca11f /kde-frameworks/kplotting
parentkde-frameworks/ktexteditor: Tarball respun (diff)
downloadkde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.gz
kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.bz2
kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.zip
kde-frameworks: Drop KDE Frameworks 5.69.0
Moved to Gentoo ebuild repository. 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.69.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
deleted file mode 100644
index 3f0fc2aa6b..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.69.0.tar.xz 33620 BLAKE2B b24c96970527e42ee68f2a81995e1f9bf045ecaa732e8adb0d20e902b75cb65f12bf41b81711862cd80d8df01accb78ecc75084d73c8b145277d6ac635616d38 SHA512 7250bcd265c428d3cd23ba4d0d2d23f41c2fab35d8f114fa0339d4249cc913610965c6186f8fe12e7bc38f353258a933f078502ee623afde9b12be4d34c6776f
diff --git a/kde-frameworks/kplotting/kplotting-5.69.0.ebuild b/kde-frameworks/kplotting/kplotting-5.69.0.ebuild
deleted file mode 100644
index e399a266d9..0000000000
--- a/kde-frameworks/kplotting/kplotting-5.69.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}"