diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 10:53:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 14:03:48 +0200 |
commit | 44068399ad98520a66cafb092af777af8d77a11e (patch) | |
tree | 41ec18453e7fe581c9f6020280baaa81ae0a167d /kde-apps/kblog | |
parent | kde-frameworks: Add KDE Frameworks 5.50.0 (diff) | |
download | gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.gz gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.bz2 gentoo-44068399ad98520a66cafb092af777af8d77a11e.zip |
kde-apps: Add KDE Applications 18.08.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-apps/kblog')
-rw-r--r-- | kde-apps/kblog/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kblog/kblog-18.08.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/kblog/Manifest b/kde-apps/kblog/Manifest index 8ca767d99788..129d47ee426d 100644 --- a/kde-apps/kblog/Manifest +++ b/kde-apps/kblog/Manifest @@ -1 +1,2 @@ DIST kblog-18.04.3.tar.xz 72472 BLAKE2B e4460ad17033afba4be89f29348d5849d98455f4ab479f626cc59b44243932017ed546b0a3851e4615bb892ab33660018d44d8eff38621b62c6ee66fa36fd136 SHA512 c12df99b010a67a3b653a6a0c79209b37b03195b94df27e2bc805ae939f572df99c29e70a182fcce5aee8c792a7b48446e1e6f032493a420896dd39c207cafae +DIST kblog-18.08.1.tar.xz 73056 BLAKE2B d49c4f3a943610d42469eea2ed05d4d8557e5dc7ebb31985d1477dcd150ef95361240759e7998e1a1c18ff34b71d8a1a8d88d4a2dd3628315863211417bb2ab5 SHA512 ff05e23f5a9cedfccc3fbe611471b5261e49ad71b0a194951bb48091667a0290337d8a209d29e9f8780be58a01cd1690de3b619a04f581ac5ebf3e68a22199f6 diff --git a/kde-apps/kblog/kblog-18.08.1.ebuild b/kde-apps/kblog/kblog-18.08.1.ebuild new file mode 100644 index 000000000000..369a034469ce --- /dev/null +++ b/kde-apps/kblog/kblog-18.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library providing client-side support for web application remote blogging APIs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kxmlrpcclient) + $(add_frameworks_dep syndication) + $(add_kdeapps_dep kcalcore) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" |