diff options
author | 2020-10-05 20:33:06 +0200 | |
---|---|---|
committer | 2020-10-09 21:01:12 +0200 | |
commit | fbbb33c0364d434ff65043746d54276bed2fad71 (patch) | |
tree | e5ec365ad1b8e67791deb4e775d8797d8b281c81 /kde-frameworks/kplotting | |
parent | kde-frameworks/kpeople: drop 5.70* (diff) | |
download | gentoo-fbbb33c0364d434ff65043746d54276bed2fad71.tar.gz gentoo-fbbb33c0364d434ff65043746d54276bed2fad71.tar.bz2 gentoo-fbbb33c0364d434ff65043746d54276bed2fad71.zip |
kde-frameworks/kplotting: drop 5.70*
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.70.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index a9ee1eb590cb..d0c819448fd5 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1 @@ -DIST kplotting-5.70.0.tar.xz 33548 BLAKE2B 351f4d803f3ba8307989af87228ed88492f6e45c9fea60475af1ca2ad7829fd1d0a864c4092f9c5dec1015298ad41e64ebe3306b4ce9820bc9ea12b7eb9f454e SHA512 6718737795ef1bb4b6eae5de7c41d47fb3377438c0737584663ae9174b93598a5fab4d2892d53692fb48ef2896a9a7dec81164667d2068006c907beeca375ef5 DIST kplotting-5.74.0.tar.xz 31104 BLAKE2B 63434d36d0b67eddefb16b136cf9d608ba3ba0cfc1d9901bc8ee8b621fe18a0749f9522355d6d76130f41f5fd4ea6b6457850d715f3779fd7fe48cdb06a9f7e0 SHA512 54559904c8d2a5ce6827aee23587838c97aff173682652e192e0e180d6643ec98d4dff6e85e89baa7fdbb92e5b8f99079beb300c3f71c589bad8cc2f21bd7426 diff --git a/kde-frameworks/kplotting/kplotting-5.70.0.ebuild b/kde-frameworks/kplotting/kplotting-5.70.0.ebuild deleted file mode 100644 index feb94b302c37..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.70.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.12.3 -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}" |