diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:33:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:38:26 +1000 |
commit | 5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch) | |
tree | 29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/akonadi-calendar | |
parent | profiles: mask >=kde-apps/minuet-16.08.0 as it requires masked Qt 5.7 (diff) | |
download | gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.gz gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.bz2 gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.zip |
kde-apps: version bump 16.08.1
Package-Manager: portage-2.3.0
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.08.1.ebuild | 45 | ||||
-rw-r--r-- | kde-apps/akonadi-calendar/metadata.xml | 8 |
3 files changed, 54 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest new file mode 100644 index 000000000000..e324ec79d75f --- /dev/null +++ b/kde-apps/akonadi-calendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-16.08.1.tar.xz 114876 SHA256 ee4ab1fd318e42f366f72ac0fe359fcda746dc567c900224191971ce400a7f89 SHA512 719baf8f4cd24e441bef7324136a41a24f037e624dcf06026416c05a6c71ccb0e0eb62efd9311b44e069b12cfb9b2fb9c6f04478c6340109e6c70ef191fe80d3 WHIRLPOOL d55ebc831f070dc7a6ceabfe96bb636dae3f08e8710cda9e356e24d560adfa12dfcdcf060dbde488e3ddb9845f2347d7623d03ee8f4fb7cff64a4cc0ea6aed61 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-16.08.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-16.08.1.ebuild new file mode 100644 index 000000000000..e7415cafb4ae --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-16.08.1.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" diff --git a/kde-apps/akonadi-calendar/metadata.xml b/kde-apps/akonadi-calendar/metadata.xml new file mode 100644 index 000000000000..2fdbf33d963d --- /dev/null +++ b/kde-apps/akonadi-calendar/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> |