9f4f8ca2195d4d93e23ea077c937c2f79f97f158
[gentoo.git] / kde-apps / kblog / kblog-20.04.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 ECM_TEST="true"
7 KFMIN=5.69.0
8 inherit ecm kde.org
9
10 DESCRIPTION="Library providing client-side support for web application remote blogging APIs"
11 HOMEPAGE="https://api.kde.org/kdepim/kblog/html/index.html"
12
13 LICENSE="GPL-2+"
14 SLOT="5"
15 KEYWORDS="~amd64 ~arm64 ~x86"
16 IUSE=""
17
18 DEPEND="
19         >=kde-frameworks/kcalendarcore-${KFMIN}:5
20         >=kde-frameworks/kcoreaddons-${KFMIN}:5
21         >=kde-frameworks/ki18n-${KFMIN}:5
22         >=kde-frameworks/kio-${KFMIN}:5
23         >=kde-frameworks/kxmlrpcclient-${KFMIN}:5
24         >=kde-frameworks/syndication-${KFMIN}:5
25 "
26 RDEPEND="${DEPEND}"