diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-13 17:28:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-13 17:32:46 +0100 |
commit | bd0d1df4b7ed3295791d37c0c39aaf1a4b3376f8 (patch) | |
tree | 7a3187930f5b77ce0aed50034287c9144701bb49 /kde-frameworks/kplotting | |
parent | kde-frameworks/kitemviews: drop 5.79.0* (diff) | |
download | gentoo-bd0d1df4b7ed3295791d37c0c39aaf1a4b3376f8.tar.gz gentoo-bd0d1df4b7ed3295791d37c0c39aaf1a4b3376f8.tar.bz2 gentoo-bd0d1df4b7ed3295791d37c0c39aaf1a4b3376f8.zip |
kde-frameworks/kplotting: drop 5.79.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.79.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index f6bf54c3e00f..a174dab9d949 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.79.0.tar.xz 31076 BLAKE2B e226878f6ec50a8b039486f0fdda87876d0e6d47706a169bcc102ffc2414830d3942c84837277f7afb7dfc21cb354d4a8404fc0ec7921bd0802bc0f7186a0088 SHA512 0bf0f4f2e240654c2dc3edfdaf8f542e39143eb3023af23f202b41561f2127279ecd7a9bc931f535bff2645fb5f98d5f60a876972e3298b8b320720a8fd590a4 DIST kplotting-5.80.0.tar.xz 31100 BLAKE2B 34e24ffbd2cffe8074e834923ecd304c5873ce79f436dad8a31f66cbc59e201c35982103751dd8fc351c6133c6dbd03e8987a5daf96b8b8aa6a453360bf7a345 SHA512 d04d35c44439da9df37e046f09b75908bd9f965fba18941b803543dbe3111f6884cf4a7377461016ec60d1f47c08e84fa994e2784fc135867d74e0b0d3edd2cf diff --git a/kde-frameworks/kplotting/kplotting-5.79.0.ebuild b/kde-frameworks/kplotting/kplotting-5.79.0.ebuild deleted file mode 100644 index 71388c7ee73d..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.79.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.2 -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}" |