diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-13 10:05:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-13 20:22:18 +0100 |
commit | 002377397d27c502d94bc30ee2a74f9a3f35eacb (patch) | |
tree | dfdde18909d5291f1116572abccfeba7c9b7ce83 /kde-frameworks/kplotting | |
parent | kde-frameworks/kitemviews: drop 5.91.0* (diff) | |
download | gentoo-002377397d27c502d94bc30ee2a74f9a3f35eacb.tar.gz gentoo-002377397d27c502d94bc30ee2a74f9a3f35eacb.tar.bz2 gentoo-002377397d27c502d94bc30ee2a74f9a3f35eacb.zip |
kde-frameworks/kplotting: drop 5.91.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.91.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 7e5a0e6b3ae8..8ecb62527ecf 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,3 +1,2 @@ DIST kplotting-5.90.0.tar.xz 33644 BLAKE2B 52a0979465eb28e6b3a6e19256819b795f6b81dadbf5dc8b4899621a87cdfba8f478363169e4d311f5cb2e63769caaf2b0d0c6b39065c72b849484b0a6cc6824 SHA512 04a3161ed32d4d334eff121c7cdc8840f852b8c5b60f880f4b98a5710e2861fe93ceca836efd5c74067ef3785d083b2a610526df17a358d8327942b9648767b4 -DIST kplotting-5.91.0.tar.xz 33632 BLAKE2B 19dcacf0cf0f3dac21eee5de929fd4c5b02dcd4250652e85fcf4ab72188c86a4676de465786a00ce74794967c2c42ad6cb30f6339ce28fa311e3c87c19ecccc7 SHA512 1cb31187976899abdea519536189c6cb3c9a8002c22af16afc6b7b11858edd3bb3fbbc8c80222c47fbfaeb1699358618e8cdeb5b6ad25c1849e1255553e2c6c0 DIST kplotting-5.92.0.tar.xz 33684 BLAKE2B c71109a70dbd5a79bc5e0416d0677ee4de55fc51db4617ec0224bd65141fa0783c095a39847e16f95ae785d8792dc26067635e223cc27eef8c5121a85a0d26ad SHA512 e2f7507caef50f1227461fdb4be8a6ac9dcebe0f25d35357bb0c13f2dfb0f7cc33c885bbb7c143e4c61ee157570e907b9c51764c4c2d51d2831281d16b1603d7 diff --git a/kde-frameworks/kplotting/kplotting-5.91.0.ebuild b/kde-frameworks/kplotting/kplotting-5.91.0.ebuild deleted file mode 100644 index d2caafbd08f2..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.91.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_DESIGNERPLUGIN="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework providing easy data-plotting functions" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 -" -RDEPEND="${DEPEND}" |