summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-13 19:42:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-14 10:29:10 +0200
commit51cd639f2f5a505a5c77511a59e2b85306fb1a4f (patch)
treee2695fb4f65d25053eac2441120bbec6c3cd9913
parentkde-frameworks/kitemviews: 5.97.0 version bump (diff)
downloadgentoo-51cd639f2f5a505a5c77511a59e2b85306fb1a4f.tar.gz
gentoo-51cd639f2f5a505a5c77511a59e2b85306fb1a4f.tar.bz2
gentoo-51cd639f2f5a505a5c77511a59e2b85306fb1a4f.zip
kde-frameworks/kplotting: 5.97.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.97.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index a0d72dc368b3..18a4da473e03 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1 +1,2 @@
DIST kplotting-5.96.0.tar.xz 33704 BLAKE2B 6b305522410c60cc60d2b31d528617222fc4b460afa285d817e54202450209afd99a7336b4987c66c003265bbce2637fecb1a59a5c8b2b0ee71b603e4cd3457c SHA512 cc6062806b757e4594e74aa134432b8621f7d118c5a749e782b1dfb67989ccdfd45694ecaa3351c9641b399cba4a4260788cff8673f5a7acc44341d9be85ca10
+DIST kplotting-5.97.0.tar.xz 33716 BLAKE2B b834c2651096e6a22429aa286c3dec0c9d2b643d362fc5e5913a31d6ea39f06836954c135d166c23cd5c1f0a4cbc3d0669eca8d98c4a1b3b12b90c5b62263446 SHA512 a7fc39e05864d5295365e57513bf85b85622e53c10d67caa851ba117f30aa22309962e81a8490975940137c693702fad234382564e828b26e1719d401156a076
diff --git a/kde-frameworks/kplotting/kplotting-5.97.0.ebuild b/kde-frameworks/kplotting/kplotting-5.97.0.ebuild
new file mode 100644
index 000000000000..340ac2bdb641
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.97.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"