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-calendar | |
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-calendar')
-rw-r--r-- | kde-apps/akonadi-calendar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadi-calendar/akonadi-calendar-16.12.2.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index 81b6b972219e..cbf16b1ac945 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1 +1,2 @@ DIST akonadi-calendar-16.12.1.tar.xz 115224 SHA256 d1697996b56d7a590ed2be6d773e9555357268b69c67b2c3a75697c8d0bc4f60 SHA512 f894dbaa129002786ef5cdf5ae4350ea8b1cbdc8e7b987094a54239489f9a5776f6bcef1c7865a4e47d7d09d16b8c62880a99aad08a7eb2033ec512b1e834fac WHIRLPOOL 051b18ff99677ae41636036e14bd84fecedc5b696f8ff061c2ce371b22be1ad4cf35be9ea45cf81e0766eeee1546bedf69df2728eb2b5f0a70791d764b4dff1f +DIST akonadi-calendar-16.12.2.tar.xz 115212 SHA256 d3b0a74ce99d6251607108b736ced91d4f31397f49517de587aa508160e5d3e1 SHA512 997c48e7c8b94119a9411e2eef1ea542d402e4b6d108cbaa9a27f6c6df72fc28d12d6f7ebba0351eb9bfdc11f33517e062ae02ac15bc476245c33cdc12c618a8 WHIRLPOOL 7ab75242eb95ceb1ce431b29ab2f834165b9ae2185646ec0c6719c908ecf91fa98f48d800d7232d0849a7d097f539ca1b3c743d7b39c4331a8f3e9150589f28e diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-16.12.2.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.2.ebuild new file mode 100644 index 000000000000..d1a161dd0c6f --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.2.ebuild @@ -0,0 +1,45 @@ +# 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 calendar integration" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" |