Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesignerplugin/
Date: Mon, 05 Oct 2020 11:22:48
Message-Id: 1601845146.910e91cd6713c71453c80eef4db41d6d524d3c23.asturm@gentoo
1 commit: 910e91cd6713c71453c80eef4db41d6d524d3c23
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 20:59:06 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 20:59:06 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=910e91cd
7
8 kde-frameworks/kdesignerplugin: 5.75.0 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../kdesignerplugin/kdesignerplugin-5.75.0.ebuild | 25 ++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild
16 new file mode 100644
17 index 0000000000..504d9c4e02
18 --- /dev/null
19 +++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.75.0.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +ECM_HANDBOOK="optional"
27 +ECM_QTHELP="false"
28 +ECM_TEST="false"
29 +PVCUT=$(ver_cut 1-2)
30 +QTMIN=5.14.2
31 +inherit ecm kde.org
32 +
33 +DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesigner"
34 +LICENSE="LGPL-2.1+"
35 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
36 +IUSE="nls"
37 +
38 +BDEPEND="
39 + nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
40 +"
41 +DEPEND="
42 + =kde-frameworks/kconfig-${PVCUT}*:5
43 + =kde-frameworks/kcoreaddons-${PVCUT}*:5
44 +"
45 +RDEPEND="${DEPEND}"