aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-15 16:43:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-15 16:43:28 +0100
commit940de0cde61e02e97b8647cb3418387a39ab4876 (patch)
treefa90cf6d9f46bb14af204f65eb8f4d1ec902ff86 /kde-frameworks/kplotting
parentprofiles: Drop kde-frameworks-5.68 package.mask (diff)
downloadkde-940de0cde61e02e97b8647cb3418387a39ab4876.tar.gz
kde-940de0cde61e02e97b8647cb3418387a39ab4876.tar.bz2
kde-940de0cde61e02e97b8647cb3418387a39ab4876.zip
kde-frameworks: Drop KDE Frameworks 5.68.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.94, Repoman-2.3.21 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
deleted file mode 100644
index 6d6bcaf5db..0000000000
--- a/kde-frameworks/kplotting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kplotting-5.68.0.tar.xz 33520 BLAKE2B 8399be615b39ae62cd8ff5e6f54971761bb1f4f46271e137716a95cff6a9b661c4755a452b62468f5b24b0e569080befc8d4880d60847005d29b9a8c5922ef77 SHA512 f4b5158afc2eb4d38278618a475dbc26482682cc77d7ae0e3bb799b25a43f156946791156f73a1fd030b7602fb691364e491bef4686d36bc4f955ac2b8033e1b
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 e399a266d9..0000000000
--- 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}"