diff options
Diffstat (limited to 'kde-frameworks/kplotting')
| -rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kplotting/kplotting-5.54.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest new file mode 100644 index 00000000000..0f6a81121c2 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-5.54.0.tar.xz 29752 BLAKE2B 3ad2fffcec0f878f1fa24810d9a3794f09cf53faf893dd4b9fa2aee01f1308fcf8b788eeb23f00dd04aa49a2bc962df60836e6003bd2f36580530bcfbc0ff7a8 SHA512 85cec93bd25a673bcaed993c9130529c1f16e726b3c40f84395f1c2e4810b85503dc3f015ef5cdc1289b793cc19abd956d54a61c2f8e1626ab73b9112107b61d diff --git a/kde-frameworks/kplotting/kplotting-5.54.0.ebuild b/kde-frameworks/kplotting/kplotting-5.54.0.ebuild new file mode 100644 index 00000000000..a1018d72bb2 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.54.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing easy data-plotting functions" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND}" |
