diff options
Diffstat (limited to 'kde-frameworks/kplotting')
| -rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kplotting/kplotting-5.85.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest new file mode 100644 index 00000000000..c43f4971a64 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-5.85.0.tar.xz 31192 BLAKE2B 3b9edc82cef6cc76a514f9b91589f8d8690b3e9a4f373a12e0bbd027a072fca6651c84dc4eeebf968b646d8b30c558d97c05938ec0bfa9a95ca59f334f69ca16 SHA512 ee36730cbde0461e72ebf012f88fff0b57605eb3fbdb16dde3921f044f074f834038f79ec45d2c7b5b12b9ca3c69dc08a1db28fb17624e9d020b58f7739d266e diff --git a/kde-frameworks/kplotting/kplotting-5.85.0.ebuild b/kde-frameworks/kplotting/kplotting-5.85.0.ebuild new file mode 100644 index 00000000000..71388c7ee73 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.85.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_DESIGNERPLUGIN="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework providing easy data-plotting functions" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 +" +RDEPEND="${DEPEND}" |
