summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:00:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:27:55 +0100
commitea6d7953b5c940bfad6d91395251909f28da6d0d (patch)
tree552c7c160e1079d57c29732fc2578f3a74a22a3b /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.114.0 version bump (diff)
downloadgentoo-ea6d7953b5c940bfad6d91395251909f28da6d0d.tar.gz
gentoo-ea6d7953b5c940bfad6d91395251909f28da6d0d.tar.bz2
gentoo-ea6d7953b5c940bfad6d91395251909f28da6d0d.zip
kde-frameworks/kplotting: 5.114.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.114.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index aad151b5dac6..101fd9b26c32 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
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.248.0.tar.xz 33708 BLAKE2B d112ddc67156a53cd73b298dbe84b3dfaece336da7219ca930653c278b9d6a7d3beab236d24d57dc770be891f9dc4aeade83693ace2d99d9fae2399aacfa78a5 SHA512 83d74e9aeedc923b03084454348b082c71d831b23f4c0d8c4e8c8f6f6ac8349889444ea9c4dfbeff73bc1ecafc1c0e94e8b8f3bf828864e75ee5a9c2d5fef9ab
diff --git a/kde-frameworks/kplotting/kplotting-5.114.0.ebuild b/kde-frameworks/kplotting/kplotting-5.114.0.ebuild
new file mode 100644
index 000000000000..ada5b3987a25
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.114.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}"