diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-12 19:24:29 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-12 19:24:41 +0100 |
commit | 2066cf7b5a1da5ded50affbdc96467b431140f3e (patch) | |
tree | eec619c4a351b2aa2376ea6f0d543086f9b9c747 /kde-apps/akonadi-calendar | |
parent | dev-python/bandit: bup (diff) | |
download | gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.tar.gz gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.tar.bz2 gentoo-2066cf7b5a1da5ded50affbdc96467b431140f3e.zip |
kde-apps: Version bump KDE Applications 16.12.1
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.1.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest index 702bcc700cda..5481a8b44c9d 100644 --- a/kde-apps/akonadi-calendar/Manifest +++ b/kde-apps/akonadi-calendar/Manifest @@ -1 +1,2 @@ DIST akonadi-calendar-16.12.0.tar.xz 115180 SHA256 3019238ae34833298b803e2192759306ba6b1211963a72008d807a951c79def8 SHA512 f08a447586f5ba8f8e8dde998afa031598ffb82b4ee03b8fc33a5dce11b321ff9631a0c8bbcbf0dfc5211894400aa9599871f6e7e979c240bb458dcd6d88ff2b WHIRLPOOL e1a11b83886369e2ad17a60199f44e5848069ab8400d571e6c42e99d5c7e9a84adb7757325975d4d27fe2d6d819cafac1e406544ef3a0d4d0b924b262d02602c +DIST akonadi-calendar-16.12.1.tar.xz 115224 SHA256 d1697996b56d7a590ed2be6d773e9555357268b69c67b2c3a75697c8d0bc4f60 SHA512 f894dbaa129002786ef5cdf5ae4350ea8b1cbdc8e7b987094a54239489f9a5776f6bcef1c7865a4e47d7d09d16b8c62880a99aad08a7eb2033ec512b1e834fac WHIRLPOOL 051b18ff99677ae41636036e14bd84fecedc5b696f8ff061c2ce371b22be1ad4cf35be9ea45cf81e0766eeee1546bedf69df2728eb2b5f0a70791d764b4dff1f diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-16.12.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.1.ebuild new file mode 100644 index 000000000000..d1a161dd0c6f --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-16.12.1.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" |