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 747501381F3 for ; Wed, 25 Sep 2013 22:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 018E2E0E81; Wed, 25 Sep 2013 22:02:39 +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 F12A8E0DFC for ; Wed, 25 Sep 2013 22:02:36 +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 17DC633ED13 for ; Wed, 25 Sep 2013 22:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C058BE5465 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: <1380151191.6fd450a300c0cac5d442711d7804d158cfa2f9ad.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-kded-module/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild X-VCS-Directories: net-im/ktp-kded-module/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6fd450a300c0cac5d442711d7804d158cfa2f9ad 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: 1706424e-f7b0-40d1-ac73-3557953ed2f7 X-Archives-Hash: 3b897df99f9c3c88d3de4aa320525c35 commit: 6fd450a300c0cac5d442711d7804d158cfa2f9ad Author: Johannes Huber gentoo org> AuthorDate: Wed Sep 25 23:19:51 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Sep 25 23:19:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6fd450a3 [net-im/ktp-kded-module] Version bump. Package-Manager: portage-2.2.7 --- .../ktp-kded-module/ktp-kded-module-0.6.80.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild new file mode 100644 index 0000000..d96bd90 --- /dev/null +++ b/net-im/ktp-kded-module/ktp-kded-module-0.6.80.ebuild @@ -0,0 +1,32 @@ +# 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 ja kk km +lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin +sr@latin sv uk zh_CN zh_TW" +MY_P=${PN/kded/kded-integration}-${PV} +inherit kde4-base + +DESCRIPTION="KDE Telepathy workspace integration" +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" +if [[ ${PV} != *9999* ]]; then + SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${MY_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}" + +S=${WORKDIR}/${MY_P}