diff options
Diffstat (limited to 'kde-frameworks/kplotting')
| -rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kplotting/kplotting-5.113.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest new file mode 100644 index 00000000000..afa6963c1d9 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-5.113.0.tar.xz 33752 BLAKE2B 4eb87f0e228ad14db9c884501b751116cf59dc40970486bf462c54e330e3b759f965b832e5a83da2954e5d846e74600a6e0caf2e6316cd40b95aaa381487dc4e SHA512 9f9547407239729873739ec3e5c7e33426758305fa1e9a056c0d50cb7fae12c1dd6ec4b4914b685fbcdff7720e5729b271bd74e5029e16e8dc07d4dc4d6b38ce diff --git a/kde-frameworks/kplotting/kplotting-5.113.0.ebuild b/kde-frameworks/kplotting/kplotting-5.113.0.ebuild new file mode 100644 index 00000000000..9cc25c8ddb1 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.113.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}" |
