From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5ECD5138253 for ; Wed, 11 May 2016 09:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB0F5E0870; Wed, 11 May 2016 09:51:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5BE3E07EE for ; Wed, 11 May 2016 09:51:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77F143408A2 for ; Wed, 11 May 2016 09:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F344968 for ; Wed, 11 May 2016 09:51:24 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1462739827.7f8e87f4dce9538b83276e73d3b32fa0717ab8b5.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kontact/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kontact/kontact-9999.ebuild kde-apps/kontact/metadata.xml X-VCS-Directories: kde-apps/kontact/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7f8e87f4dce9538b83276e73d3b32fa0717ab8b5 X-VCS-Branch: master Date: Wed, 11 May 2016 09:51:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9cbddd3a-004c-497c-9a65-476ff0781822 X-Archives-Hash: 0c1f0a072cb848f974bc579f7e7af919 commit: 7f8e87f4dce9538b83276e73d3b32fa0717ab8b5 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Apr 17 08:58:22 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun May 8 20:37:07 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f8e87f4 kde-apps/kontact: Add split ebuild Package-Manager: portage-2.2.27 kde-apps/kontact/kontact-9999.ebuild | 61 ++++++++++++++++++++++++++++++++++++ kde-apps/kontact/metadata.xml | 8 +++++ 2 files changed, 69 insertions(+) diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild new file mode 100644 index 0000000..0f3d8e5 --- /dev/null +++ b/kde-apps/kontact/kontact-9999.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KMNAME="kdepim" +QT_MINIMAL="5.6.0" +inherit kde5 + +DESCRIPTION="KDE personal information manager" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim:5 + !kde-apps/kdepim-common-libs:4 +" + +if [[ ${KDE_BUILD_TYPE} = live ]] ; then + S="${WORKDIR}/${P}/${PN}" +else + S="${WORKDIR}/${KMNAME}-${PV}/${PN}" +fi + +src_prepare() { + # kontact subproject does not contain doc + # at least until properly split upstream + echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir" + mv ../doc/${PN} doc || die "Failed to move handbook" + + kde5_src_prepare +} diff --git a/kde-apps/kontact/metadata.xml b/kde-apps/kontact/metadata.xml new file mode 100644 index 0000000..2fdbf33 --- /dev/null +++ b/kde-apps/kontact/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +