diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 13:11:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 15:13:57 +0200 |
commit | ec33b1dc0dba043a5eec7b7b5be88befe61f125d (patch) | |
tree | d6be7a4f5dc46fa4617694442413346099735048 /kde-frameworks/kplotting | |
parent | kde-frameworks/kitemviews: 6.5.0 version bump (diff) | |
download | gentoo-ec33b1dc0dba043a5eec7b7b5be88befe61f125d.tar.gz gentoo-ec33b1dc0dba043a5eec7b7b5be88befe61f125d.tar.bz2 gentoo-ec33b1dc0dba043a5eec7b7b5be88befe61f125d.zip |
kde-frameworks/kplotting: 6.5.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-6.5.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 8a5b73e31526..0966fbd55044 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1,3 @@ DIST kplotting-5.116.0.tar.xz 33732 BLAKE2B b58ba3087be6900f3d1d19a6ddb4115cc7f58c49f9bf45663ca2c382b359f3a2e7f7daf3bf053fbc4c27926fa8a4e6ae6f84b811f5351f1f3ef82a2ac4d30c77 SHA512 1a4d8313c57d32c6af41127ce27086d0d357ade8126ff4dc1d1c5306b198f3d1ab24d67105cef3bad318d753210553fe275350a173b18c1d3c485f213de95fe9 DIST kplotting-6.4.0.tar.xz 33692 BLAKE2B 36565d2e7fab283555edd34c99b95f815148c112b5e2219529d1a4ac69ea3290d5181491dbcc7f9a655ea48cc03ff5173f10841c6f36e89c845f6f15f5a84d81 SHA512 30a1a78c7fda74e28753af05ba3089781b2677b9e02b76cc745498f065b26d2ed3a8ed68b2d077cd696d9cc04fd14081a38aaa36b8b794b113ac6f521afafd69 +DIST kplotting-6.5.0.tar.xz 33676 BLAKE2B 2904b4f522e26c8265bc80bb3e59b0e4f4c9448857fa75bef39db87b63b27ee08d212fa04aa2f06395c41b5d7c7181fcd9bfeb148750edca58dce6d2b52a1ae5 SHA512 09df381e3353b48f649030d65188ab36f173f8bf9d6a845a3a5a0a25f2559e1ba37f5ca39e2e2204a3c887475d9d321fa8021c66a6146ac2c76e7eaf5f55c4b0 diff --git a/kde-frameworks/kplotting/kplotting-6.5.0.ebuild b/kde-frameworks/kplotting/kplotting-6.5.0.ebuild new file mode 100644 index 000000000000..a0a7728b63a3 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-6.5.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_DESIGNERPLUGIN="true" +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing easy data-plotting functions" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=">=dev-qt/qtbase-${QTMIN}:6[gui,widgets]" +RDEPEND="${DEPEND}" |