diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-10 22:27:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-10 22:30:40 +0200 |
commit | b89b17e2d00a66b188aa5baa5f9611b2ead7da96 (patch) | |
tree | 2e7e7814f31e6dd7c1486326f3cb8b1e370ba2f1 /kde-frameworks/kplotting | |
parent | kde-frameworks/extra-cmake-modules: 5.46.0 ppc/ppc64 ALLARCHES stable (diff) | |
download | gentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.tar.gz gentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.tar.bz2 gentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.zip |
kde-frameworks: Drop KDE Frameworks 5.43.0
Bug: https://bugs.gentoo.org/656330
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.43.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index be05e166416e..66caeb9aebea 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.46.0.tar.xz 29776 BLAKE2B 0b15915c3fad4867a0c48fd693b4fdc8b43f50880cc739f513332698cedcd755340ccf1d906d4bb5a54ccee18833d761f73d9d67f2062e812788b4014354860e SHA512 8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18 DIST kplotting-5.47.0.tar.xz 29744 BLAKE2B 0af52eedcd01fdb0e09928103c8ca75b70ec65a04b998eb530f930afc80e3a518892e170122c164310db1df3c554d24db51f89a05e1ff9a9296d1b71e5167228 SHA512 cd44216fde8bf3463bf87a22809adf1901572d1d4aca970bfd26653039f54586b3456fe0d3c906f2b299c094d04832ab784d1ba66aa5430fb2da914689abe3b2 diff --git a/kde-frameworks/kplotting/kplotting-5.43.0.ebuild b/kde-frameworks/kplotting/kplotting-5.43.0.ebuild deleted file mode 100644 index 974f648029c7..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.43.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}" |