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 977F9138202 for ; Wed, 25 Sep 2013 22:02:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B2ACE0E03; Wed, 25 Sep 2013 22:02:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5A90E0DFC for ; Wed, 25 Sep 2013 22:02:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E859633EDEF for ; Wed, 25 Sep 2013 22:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9ECB4E5464 for ; Wed, 25 Sep 2013 22:02:33 +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: <1380150773.a3980e0912fb7f421bb16dcf15ae8c001329b265.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-runner/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild X-VCS-Directories: net-im/ktp-contact-runner/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a3980e0912fb7f421bb16dcf15ae8c001329b265 X-VCS-Branch: master Date: Wed, 25 Sep 2013 22:02:33 +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: 7b2dfd2c-906c-4dd6-8033-013a52332f0d X-Archives-Hash: 074e291a88dfeb9b100cd76c531ac459 commit: a3980e0912fb7f421bb16dcf15ae8c001329b265 Author: Johannes Huber gentoo org> AuthorDate: Wed Sep 25 23:12:53 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Sep 25 23:12:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a3980e09 [net-im/ktp-contact-runner] Version bump. Package-Manager: portage-2.2.7 --- .../ktp-contact-runner-0.6.80.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild new file mode 100644 index 0000000..91b3005 --- /dev/null +++ b/net-im/ktp-contact-runner/ktp-contact-runner-0.6.80.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km lt +mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin +sv tr uk vi zh_CN zh_TW" +inherit kde4-base + +DESCRIPTION="KDE Telepathy krunner plugin" +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" +if [[ ${PV} != *9999* ]]; then + SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +else + KEYWORDS="" +fi + +LICENSE="LGPL-2.1" +SLOT="4" +IUSE="debug" + +DEPEND=" + >=net-im/ktp-common-internals-${PV} + >=net-libs/telepathy-qt-0.9.3 +" +RDEPEND="${DEPEND}"