summaryrefslogtreecommitdiff
path: root/kde-frameworks/kplotting
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-14 14:25:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-14 14:25:52 +0100
commita6b284ce6cc4682e2f879616e915f11774a183ac (patch)
tree53c864b622355c5dd667a6822e3c280dcfbad76a /kde-frameworks/kplotting
parent53b3135150fc3b8f4831f8cc9d83276228e94916 (diff)
gentoo auto-resync : 14:08:2022 - 14:25:52
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest2
-rw-r--r--kde-frameworks/kplotting/kplotting-5.97.0.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 3b38d0cf2ef6..d486c30f3081 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,5 @@
DIST kplotting-5.96.0.tar.xz 33704 BLAKE2B 6b305522410c60cc60d2b31d528617222fc4b460afa285d817e54202450209afd99a7336b4987c66c003265bbce2637fecb1a59a5c8b2b0ee71b603e4cd3457c SHA512 cc6062806b757e4594e74aa134432b8621f7d118c5a749e782b1dfb67989ccdfd45694ecaa3351c9641b399cba4a4260788cff8673f5a7acc44341d9be85ca10
+DIST kplotting-5.97.0.tar.xz 33716 BLAKE2B b834c2651096e6a22429aa286c3dec0c9d2b643d362fc5e5913a31d6ea39f06836954c135d166c23cd5c1f0a4cbc3d0669eca8d98c4a1b3b12b90c5b62263446 SHA512 a7fc39e05864d5295365e57513bf85b85622e53c10d67caa851ba117f30aa22309962e81a8490975940137c693702fad234382564e828b26e1719d401156a076
EBUILD kplotting-5.96.0.ebuild 455 BLAKE2B 747bbbd948edbda06e2073d61e730ca5150290e7d30814330a0c0fadd5bfa493d51cab646c2440b6845d8fa99e558bc4927512b100736a33b598d40f40089bbf SHA512 7442a3008ac8710a7195ad6cb83272c2bfa00b50392d6d778a3aa199da05c95e0b8e14c794e7eacb29a580d8c4f106722796864282d346c36a08505111398f2f
+EBUILD kplotting-5.97.0.ebuild 458 BLAKE2B 72d27a570dd7d00460fcf4ad5e7954872d4e43fdd8b248b5e0dcf0c06964d595b13ee5fed236c70db5e173f4941174767285adc417c29b6ee723e797b4f5069c SHA512 853d880703ab9a03283fedcb9df8e3f69fc540fb6769f36e6a0e4b0e9809ed5ed901e96fe231d4f3b72452ef029b24217458baf0dead8726b3be23d011034185
MISC metadata.xml 547 BLAKE2B 127ee4110b748cd3e3c26b63248d35f78b233b00cf4466ccc0145a613062a5aa9cc2e9ebd91d0e7482c67f6e265938176b169a9c52eda30bfcddf02549ec8f06 SHA512 2d36585b1af6205dc1bfcff7c3cb24c85376716159317b5c105c866143d49e89e91e501c9a4cf2d63265c30a09e8df71bca841319bd3f2b551e79fde90b1d96e
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}"