From ecb6c2422c05cd68b74ffb8cb642221936dc7771 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 7 Nov 2020 22:12:29 +0100 Subject: kde-frameworks/kplotting: 5.76.0 version bump Signed-off-by: Andreas Sturmlechner --- kde-frameworks/kplotting/Manifest | 1 + kde-frameworks/kplotting/kplotting-5.76.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 kde-frameworks/kplotting/Manifest create mode 100644 kde-frameworks/kplotting/kplotting-5.76.0.ebuild (limited to 'kde-frameworks/kplotting') diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest new file mode 100644 index 0000000000..8082b309e5 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000000..d52280ca19 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.76.0.ebuild @@ -0,0 +1,21 @@ +# 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}" -- cgit v1.2.3-65-gdbad