summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-11 20:58:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-11 21:14:47 +0100
commitbc5d437ab1db15ebb40c6057a45cd1ab66e9e94e (patch)
tree652d6aca291fc19eaf0870530553e1b2d04c5f8c /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.115.0 version bump (diff)
downloadgentoo-bc5d437ab1db15ebb40c6057a45cd1ab66e9e94e.tar.gz
gentoo-bc5d437ab1db15ebb40c6057a45cd1ab66e9e94e.tar.bz2
gentoo-bc5d437ab1db15ebb40c6057a45cd1ab66e9e94e.zip
kde-frameworks/kplotting: 5.115.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.115.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 07f9ee124d03..86e23d783751 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,4 @@
DIST kplotting-5.113.0.tar.xz 33752 BLAKE2B 4eb87f0e228ad14db9c884501b751116cf59dc40970486bf462c54e330e3b759f965b832e5a83da2954e5d846e74600a6e0caf2e6316cd40b95aaa381487dc4e SHA512 9f9547407239729873739ec3e5c7e33426758305fa1e9a056c0d50cb7fae12c1dd6ec4b4914b685fbcdff7720e5729b271bd74e5029e16e8dc07d4dc4d6b38ce
DIST kplotting-5.114.0.tar.xz 33732 BLAKE2B dd0a833a2ffa8e9122ac309d232429f8208ec13bd4d3875c0912c68c333cef98090b18a3a6ca1f3b3c17dd7e1b3efed9903c90a220d46d9440d61ebe813b68b4 SHA512 0f6d65252e01c97eafb61726a5fbdf564c52b4c16d583073e6f094c1d0ccc42dfe59f2a0b83e395554df34d31fbd82c5d60980546bfb139850efbf7456eae8c9
+DIST kplotting-5.115.0.tar.xz 33740 BLAKE2B c1e3543ef61bf764d35ad9025a5d7d19d99d9c13fa95e0ab1084c94f0d0fa527294d87afbc16a46d4ebeac82d4e001b2c7a7f285435e77d3c03e606a5fc5756d SHA512 cbe3ec13f9282024ddecedd4de03b877fedecdcf71d49a023cd7aded999017f6c373ebc4b4edbb80bbf4f4d6df891b03542241b706a61c97419358e91916cf1c
DIST kplotting-5.249.0.tar.xz 33796 BLAKE2B 424a7a369c0cc291efb8db3225c910fad353e1f11d730dbc5fcba1025be28c4411fb89801a8030279092729dfbe3c7516fd1f453c57daad1ff04fd05e72abc6a SHA512 d05068d57d0e8cd0620319194b450395405c0c6ce108fae928c47c9c14464889e9f13746e56a90821ae772ae5b10a5b1d14785656e9b8f19ede830876e0dc3eb
diff --git a/kde-frameworks/kplotting/kplotting-5.115.0.ebuild b/kde-frameworks/kplotting/kplotting-5.115.0.ebuild
new file mode 100644
index 000000000000..ada5b3987a25
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.115.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 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.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework providing easy data-plotting functions"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"