diff options
author | Johannes Huber <johu@gentoo.org> | 2017-03-09 20:09:53 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-03-09 20:26:05 +0100 |
commit | 40cce1797befe332a79f52bba80e3d144297ceff (patch) | |
tree | a466705e4322739fd5dc6f2501eb401b5fe02385 /kde-apps/akonadiconsole | |
parent | dev-db/percona-server: Security cleanup (bug #612150) (diff) | |
download | gentoo-40cce1797befe332a79f52bba80e3d144297ceff.tar.gz gentoo-40cce1797befe332a79f52bba80e3d144297ceff.tar.bz2 gentoo-40cce1797befe332a79f52bba80e3d144297ceff.zip |
kde-apps: Version bump KDE Applications 16.12.3
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-16.12.3.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index db69245af9d1..1393b98cd6e6 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-16.12.2.tar.xz 177332 SHA256 ebbffc4671c87278a790a3d7f09e1a9f1b354257c7178bf0861d34c3a85818a1 SHA512 7ec7fe13a70e4ed0349770aaa6c56413e6a759a6b4770614f4f8887277e62f28eef3bebc2bc724ff8caaec3fce2655b0fa1cc6fd1a6f406f4af025ad2f30154c WHIRLPOOL 066dfca0847f39d35be1f6ed3d22a704889fdf5a7f177361b2cdbfd90056aa594908b78c5990428025b02032b6713f11846069ccb65dffbdb4f486fedef81524 +DIST akonadiconsole-16.12.3.tar.xz 177312 SHA256 63339a45b85c6f7fd87f8a67da16bd9e070a562fe4a962cc6bbe78108cadaaa4 SHA512 e4cbadafd67744aefe40a7bed359390a285bbbed9cf3569114acf74c12d6b0337517fe7f01497ea878dd84c35e55e40f17b644825edc2196d5ced065d3cde8f1 WHIRLPOOL 7da1480ea8e865a35d048902b982f0a54baadb2f378343aafe9941bcec32a1d6ef125913a10edc9a960d216a3d8259a63918e9078f0c82c0c061a192e54bcb77 DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d WHIRLPOOL f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e diff --git a/kde-apps/akonadiconsole/akonadiconsole-16.12.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-16.12.3.ebuild new file mode 100644 index 000000000000..8e7feb7fa08c --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-16.12.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +inherit kde5 + +DESCRIPTION="Application for debugging Akonadi Resources" +LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )" +HOMEPAGE="https://www.kde.org/" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep messagelib) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" |