diff options
Diffstat (limited to 'kde-frameworks/kplotting')
| -rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kplotting/kplotting-5.51.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..3fe70cfb388 --- /dev/null +++ b/kde-frameworks/kplotting/Manifest @@ -0,0 +1 @@ +DIST kplotting-5.51.0.tar.xz 29744 BLAKE2B 72e19c93336474e05a6874262acd13d0e3994a9e07427cb309152a0940173caabb816fee6e20f5f6ed24783fd37681728c9e19d1caa6543e29eb28990c365f30 SHA512 e75a88074b18768b4edf90a5020257c49fe0440fba806f0ef1880182fc1856853211de03f7aca3be3f220fe93ff723009c96799b0c94f237ac7c698247f37666 diff --git a/kde-frameworks/kplotting/kplotting-5.51.0.ebuild b/kde-frameworks/kplotting/kplotting-5.51.0.ebuild new file mode 100644 index 00000000000..c7170240989 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.51.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 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}" |
