diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-09 19:42:23 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-09 19:42:37 +0100 |
commit | 0e7c442531fd2caefa9035ffc99514dc94432083 (patch) | |
tree | 7a07bfea1f2927843db5bef673bb696eac1a32a6 /kde-apps/akonadi-notes | |
parent | multiprocess.eclass: makeopts_{jobs,loadavg}: fix implicit handling of $MAKEO... (diff) | |
download | gentoo-0e7c442531fd2caefa9035ffc99514dc94432083.tar.gz gentoo-0e7c442531fd2caefa9035ffc99514dc94432083.tar.bz2 gentoo-0e7c442531fd2caefa9035ffc99514dc94432083.zip |
kde-apps: Version bump KDE Applications 16.12.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/akonadi-notes')
-rw-r--r-- | kde-apps/akonadi-notes/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-notes/akonadi-notes-16.12.2.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-apps/akonadi-notes/Manifest b/kde-apps/akonadi-notes/Manifest index 3f486f7f12f2..65a1dc192d9d 100644 --- a/kde-apps/akonadi-notes/Manifest +++ b/kde-apps/akonadi-notes/Manifest @@ -1 +1,2 @@ DIST akonadi-notes-16.12.1.tar.xz 19336 SHA256 f6c43c2bf392d644d817001eabb3c76ce8a8fd1e2ef967fac3effdc0ea282caf SHA512 b2a947373efb95c9cc1af2dfe301efad4737547f7d5c5e26cb69f912b76790d2df4d96f8ed3d8c46cf0353e0a071577ffc05d3be926514ec4ad6960e39ebfd56 WHIRLPOOL 9e175f2e84fbdb67dcfd495d2add69e2c65873bcaa7e6b76a2edd602f0cd99af69531cc503e1957877cf870e4f30c3107ef54f86c5bcafa2bd874b7b7b8d61ea +DIST akonadi-notes-16.12.2.tar.xz 19328 SHA256 74aead6ae815bb63dbea3214b9889720a2039168b771577c043de36db6262da0 SHA512 9fb532940d943d5f1ebe26a655d6d856d87b2166b16e8aa30500902e2207ae14f8bda40a45f5434e55030b0baeacb8d04110e05bc4016892b235b171f9f5902b WHIRLPOOL acd81c74984821881b29b32ddb3ae28791995ec294e359f5078f0e394a211ecdb78782ab406b180cd32857c473e2aafa687168c6db01859b66a1bb1d8b139d89 diff --git a/kde-apps/akonadi-notes/akonadi-notes-16.12.2.ebuild b/kde-apps/akonadi-notes/akonadi-notes-16.12.2.ebuild new file mode 100644 index 000000000000..e7fb3cbc1c7a --- /dev/null +++ b/kde-apps/akonadi-notes/akonadi-notes-16.12.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi notes integration" +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" +IUSE="" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT+=" test" + +RDEPEND=" + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +DEPEND="${RDEPEND} + $(add_kdeapps_dep akonadi) +" |