From 4a1473d07ff4a31a9f69ea62187f0badadb81880 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 1 Aug 2020 22:36:38 +0200 Subject: kde-frameworks/kplotting: 5.73.0 version bump Signed-off-by: Andreas Sturmlechner --- kde-frameworks/kplotting/Manifest | 1 + kde-frameworks/kplotting/kplotting-5.73.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 kde-frameworks/kplotting/Manifest create mode 100644 kde-frameworks/kplotting/kplotting-5.73.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..589956d483 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-5.73.0.tar.xz 33476 BLAKE2B 042a47e21d92558cf6c021ee5697676c4a6637cf85bfe4ba16374566b02386425a5bcc6a48faa13ab0ad9fa2c4367553edc364f2233c927bec68ec59fea29d08 SHA512 f5a41804806bf395fbdf46394d3b9d2a5ec418f762705e61f896940f48b9ca929a8be39d0e2bd9fa8a4f2e4565e26ba04ea0851082da13abb6a28702978e8b52 diff --git a/kde-frameworks/kplotting/kplotting-5.73.0.ebuild b/kde-frameworks/kplotting/kplotting-5.73.0.ebuild new file mode 100644 index 0000000000..d37a7d0a01 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.73.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