summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-18 21:57:11 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-18 22:09:22 +0200
commit8a5934aa38e64c3560752baff5c9c7b03eff2981 (patch)
tree751c477265fbf6365b06564fc5b25aad11b2f91e /kde-apps/akonadi-calendar
parentprofiles: Update KDE PIM 16.08 mask (diff)
downloadgentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.tar.gz
gentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.tar.bz2
gentoo-8a5934aa38e64c3560752baff5c9c7b03eff2981.zip
kde-apps: Version bump KDE Applications 16.08.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/akonadi-calendar')
-rw-r--r--kde-apps/akonadi-calendar/Manifest1
-rw-r--r--kde-apps/akonadi-calendar/akonadi-calendar-16.08.2.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest
index e324ec79d75f..ad8a91061774 100644
--- a/kde-apps/akonadi-calendar/Manifest
+++ b/kde-apps/akonadi-calendar/Manifest
@@ -1 +1,2 @@
DIST akonadi-calendar-16.08.1.tar.xz 114876 SHA256 ee4ab1fd318e42f366f72ac0fe359fcda746dc567c900224191971ce400a7f89 SHA512 719baf8f4cd24e441bef7324136a41a24f037e624dcf06026416c05a6c71ccb0e0eb62efd9311b44e069b12cfb9b2fb9c6f04478c6340109e6c70ef191fe80d3 WHIRLPOOL d55ebc831f070dc7a6ceabfe96bb636dae3f08e8710cda9e356e24d560adfa12dfcdcf060dbde488e3ddb9845f2347d7623d03ee8f4fb7cff64a4cc0ea6aed61
+DIST akonadi-calendar-16.08.2.tar.xz 114864 SHA256 fc32e3f27fa4010d84a407fd8e51f40ebaffcf6f94b2e054b3acd7504081f54a SHA512 a9d91bacacd84a714b805ec527c4529a4f2091c47245be2ba65eeaa77ee8492ad69bbe4462db3d2bdd1a789603bccc5c037312ad33bc63ba6b52712f9b1529a3 WHIRLPOOL 7819ede729cd20fbe6c9e575c8f80424d640c3503da3592b161e9d871ce42d0787698065067ee22cd75045e32ffe960337c8a3f3b4f20adb2bad647735ee5cc3
diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-16.08.2.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-16.08.2.ebuild
new file mode 100644
index 000000000000..e7415cafb4ae
--- /dev/null
+++ b/kde-apps/akonadi-calendar/akonadi-calendar-16.08.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 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"