summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 10:58:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:09:38 +0100
commitd435cb2acd508b1a908cf360e8cf9dac96c78b53 (patch)
tree6f39f5c5e91b86bd4bc499abaade3fc2def991e1 /kde-frameworks
parentkde-frameworks/kitemviews: 5.103.0 version bump (diff)
downloadgentoo-d435cb2acd508b1a908cf360e8cf9dac96c78b53.tar.gz
gentoo-d435cb2acd508b1a908cf360e8cf9dac96c78b53.tar.bz2
gentoo-d435cb2acd508b1a908cf360e8cf9dac96c78b53.zip
kde-frameworks/kplotting: 5.103.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.103.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index e98d2602c50d..7f52d5f1a333 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,2 +1,3 @@
DIST kplotting-5.102.0.tar.xz 33740 BLAKE2B bdac78b4a163333d2d6c15a145d1851ea0e09bfeb42e0ed4e29776419119552a96524d255fc83f04299766da17e5b88bdf8cf179bf9d82081dbb63c251904413 SHA512 4a1e381f8ed03d31ea97b8f57dd8443fbb4afa6e9595d7b44c1f47528bc2c085639d0ee0947f580b35c2c495e961fffafc54bb6de14fd1857c0abab2dea71098
+DIST kplotting-5.103.0.tar.xz 33728 BLAKE2B 2302d1c3e448072cdc45bffb58e47885f005de8839d2166435518aeac1dd9baf4154ed62aee99457a86be6f7fcd58b34c04c22f7afcdbf973902b7967632ae69 SHA512 2393af7c272a1eda0e6060c93f127e6121ef8a524f13562a40abc0f79ccc6ed548f6a7068ca560335daf87c5aa67b2f6c676f0348439e5b0499b222a0634c9a0
DIST kplotting-5.99.0.tar.xz 33736 BLAKE2B db233bd3d04b4bc0f8d65394840f541121d55200d315d0672b9ee8ebe6af5ed73c4d8e2faa11bab29dd40729bd6cfc55d2de0738986522be03a4af1bf3a6e98a SHA512 db0bcd4f742c9c5c173750af439634c2e42af0df795d81809a7ac8b6e079680d0a619e71399e671c66b33137ca63e04bf8829689d33963f6481dc486db6c357b
diff --git a/kde-frameworks/kplotting/kplotting-5.103.0.ebuild b/kde-frameworks/kplotting/kplotting-5.103.0.ebuild
new file mode 100644
index 000000000000..f9cb3778906d
--- /dev/null
+++ b/kde-frameworks/kplotting/kplotting-5.103.0.ebuild
@@ -0,0 +1,21 @@
+# 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.5
+VIRTUALX_REQUIRED="test"
+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}"