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 18D9F1381F3 for ; Thu, 11 Apr 2013 15:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C840FE09FF; Thu, 11 Apr 2013 15:12: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 60009E09FF for ; Thu, 11 Apr 2013 15:12:39 +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 79DBC33DE7C for ; Thu, 11 Apr 2013 15:12:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 4580A2171D; Thu, 11 Apr 2013 15:12:37 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/ktp-text-ui: ktp-text-ui-0.6.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ktp-text-ui-0.6.0.ebuild ChangeLog X-VCS-Directories: net-im/ktp-text-ui X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130411151237.4580A2171D@flycatcher.gentoo.org> Date: Thu, 11 Apr 2013 15:12:37 +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: f2dbc0b4-f732-49fa-a288-3df4d28bc48c X-Archives-Hash: 066c40d3fe5eedd8f57f86d587520d91 scarabeus 13/04/11 15:12:37 Modified: ChangeLog Added: ktp-text-ui-0.6.0.ebuild Log: Version bump to 0.6.0 release. (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.12 net-im/ktp-text-ui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 21 Jan 2013 14:28:21 -0000 1.11 +++ ChangeLog 11 Apr 2013 15:12:37 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-text-ui # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.11 2013/01/21 14:28:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.12 2013/04/11 15:12:37 scarabeus Exp $ + +*ktp-text-ui-0.6.0 (11 Apr 2013) + + 11 Apr 2013; Tomáš Chvátal +ktp-text-ui-0.6.0.ebuild: + Version bump to 0.6.0 release. *ktp-text-ui-0.5.2 (21 Jan 2013) 1.1 net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: ktp-text-ui-0.6.0.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-text-ui/ktp-text-ui-0.6.0.ebuild,v 1.1 2013/04/11 15:12:37 scarabeus Exp $ EAPI=4 KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW" inherit kde4-base DESCRIPTION="KDE Telepathy text chat window" 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" DEPEND=" >=net-libs/telepathy-qt-0.9.3 >=net-libs/telepathy-logger-qt-0.5.80 " RDEPEND="${DEPEND} >=net-im/ktp-contact-list-${PV} " src_configure() { mycmakeargs=( $(cmake-utils_use_with history TelepathyLoggerQt4) ) cmake-utils_src_configure }