From c399545a257b7ea44541e49eba3ef62220d51e00 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 4 Jul 2020 21:30:13 +0200 Subject: kde-frameworks/kplotting: 5.72.0 version bump Signed-off-by: Andreas Sturmlechner --- kde-frameworks/kplotting/Manifest | 1 + kde-frameworks/kplotting/kplotting-5.72.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 kde-frameworks/kplotting/Manifest create mode 100644 kde-frameworks/kplotting/kplotting-5.72.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..83ec2a2146 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-5.72.0.tar.xz 33512 BLAKE2B e149933ba5963a2ad0b1dfa0148fc79e597d452079cab825684c025908a93569ec2de6147b2cb9b3c796e5e1cbf4acdef40078c515001a871b50432080db3191 SHA512 cea99437675f47021573fb7bf4ec493b76a231c387bb88b198ceb2d543e87ebe414ab8c33bc43d1e0f658e86936b363f06af8012f17a3ace3aa684c45d110580 diff --git a/kde-frameworks/kplotting/kplotting-5.72.0.ebuild b/kde-frameworks/kplotting/kplotting-5.72.0.ebuild new file mode 100644 index 0000000000..d37a7d0a01 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.72.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.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}" -- cgit v1.2.3-65-gdbad