diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 14:55:44 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 17:36:48 +0200 |
commit | 5e1460a8c4badd4476f5b8ae4842c117f744ae58 (patch) | |
tree | f4587692f9edf3297582c2f7635496571e1cd2c3 /kde-frameworks/kplotting | |
parent | kde-frameworks/kitemviews: 5.72.0 version bump (diff) | |
download | gentoo-5e1460a8c4badd4476f5b8ae4842c117f744ae58.tar.gz gentoo-5e1460a8c4badd4476f5b8ae4842c117f744ae58.tar.bz2 gentoo-5e1460a8c4badd4476f5b8ae4842c117f744ae58.zip |
kde-frameworks/kplotting: 5.72.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-5.72.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index f3b5cea40052..a2eb6089484e 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1,3 @@ DIST kplotting-5.70.0.tar.xz 33548 BLAKE2B 351f4d803f3ba8307989af87228ed88492f6e45c9fea60475af1ca2ad7829fd1d0a864c4092f9c5dec1015298ad41e64ebe3306b4ce9820bc9ea12b7eb9f454e SHA512 6718737795ef1bb4b6eae5de7c41d47fb3377438c0737584663ae9174b93598a5fab4d2892d53692fb48ef2896a9a7dec81164667d2068006c907beeca375ef5 DIST kplotting-5.71.0.tar.xz 33508 BLAKE2B ff96c56bb4bd54a82693411fc110f47fc89b914415d4c2ea3e004e81725cb4346c8b91b3eeca3c8c05d8cc2b2898357f8601491884aeb2a071e84d81be1b7bb6 SHA512 645b852b27ecb1adc75fc6d5000e773aabe6f63d26085bc8c02d775884e95be4bcade5b617e50ee62b1addf3bc607e81e983b91bac7ac4c351d2d3c869e7bd43 +DIST kplotting-5.72.0.tar.xz 33512 BLAKE2B e149933ba5963a2ad0b1dfa0148fc79e597d452079cab825684c025908a93569ec2de6147b2cb9b3c796e5e1cbf4acdef40078c515001a871b50432080db3191 SHA512 cea99437675f47021573fb7bf4ec493b76a231c387bb88b198ceb2d543e87ebe414ab8c33bc43d1e0f658e86936b363f06af8012f17a3ace3aa684c45d110580 diff --git a/kde-frameworks/kplotting/kplotting-5.72.0.ebuild b/kde-frameworks/kplotting/kplotting-5.72.0.ebuild new file mode 100644 index 000000000000..d37a7d0a0169 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.72.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 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.14.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}" |