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 B5FD51391DB for ; Sun, 27 Jul 2014 17:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F7CE0B4D; Sun, 27 Jul 2014 17:30:59 +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 1CEFEE0B4D for ; Sun, 27 Jul 2014 17:30:59 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 014E533FD55 for ; Sun, 27 Jul 2014 17:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2292D18BF0 for ; Sun, 27 Jul 2014 17:30:56 +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: <1406482243.3cf0bc786e5b7dd68032a516ec6991fc560de14f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-common-internals/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-common-internals/ktp-common-internals-9999.ebuild X-VCS-Directories: net-im/ktp-common-internals/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3cf0bc786e5b7dd68032a516ec6991fc560de14f X-VCS-Branch: master Date: Sun, 27 Jul 2014 17:30:56 +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: d13640dc-d3dd-4744-8e82-f129d40c7619 X-Archives-Hash: 82f789daa8b7c8012ef75e1169252936 commit: 3cf0bc786e5b7dd68032a516ec6991fc560de14f Author: Michael Palimaka gentoo org> AuthorDate: Sun Jul 27 17:30:43 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 27 17:30:43 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3cf0bc78 [net-im/ktp-common-internals] KF5 version bump. Package-Manager: portage-2.2.10 --- .../ktp-common-internals-9999.ebuild | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild new file mode 100644 index 0000000..4737bb5 --- /dev/null +++ b/net-im/ktp-common-internals/ktp-common-internals-9999.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="KDE Telepathy common library" +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" +if [[ ${PV} != *9999* ]]; then + SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +else + KEYWORDS="" +fi + +LICENSE="LGPL-2.1" +SLOT="5" +IUSE="" + +# todo: telepathy-logger-qt, libkpeople, kdepimlibs +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + net-libs/telepathy-qt[qt5] +" +RDEPEND="${DEPEND} + !net-im/ktp-common-internals:4 +"