summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-08 19:58:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-10 10:14:19 +0200
commit7e72979a0c559c76c8426d32171b6928290c3fe0 (patch)
tree38e09f2e433805e49a0fa365202601ac018b892a /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.99.0 version bump (diff)
downloadgentoo-7e72979a0c559c76c8426d32171b6928290c3fe0.tar.gz
gentoo-7e72979a0c559c76c8426d32171b6928290c3fe0.tar.bz2
gentoo-7e72979a0c559c76c8426d32171b6928290c3fe0.zip
kde-frameworks/kplotting: 5.99.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.99.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index cddf932b1508..dc38e0fd283f 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.96.0.tar.xz 33704 BLAKE2B 6b305522410c60cc60d2b31d528617222fc4b460afa285d817e54202450209afd99a7336b4987c66c003265bbce2637fecb1a59a5c8b2b0ee71b603e4cd3457c SHA512 cc6062806b757e4594e74aa134432b8621f7d118c5a749e782b1dfb67989ccdfd45694ecaa3351c9641b399cba4a4260788cff8673f5a7acc44341d9be85ca10
DIST kplotting-5.98.0.tar.xz 33728 BLAKE2B 0140314b70eb2b009e0601d7d7624c54c248e514c967186d5bda327f835cc85c17cb7d283393b48ca6b6574faf06350da97ee063c53cdc99a5cd43597537ce70 SHA512 cefb2466e0bb96193f6367753ee7ff71f1e7e804ee3d93ef70d447ea06d5b4bd2c6ffece07738709b02dbccd79a9f963a2203eedea49c5f12bd87bbfabf650f2
+DIST kplotting-5.99.0.tar.xz 33736 BLAKE2B db233bd3d04b4bc0f8d65394840f541121d55200d315d0672b9ee8ebe6af5ed73c4d8e2faa11bab29dd40729bd6cfc55d2de0738986522be03a4af1bf3a6e98a SHA512 db0bcd4f742c9c5c173750af439634c2e42af0df795d81809a7ac8b6e079680d0a619e71399e671c66b33137ca63e04bf8829689d33963f6481dc486db6c357b
diff --git a/kde-frameworks/kplotting/kplotting-5.99.0.ebuild b/kde-frameworks/kplotting/kplotting-5.99.0.ebuild
new file mode 100644
index 000000000000..340ac2bdb641
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.99.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}"