diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-31 22:45:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-31 23:08:37 +0200 |
commit | e16606dc50253e5cc3314a385af6047a6d031371 (patch) | |
tree | 6c0a41956e6330e884a1b393e0be49f21755a621 /kde-frameworks/kplotting | |
parent | kde-frameworks/extra-cmake-modules: 5.70.0 ppc/allarches stable (diff) | |
download | gentoo-e16606dc50253e5cc3314a385af6047a6d031371.tar.gz gentoo-e16606dc50253e5cc3314a385af6047a6d031371.tar.bz2 gentoo-e16606dc50253e5cc3314a385af6047a6d031371.zip |
kde-frameworks: Drop KDE Frameworks 5.67.0
Package-Manager: Portage-2.3.100, Repoman-2.3.22
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.67.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 136d89697431..900a1536ad80 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1 @@ -DIST kplotting-5.67.0.tar.xz 30296 BLAKE2B 5a5562a8640b72b9e8e37f3ec8e47dc2970ddcd90885a5215648355b96d79213884c2656c9da341b5801bac1fa4ac07c16f79c5a85ac1bae7bd285c68722f57e SHA512 df6a0389bb95c11c80449fbff2e99b16d8c002ded12b571a908c9b0c7993e4ba47c4ca8de10a444e051dcf26c0d85738ec8f4acd966495e912f70462aec7ac15 DIST kplotting-5.70.0.tar.xz 33548 BLAKE2B 351f4d803f3ba8307989af87228ed88492f6e45c9fea60475af1ca2ad7829fd1d0a864c4092f9c5dec1015298ad41e64ebe3306b4ce9820bc9ea12b7eb9f454e SHA512 6718737795ef1bb4b6eae5de7c41d47fb3377438c0737584663ae9174b93598a5fab4d2892d53692fb48ef2896a9a7dec81164667d2068006c907beeca375ef5 diff --git a/kde-frameworks/kplotting/kplotting-5.67.0.ebuild b/kde-frameworks/kplotting/kplotting-5.67.0.ebuild deleted file mode 100644 index feb94b302c37..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.67.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}" |