diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 10:49:13 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-11 13:27:16 +0100 |
commit | 213abbe722dbcd06af12323d7d0b54b1e0709418 (patch) | |
tree | f887c2133cb8a929b282617b726e58e9717eec63 /kde-frameworks | |
parent | kde-frameworks/kitemviews: drop 5.74.0* (diff) | |
download | gentoo-213abbe722dbcd06af12323d7d0b54b1e0709418.tar.gz gentoo-213abbe722dbcd06af12323d7d0b54b1e0709418.tar.bz2 gentoo-213abbe722dbcd06af12323d7d0b54b1e0709418.zip |
kde-frameworks/kplotting: drop 5.74.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.74.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index d81b7aa50e35..b4716d6598f7 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,3 +1,2 @@ -DIST kplotting-5.74.0.tar.xz 31104 BLAKE2B 63434d36d0b67eddefb16b136cf9d608ba3ba0cfc1d9901bc8ee8b621fe18a0749f9522355d6d76130f41f5fd4ea6b6457850d715f3779fd7fe48cdb06a9f7e0 SHA512 54559904c8d2a5ce6827aee23587838c97aff173682652e192e0e180d6643ec98d4dff6e85e89baa7fdbb92e5b8f99079beb300c3f71c589bad8cc2f21bd7426 DIST kplotting-5.77.0.tar.xz 31100 BLAKE2B d5e0a36c0f92de3522a2beddf7f0751bc1d57f749286ae7ff484ee4a22f5f020fa99dd4e77346d0a6e2de66fcc7c8944febaa89724757a5a3066e46bf7a871ab SHA512 c8220a9bc66596512bb36f80445c3b66cc8a63afb1dc818611bcbe960f0dcbc02338bd1ac91ef668088da4e536cc11b3c2cfe87c11317bfd5bc2f7f196f0fd56 DIST kplotting-5.78.0.tar.xz 31108 BLAKE2B a9a2f965e20e80632e70652c27ed9e9e0ed8b05493d56dede1aec9a7ff5568233e65d3e3536a867fe2d400274d2b630b7b99f72acc9b62811f6d11cb6d72d99a SHA512 10785bfad55f0e4ecda1aaf259282cbab5541e2fd37dc531ca371c1a88897e569c563b34e35c1574b8685af9b15c165a3a57381000acd7d729ad7d63b29d39f8 diff --git a/kde-frameworks/kplotting/kplotting-5.74.0.ebuild b/kde-frameworks/kplotting/kplotting-5.74.0.ebuild deleted file mode 100644 index 5bd696dc150b..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.74.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.14.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}" |