summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 16:30:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-19 17:10:41 +0200
commitaddc3ca938ab469b86deb6da9a07172d89fc34bc (patch)
tree942c789cc827cc865c1b015e555cd655d5f91e63 /kde-frameworks/kplotting
parentkde-frameworks/kitemviews: 5.111.0 version bump (diff)
downloadgentoo-addc3ca938ab469b86deb6da9a07172d89fc34bc.tar.gz
gentoo-addc3ca938ab469b86deb6da9a07172d89fc34bc.tar.bz2
gentoo-addc3ca938ab469b86deb6da9a07172d89fc34bc.zip
kde-frameworks/kplotting: 5.111.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.111.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index 8ca42199131e..75e1c0bd9e75 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1 +1,2 @@
DIST kplotting-5.110.0.tar.xz 33736 BLAKE2B 13218e617b666c7b3c28dc3d55ac3dc0d5cf0e9b7abca0545c8eda6da82cd11c1b73a7167e27fdc555b62793333c1c142b177c41f6fe15570c5663a42b6606f8 SHA512 cb2752b4f0071b2c40469b038e5fc20e8dafbdacd0bcbcf995b97ce6c9871fedb728e5939fa92949c7755e05f966a8c7040edc28a89c4c0ca2223fdf5e5dce79
+DIST kplotting-5.111.0.tar.xz 33760 BLAKE2B b26db7bb44a4a95a5079967588c9d79a3247518738df404faf8eec8d567df3bf4eaf041e4da9be758cfd03a9d8000f29bdb4b434101a5849773951a984e721ec SHA512 a23c7965d6bfda4609f2c6b04ab005d80b8e85b286686ac293ccaa14a7d6071700d65306112c28a78c6874e1d59027e1626d44839bb1c19c05c03f9e99198921
diff --git a/kde-frameworks/kplotting/kplotting-5.111.0.ebuild b/kde-frameworks/kplotting/kplotting-5.111.0.ebuild
new file mode 100644
index 000000000000..9cc25c8ddb18
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.111.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 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}"