diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-06 14:13:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-11 16:22:41 +0200 |
commit | 20edc6d44e6032e71f97aa9833144f55bd2e5250 (patch) | |
tree | 888b8fb075377fc28488da5345440e9fd55eec35 /kde-frameworks/kplotting | |
parent | kde-frameworks/kitemviews: drop 5.77.0* (diff) | |
download | gentoo-20edc6d44e6032e71f97aa9833144f55bd2e5250.tar.gz gentoo-20edc6d44e6032e71f97aa9833144f55bd2e5250.tar.bz2 gentoo-20edc6d44e6032e71f97aa9833144f55bd2e5250.zip |
kde-frameworks/kplotting: drop 5.77.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.77.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 344777e52bbf..a7dd9c3f5814 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,3 +1,2 @@ -DIST kplotting-5.77.0.tar.xz 31100 BLAKE2B d5e0a36c0f92de3522a2beddf7f0751bc1d57f749286ae7ff484ee4a22f5f020fa99dd4e77346d0a6e2de66fcc7c8944febaa89724757a5a3066e46bf7a871ab SHA512 c8220a9bc66596512bb36f80445c3b66cc8a63afb1dc818611bcbe960f0dcbc02338bd1ac91ef668088da4e536cc11b3c2cfe87c11317bfd5bc2f7f196f0fd56 DIST kplotting-5.80.0.tar.xz 31100 BLAKE2B 34e24ffbd2cffe8074e834923ecd304c5873ce79f436dad8a31f66cbc59e201c35982103751dd8fc351c6133c6dbd03e8987a5daf96b8b8aa6a453360bf7a345 SHA512 d04d35c44439da9df37e046f09b75908bd9f965fba18941b803543dbe3111f6884cf4a7377461016ec60d1f47c08e84fa994e2784fc135867d74e0b0d3edd2cf DIST kplotting-5.81.0.tar.xz 31184 BLAKE2B f991f16858f06b3ae7ff8f5f3902da93258b7d3c7f6ca37ab504c013fabe46eaf7b11b1119cc69c3733eddaf90f1a410c44ab85d292f38b4c7e52b7cf532ae20 SHA512 b4c80978dc31c1256219c450bc97aeaf478734bac2025592b4ac87bb7893b0a5990d80f0e81ba8bcb6db5ee112a793546e557fefe504235e1bd9f0f3b320dad6 diff --git a/kde-frameworks/kplotting/kplotting-5.77.0.ebuild b/kde-frameworks/kplotting/kplotting-5.77.0.ebuild deleted file mode 100644 index bdd91de56a65..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.77.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 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.15.1 -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}" |