diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-14 18:45:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-14 18:45:29 +0100 |
commit | f2acb685ff16a83e4aecacbc50d53b1b3c4d27c7 (patch) | |
tree | 175f4e28bf215ff1f3a495d0647c61d73b27e2ed /kde-frameworks/kplotting | |
parent | kde-frameworks/kitemviews: drop 5.76.0* (diff) | |
download | kde-f2acb685ff16a83e4aecacbc50d53b1b3c4d27c7.tar.gz kde-f2acb685ff16a83e4aecacbc50d53b1b3c4d27c7.tar.bz2 kde-f2acb685ff16a83e4aecacbc50d53b1b3c4d27c7.zip |
kde-frameworks/kplotting: drop 5.76.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.76.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest deleted file mode 100644 index 8082b309e5..0000000000 --- a/kde-frameworks/kplotting/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kplotting-5.76.0.tar.xz 31092 BLAKE2B b142b53b5b74b31339adb725a9a3c345c4c8ef318340eb1106c310f6b0065a2e65ebbce09e30198f735e2902814a27d382ca44c655cc23fd7384a1e478e7b746 SHA512 1b2c658cdf00dc1220bd75622547b0012684ee59c062040a26a69325f68e3757946ccf5f5cf22442491f6d611781e0e6c1b56bd44007925bb774bc138337676f diff --git a/kde-frameworks/kplotting/kplotting-5.76.0.ebuild b/kde-frameworks/kplotting/kplotting-5.76.0.ebuild deleted file mode 100644 index d52280ca19..0000000000 --- a/kde-frameworks/kplotting/kplotting-5.76.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.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}" |