diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-19 21:00:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-19 21:24:43 +0200 |
commit | e41ac30d69d044ee8ca5cb712fbf7e7028b2f891 (patch) | |
tree | 02fc6ab6a4ab6a23046f105fe1e8fa4667691039 /kde-frameworks/kplotting | |
parent | kde-frameworks/kitemviews: 5.116.0 version bump (diff) | |
download | gentoo-e41ac30d69d044ee8ca5cb712fbf7e7028b2f891.tar.gz gentoo-e41ac30d69d044ee8ca5cb712fbf7e7028b2f891.tar.bz2 gentoo-e41ac30d69d044ee8ca5cb712fbf7e7028b2f891.zip |
kde-frameworks/kplotting: 5.116.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.116.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 0caf277b9777..85278d7ecaa0 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1,3 @@ DIST kplotting-5.115.0.tar.xz 33740 BLAKE2B c1e3543ef61bf764d35ad9025a5d7d19d99d9c13fa95e0ab1084c94f0d0fa527294d87afbc16a46d4ebeac82d4e001b2c7a7f285435e77d3c03e606a5fc5756d SHA512 cbe3ec13f9282024ddecedd4de03b877fedecdcf71d49a023cd7aded999017f6c373ebc4b4edbb80bbf4f4d6df891b03542241b706a61c97419358e91916cf1c +DIST kplotting-5.116.0.tar.xz 33732 BLAKE2B b58ba3087be6900f3d1d19a6ddb4115cc7f58c49f9bf45663ca2c382b359f3a2e7f7daf3bf053fbc4c27926fa8a4e6ae6f84b811f5351f1f3ef82a2ac4d30c77 SHA512 1a4d8313c57d32c6af41127ce27086d0d357ade8126ff4dc1d1c5306b198f3d1ab24d67105cef3bad318d753210553fe275350a173b18c1d3c485f213de95fe9 DIST kplotting-6.2.0.tar.xz 33696 BLAKE2B b9026d229390b8f085c671f9f200e8485d9b23b9bb4cd72db576d1686b5046da73f7f96b7e4de3d4acfd6c36252f552a7409a73075223bae8678ea8eefbca261 SHA512 4eb58e6018248124c5b050239877700e8da85cbdf3609f2af025fccbdd0e0aa031db003e8a8c0e34323290615de9a767299a80cab93b09587c96fa24c36b1808 diff --git a/kde-frameworks/kplotting/kplotting-5.116.0.ebuild b/kde-frameworks/kplotting/kplotting-5.116.0.ebuild new file mode 100644 index 000000000000..ada5b3987a25 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.116.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}" |