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 7A030138A1F for ; Fri, 25 Apr 2014 21:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D141FE08CA; Fri, 25 Apr 2014 21:28:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47803E08CA for ; Fri, 25 Apr 2014 21:28:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D830333FE2F for ; Fri, 25 Apr 2014 21:28:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2184) id 99EA12004B; Fri, 25 Apr 2014 21:28:28 +0000 (UTC) From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-irc/telepathy-idle: ChangeLog telepathy-idle-0.2.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog telepathy-idle-0.2.0.ebuild X-VCS-Directories: net-irc/telepathy-idle X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140425212828.99EA12004B@flycatcher.gentoo.org> Date: Fri, 25 Apr 2014 21:28:28 +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: 553e0728-8c00-4e00-9fbd-ca7520f06761 X-Archives-Hash: 65b7953ac0cf63699bdc6908a760e5cf eva 14/04/25 21:28:28 Modified: ChangeLog Added: telepathy-idle-0.2.0.ebuild Log: Version bump. Recommended for >=Gnome 3.10. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806) Revision Changes Path 1.63 net-irc/telepathy-idle/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/telepathy-idle/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/telepathy-idle/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/telepathy-idle/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 5 Sep 2013 19:44:51 -0000 1.62 +++ ChangeLog 25 Apr 2014 21:28:28 -0000 1.63 @@ -1,6 +1,12 @@ # ChangeLog for net-irc/telepathy-idle -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.62 2013/09/05 19:44:51 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.63 2014/04/25 21:28:28 eva Exp $ + +*telepathy-idle-0.2.0 (25 Apr 2014) + + 25 Apr 2014; Gilles Dartiguelongue + +telepathy-idle-0.2.0.ebuild: + Version bump. Recommended for >=Gnome 3.10. 05 Sep 2013; Michał Górny telepathy-idle-0.1.16.ebuild: Clean up PYTHON_COMPAT from old implementations. 1.1 net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild?rev=1.1&content-type=text/plain Index: telepathy-idle-0.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild,v 1.1 2014/04/25 21:28:28 eva Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) inherit python-single-r1 DESCRIPTION="Full-featured IRC connection manager for Telepathy" HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-idle" SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" IUSE="test" RDEPEND=" >=dev-libs/dbus-glib-0.51 >=dev-libs/glib-2.32:2 >=net-libs/telepathy-glib-0.21[${PYTHON_USEDEP}] sys-apps/dbus ${PYTHON_DEPS} " DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-python/twisted-words ) " src_prepare() { # Failed in 0.1.16 and code has not moved since october # Upstream is working on 1.0 sed -e 's:connect/server-quit-ignore.py::' \ -e 's:connect/server-quit-noclose.py::' \ -i tests/twisted/Makefile.{am,in} || die }