diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-16 19:38:26 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-16 19:38:38 +0100 |
commit | 31645664f42a588800ba68febd89a9c9e6afc76f (patch) | |
tree | ccc391e5d2b2b2255adcafe060246a5ddf9a3396 /kde-apps/kcalutils | |
parent | profiles: Update masks for KDE Applications 16.12 (diff) | |
download | gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.gz gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.bz2 gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.zip |
kde-apps: Version bump KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r-- | kde-apps/kcalutils/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcalutils/kcalutils-16.12.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-apps/kcalutils/Manifest b/kde-apps/kcalutils/Manifest index 8817cac9510c..f45feb42f4f6 100644 --- a/kde-apps/kcalutils/Manifest +++ b/kde-apps/kcalutils/Manifest @@ -1 +1,2 @@ DIST kcalutils-16.08.3.tar.xz 95032 SHA256 bfdc2bee386190804e58a956c66d103a10f9609089110810999746183a34d8f3 SHA512 a68923069640801f1e2003e347bf89478cae8e7500119df2d9f9ef95b23bb49f6ab86d33ea0fd4c99334373fed9691185c8b038af1450712e351d2156acd2292 WHIRLPOOL 91b77d4560b066a0b68b57c0aca618e27d85f9c03f005daec60105c9c8b3c6ce3b5db39d2654c54bdfb460d98dd9b2128e40590bb97263ef21f73e8a7829cb36 +DIST kcalutils-16.12.0.tar.xz 94664 SHA256 331ed1333bde0e04da592a5f194e00a13dd431b2b24aa8808779c9f7135d1421 SHA512 83a913aa312461cf2d578ca37bd0290347282f828fe08bf0d6a058372e198f6a0e087d2b7576aefb4e0d72c98cf6c69431013693109f832acfa0835e8a4883b5 WHIRLPOOL 297d0dc73c485c11536b2073c1f6221230b4006009b6578daf1e7cbbaa9968e028e1ab9eb53285159112b9f2cd4591892736e1f9f45e31636112daa075d954d0 diff --git a/kde-apps/kcalutils/kcalutils-16.12.0.ebuild b/kde-apps/kcalutils/kcalutils-16.12.0.ebuild new file mode 100644 index 000000000000..5c7bb90aec7d --- /dev/null +++ b/kde-apps/kcalutils/kcalutils-16.12.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library providing utility functions for the handling of calendar data" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kidentitymanagement) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/grantlee:5 +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" |