summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-14 13:35:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-14 15:16:32 +0100
commit18ab7fc97d7f1708abaea6f187a647449765d63d (patch)
tree6910bb9a1c0cf55557742576c913d6b53c9c4935 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.100.0 version bump (diff)
downloadgentoo-18ab7fc97d7f1708abaea6f187a647449765d63d.tar.gz
gentoo-18ab7fc97d7f1708abaea6f187a647449765d63d.tar.bz2
gentoo-18ab7fc97d7f1708abaea6f187a647449765d63d.zip
kde-frameworks/kplotting: 5.100.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.100.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 8e34b45e2040..1400f63c5c13 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
+DIST kplotting-5.100.0.tar.xz 33740 BLAKE2B fcbf49f9c9d3d8d707697807462a28e7192619f427bcfb297ee3d18fcbf0919d6d7993ecf76b2caab94db6e7d9e98f5be68413cb3c634e1a0e69bc9d53d9a8ae SHA512 e5b404b56b76cd60e2f077cdd1c0edf6232c154731e963744bfd09d54b5d81bc65e92f2508f43b7ae60cf353f829e0964afd8d57d79a5120659fb22c92042fb0
DIST kplotting-5.96.0.tar.xz 33704 BLAKE2B 6b305522410c60cc60d2b31d528617222fc4b460afa285d817e54202450209afd99a7336b4987c66c003265bbce2637fecb1a59a5c8b2b0ee71b603e4cd3457c SHA512 cc6062806b757e4594e74aa134432b8621f7d118c5a749e782b1dfb67989ccdfd45694ecaa3351c9641b399cba4a4260788cff8673f5a7acc44341d9be85ca10
DIST kplotting-5.99.0.tar.xz 33736 BLAKE2B db233bd3d04b4bc0f8d65394840f541121d55200d315d0672b9ee8ebe6af5ed73c4d8e2faa11bab29dd40729bd6cfc55d2de0738986522be03a4af1bf3a6e98a SHA512 db0bcd4f742c9c5c173750af439634c2e42af0df795d81809a7ac8b6e079680d0a619e71399e671c66b33137ca63e04bf8829689d33963f6481dc486db6c357b
diff --git a/kde-frameworks/kplotting/kplotting-5.100.0.ebuild b/kde-frameworks/kplotting/kplotting-5.100.0.ebuild
new file mode 100644
index 000000000000..340ac2bdb641
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.100.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}"