diff options
author | 2018-03-19 20:16:05 +0100 | |
---|---|---|
committer | 2018-03-19 23:12:55 +0100 | |
commit | dda141f8c8ac9d786769888dfc88c9518e216b00 (patch) | |
tree | 669f19f67f82cd7b0f0b7efe77e7997234484e60 /kde-apps/kcalutils | |
parent | media-sound/amarok: Find liblastfm header path (diff) | |
download | kde-dda141f8c8ac9d786769888dfc88c9518e216b00.tar.gz kde-dda141f8c8ac9d786769888dfc88c9518e216b00.tar.bz2 kde-dda141f8c8ac9d786769888dfc88c9518e216b00.zip |
kde-apps: Add 18.04 stable branch
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kcalutils')
-rw-r--r-- | kde-apps/kcalutils/kcalutils-18.04.49.9999.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kcalutils/kcalutils-18.04.49.9999.ebuild b/kde-apps/kcalutils/kcalutils-18.04.49.9999.ebuild new file mode 100644 index 0000000000..f9292795ca --- /dev/null +++ b/kde-apps/kcalutils/kcalutils-18.04.49.9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(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} + !kde-apps/kdepim-l10n +" |