public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-gabble: ChangeLog telepathy-gabble-0.10.2.ebuild telepathy-gabble-0.8.8.ebuild telepathy-gabble-0.8.5.ebuild
@ 2010-10-02 16:53 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-10-02 16:53 UTC (permalink / raw
  To: gentoo-commits

pacho       10/10/02 16:53:07

  Modified:             ChangeLog
  Added:                telepathy-gabble-0.10.2.ebuild
  Removed:              telepathy-gabble-0.8.8.ebuild
                        telepathy-gabble-0.8.5.ebuild
  Log:
  Version bump, remove old.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 net-voip/telepathy-gabble/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	11 Sep 2010 09:03:50 -0000	1.62
+++ ChangeLog	2 Oct 2010 16:53:07 -0000	1.63
@@ -1,6 +1,14 @@
 # ChangeLog for net-voip/telepathy-gabble
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.62 2010/09/11 09:03:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.63 2010/10/02 16:53:07 pacho Exp $
+
+*telepathy-gabble-0.10.2 (02 Oct 2010)
+
+  02 Oct 2010; Pacho Ramos <pacho@gentoo.org>
+  -telepathy-gabble-0.8.5.ebuild, -telepathy-gabble-0.8.8.ebuild,
+  +telepathy-gabble-0.10.2.ebuild:
+  Version bump with lots of upstream fixes, also drop test restricting since
+  only twisted tests are failing now (upstream bug #30565). Remove old.
 
   11 Sep 2010; <nixnut@gentoo.org> telepathy-gabble-0.8.14.ebuild:
   ppc stable #321591



1.1                  net-voip/telepathy-gabble/telepathy-gabble-0.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.10.2.ebuild?rev=1.1&content-type=text/plain

Index: telepathy-gabble-0.10.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.10.2.ebuild,v 1.1 2010/10/02 16:53:07 pacho Exp $

EAPI="2"

inherit eutils

DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
HOMEPAGE="http://telepathy.freedesktop.org"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug test"

RDEPEND=">=dev-libs/glib-2.24
	>=sys-apps/dbus-1.1.0
	>=dev-libs/dbus-glib-0.82
	>=net-libs/telepathy-glib-0.11.16
	net-libs/libsoup:2.4[ssl]
	>=net-libs/libnice-0.0.11
	>=net-libs/gnutls-2.10.2
	dev-db/sqlite:3
	dev-libs/libxml2
	!<net-im/telepathy-mission-control-5.5.0"
DEPEND="${RDEPEND}
	dev-libs/libxslt
	>=dev-lang/python-2.5
	test? ( >=dev-python/twisted-0.8.2
		>=dev-python/twisted-words-0.8.2
		>=dev-python/dbus-python-0.83 )"

src_configure() {
	econf \
		--docdir=/usr/share/doc/${PF} \
		$(use_enable debug) \
		$(use_enable debug handle-leak-debug)
}

src_test() {
	# Twisted tests fail, upstream bug #30565
	emake -C tests check-TESTS || die "tests failed"
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-02 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 16:53 [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-gabble: ChangeLog telepathy-gabble-0.10.2.ebuild telepathy-gabble-0.8.8.ebuild telepathy-gabble-0.8.5.ebuild Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox