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 0DF38138200 for ; Sat, 14 Sep 2013 15:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36381E0E3C; Sat, 14 Sep 2013 15:11:54 +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 9074EE0E3B for ; Sat, 14 Sep 2013 15:11:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86DF233EC63 for ; Sat, 14 Sep 2013 15:11:52 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2313) id CF6642005E; Sat, 14 Sep 2013 15:11:49 +0000 (UTC) From: "Johannes Huber (johu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, johu@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/ktp-call-ui: ktp-call-ui-0.6.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ktp-call-ui-0.6.3.ebuild ChangeLog X-VCS-Directories: net-im/ktp-call-ui X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130914151149.CF6642005E@flycatcher.gentoo.org> Date: Sat, 14 Sep 2013 15:11:49 +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: 7e483d08-8033-497f-a0aa-752f34551d44 X-Archives-Hash: 3d5c9b7ef78a6bcb1b9f131349ed303b johu 13/09/14 15:11:49 Modified: ChangeLog Added: ktp-call-ui-0.6.3.ebuild Log: Version bump KDE Telepathy 0.6.3. (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD) Revision Changes Path 1.15 net-im/ktp-call-ui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 21 May 2013 21:31:46 -0000 1.14 +++ ChangeLog 14 Sep 2013 15:11:49 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-call-ui # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.14 2013/05/21 21:31:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.15 2013/09/14 15:11:49 johu Exp $ + +*ktp-call-ui-0.6.3 (14 Sep 2013) + + 14 Sep 2013; Johannes Huber +ktp-call-ui-0.6.3.ebuild: + Version bump KDE Telepathy 0.6.3. 21 May 2013; Johannes Huber -ktp-call-ui-0.6.0.ebuild: Remove KDE Telepathy 0.6.0. 1.1 net-im/ktp-call-ui/ktp-call-ui-0.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.6.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.6.3.ebuild?rev=1.1&content-type=text/plain Index: ktp-call-ui-0.6.3.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.6.3.ebuild,v 1.1 2013/09/14 15:11:49 johu Exp $ EAPI=5 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it ja kk km lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW" inherit kde4-base DESCRIPTION="KDE Telepathy audio/video conferencing ui" 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="GPL-2" SLOT="4" IUSE="debug v4l" DEPEND=" >=media-libs/qt-gstreamer-0.10.2 >=net-im/ktp-common-internals-${PV} =net-libs/telepathy-qt-0.9.3[farstream] " RDEPEND="${DEPEND} || ( >=net-im/ktp-contact-applet-${PV} >=net-im/ktp-contact-list-${PV} >=net-im/ktp-text-ui-${PV} ) v4l? ( media-plugins/gst-plugins-v4l2:0.10 ) "