diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-10 13:22:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-10 13:43:40 +0200 |
commit | 6985281c5b12517e8f2c29ae90f3e060927606f8 (patch) | |
tree | 8cbba397a062bd6c4dcb2f3275e30ef0fbfaee18 | |
parent | kde-frameworks/kitemviews: 5.110.0 version bump (diff) | |
download | gentoo-6985281c5b12517e8f2c29ae90f3e060927606f8.tar.gz gentoo-6985281c5b12517e8f2c29ae90f3e060927606f8.tar.bz2 gentoo-6985281c5b12517e8f2c29ae90f3e060927606f8.zip |
kde-frameworks/kplotting: 5.110.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.110.0.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index c7644717afbc..40bf4e889e86 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1,3 @@ DIST kplotting-5.108.0.tar.xz 33720 BLAKE2B 3b7bbcba86e1e3826f4660b7b537094f6b4243fc2f48a9220fe8898f71725249944f30c0d90d813a30bf336d800ffb74b2da2909943a15022b73dd12bcc68854 SHA512 87d92027fd18ed48ea3e3b5581bb7a3b621f759036a9e517a444c51c1d66cf800918cdfa85b9b840843d7a87576dceeb7c3204f7587756db6e7b0807a6b09315 DIST kplotting-5.109.0.tar.xz 33768 BLAKE2B 6ec3a2e315176aeaabd47cfe32dd1aef6bf1afc51e4939514b3264df4c64f37fcd3472f76601ba092a3b249a567a51d13304a00de7ba1f6dcc15a5b93b855e21 SHA512 89e28ad06a6d1a021e51f0bd6e2b7e1837a4296b24fa627d63656d9c6571ab29c08f04adc747bcad229f5ae7bb1fe7869b7d44307674db2cead28152873d2a10 +DIST kplotting-5.110.0.tar.xz 33736 BLAKE2B 13218e617b666c7b3c28dc3d55ac3dc0d5cf0e9b7abca0545c8eda6da82cd11c1b73a7167e27fdc555b62793333c1c142b177c41f6fe15570c5663a42b6606f8 SHA512 cb2752b4f0071b2c40469b038e5fc20e8dafbdacd0bcbcf995b97ce6c9871fedb728e5939fa92949c7755e05f966a8c7040edc28a89c4c0ca2223fdf5e5dce79 diff --git a/kde-frameworks/kplotting/kplotting-5.110.0.ebuild b/kde-frameworks/kplotting/kplotting-5.110.0.ebuild new file mode 100644 index 000000000000..9cc25c8ddb18 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.110.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}" |