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 CBD17138202 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 79149E0E76; 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 F2585E0E62 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 190C233EDD9 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 EB202E5466 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: <1380151673.03983867829ef1c31573b67b5a6f6b63fe5a5d15.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-list/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild net-im/ktp-contact-list/ktp-contact-list-9999.ebuild X-VCS-Directories: net-im/ktp-contact-list/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 03983867829ef1c31573b67b5a6f6b63fe5a5d15 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: 06bee210-3ec2-4c85-ab4d-5a1038d1cd39 X-Archives-Hash: 8c57fca91f370a039650cfd3cfd93d59 commit: 03983867829ef1c31573b67b5a6f6b63fe5a5d15 Author: Johannes Huber gentoo org> AuthorDate: Wed Sep 25 23:27:53 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Sep 25 23:27:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=03983867 [net-im/ktp-contact-list] Version bump. Package-Manager: portage-2.2.7 --- .../{ktp-contact-list-9999.ebuild => ktp-contact-list-0.6.80.ebuild} | 3 ++- net-im/ktp-contact-list/ktp-contact-list-9999.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild similarity index 88% copy from net-im/ktp-contact-list/ktp-contact-list-9999.ebuild copy to net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild index 818163e..ed71a16 100644 --- a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild +++ b/net-im/ktp-contact-list/ktp-contact-list-0.6.80.ebuild @@ -12,7 +12,7 @@ inherit kde4-base DESCRIPTION="KDE Telepathy contact list" 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" + SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else KEYWORDS="" @@ -25,6 +25,7 @@ IUSE="debug" DEPEND=" >=net-im/ktp-accounts-kcm-${PV} >=net-im/ktp-common-internals-${PV} + net-libs/libkpeople >=net-libs/telepathy-qt-0.9.3 " RDEPEND="${DEPEND}" diff --git a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild index 818163e..17b22fb 100644 --- a/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild +++ b/net-im/ktp-contact-list/ktp-contact-list-9999.ebuild @@ -25,6 +25,7 @@ IUSE="debug" DEPEND=" >=net-im/ktp-accounts-kcm-${PV} >=net-im/ktp-common-internals-${PV} + net-libs/libkpeople >=net-libs/telepathy-qt-0.9.3 " RDEPEND="${DEPEND}"