diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 18:45:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 20:44:16 +0200 |
commit | 574a1e63fb59f2333adc047a9c3f2b929101e540 (patch) | |
tree | 370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/kblog | |
parent | net-dns/dnsdist: initscript fix (diff) | |
download | gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2 gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip |
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kblog')
-rw-r--r-- | kde-apps/kblog/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kblog/kblog-19.04.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/kblog/Manifest b/kde-apps/kblog/Manifest index bb2d0f11ac0c..d1473326b897 100644 --- a/kde-apps/kblog/Manifest +++ b/kde-apps/kblog/Manifest @@ -1,2 +1,3 @@ DIST kblog-18.12.3.tar.xz 72776 BLAKE2B caaaadcbe8ae6cd3832768a52e278ffda1c8858259e74b3823eda4bc8cf20f3a4a08a5726396d6c8eea91df47d820187e53f60299df32e0782aea2af6c678028 SHA512 8f208084161f411310b28550dc5a49e603c3d549d6a3d4b27275f369f166b8e7a68b22a27ccedef24fb730854be9a446a84b7abf722319b2947d21ad4d565289 DIST kblog-19.04.0.tar.xz 72716 BLAKE2B 372873712f58ed5871c97369feb3b7c240430b92446fc3860fc8b702b7ea8b189824d82d41a6f51a6a04acb0814db6bfd8e475b9aacb8642d32b193821d384ab SHA512 3f494c3880ecfe22dd08ee95a83e8d79b948f765b7007184c96013dceb0bb7800137ca0fbbf6b05e6273064b2fcfc4de85bb4e979627723d2fcabfa2858d28d4 +DIST kblog-19.04.1.tar.xz 72692 BLAKE2B 5b950db8de7f1d754380d85ad5ed9c9f7a913aab9c27831340d611b1167362a61377ba5802f52d96d58500efbf41a969a4df0770cde203e8fe67afc128185750 SHA512 4cc9a30580ca7dc21fc72e664f89ba8da9801da55223d3b39b23549d887679a6fdf8df95bc5b3165a08a28fb862f6a5471a24c0ca1d1a33a63b36711860fd610 diff --git a/kde-apps/kblog/kblog-19.04.1.ebuild b/kde-apps/kblog/kblog-19.04.1.ebuild new file mode 100644 index 000000000000..6d1a52cce7b7 --- /dev/null +++ b/kde-apps/kblog/kblog-19.04.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 +" |