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 <[email protected]> + +telepathy-idle-0.2.0.ebuild: + Version bump. Recommended for >=Gnome 3.10. 05 Sep 2013; Michał Górny <[email protected]> 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 }
