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 AB1D91384C0 for ; Fri, 28 Aug 2015 11:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F05B142F9; Fri, 28 Aug 2015 11:58:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F262A142F9 for ; Fri, 28 Aug 2015 11:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC718340BCF for ; Fri, 28 Aug 2015 11:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C50D3171 for ; Fri, 28 Aug 2015 11:58:25 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1440763044.495941e144bf11f25cd8e3a1c3662de416045845.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kaccounts-integration/Manifest kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild kde-apps/kaccounts-integration/metadata.xml X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 495941e144bf11f25cd8e3a1c3662de416045845 X-VCS-Branch: master Date: Fri, 28 Aug 2015 11:58:25 +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: 20e784e3-a6fd-4792-96d6-3f50eb720107 X-Archives-Hash: c8224e7798a019564450b584020c39b0 commit: 495941e144bf11f25cd8e3a1c3662de416045845 Author: Johannes Huber gentoo org> AuthorDate: Fri Aug 28 11:57:14 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Aug 28 11:57:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495941e1 kde-apps/kaccounts-integration: New package Needed for KDEs Telepathy client based on KF5. Import from kde overlay. Package-Manager: portage-2.2.20.1 kde-apps/kaccounts-integration/Manifest | 1 + .../kaccounts-integration-15.08.0.ebuild | 50 ++++++++++++++++++++++ kde-apps/kaccounts-integration/metadata.xml | 8 ++++ 3 files changed, 59 insertions(+) diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest new file mode 100644 index 0000000..b1f1787 --- /dev/null +++ b/kde-apps/kaccounts-integration/Manifest @@ -0,0 +1 @@ +DIST kaccounts-integration-15.08.0.tar.xz 60104 SHA256 f565cb2eae4a6ee47944fee4ba09039b0672a517f57ed1d4a37e9aa856e80fa3 SHA512 f480cd7697b890e6786d6e93589b3109600bdcf84586d0d6803f6e2a7ec20cda03a7c692133781f1b257a57e0f2e3b9da6bf32709aadef42caca7f6be7e870dd WHIRLPOOL 3f0f3e49410c32d5653f11884d0b20d82fcdaf0d2262f6553308545a3351279f9336877356bedf288639ab5deda18231189b02a87ad34b14ace1195877451423 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild new file mode 100644 index 0000000..3220fae --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="true" +VIRTUALDBUS_TEST="true" +KDE_PUNT_BOGUS_DEPS="true" +inherit kde5 + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~x86" +IUSE="kdepim" + +RDEPEND=" + $(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 kwallet) + $(add_frameworks_dep kwidgetsaddons) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + net-libs/accounts-qt + net-libs/signond + kdepim? ( $(add_kdeapps_dep kdepimlibs) ) +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kcmutils) +" + +# bug #549444 +RESTRICT="test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package kdepim KF5Akonadi) + ) + + kde5_src_configure +} diff --git a/kde-apps/kaccounts-integration/metadata.xml b/kde-apps/kaccounts-integration/metadata.xml new file mode 100644 index 0000000..7165813 --- /dev/null +++ b/kde-apps/kaccounts-integration/metadata.xml @@ -0,0 +1,8 @@ + + + + kde + + KDE PIM integration via kde-apps/kdepimlibs + +