summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-09-27 18:21:37 +0000
committerOlivier Crête <tester@gentoo.org>2009-09-27 18:21:37 +0000
commit6121420a2de88bc7e05dfc0f53a81a1f3a7a7b2e (patch)
tree1d7a94f7b33da3d3d222eb4002c6605d97bbf04a /net-voip
parentppc stable #284707 (diff)
downloadgentoo-2-6121420a2de88bc7e05dfc0f53a81a1f3a7a7b2e.tar.gz
gentoo-2-6121420a2de88bc7e05dfc0f53a81a1f3a7a7b2e.tar.bz2
gentoo-2-6121420a2de88bc7e05dfc0f53a81a1f3a7a7b2e.zip
Version bump
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-salut/ChangeLog9
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.3.10.ebuild (renamed from net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild)4
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.3.8.ebuild52
3 files changed, 10 insertions, 55 deletions
diff --git a/net-voip/telepathy-salut/ChangeLog b/net-voip/telepathy-salut/ChangeLog
index 697259259721..7c9fb0e805f9 100644
--- a/net-voip/telepathy-salut/ChangeLog
+++ b/net-voip/telepathy-salut/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-voip/telepathy-salut
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/ChangeLog,v 1.2 2009/04/20 21:41:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/ChangeLog,v 1.3 2009/09/27 18:21:37 tester Exp $
+
+*telepathy-salut-0.3.10 (27 Sep 2009)
+
+ 27 Sep 2009; Olivier Crête <tester@gentoo.org>
+ -telepathy-salut-0.3.8.ebuild, -telepathy-salut-0.3.9.ebuild,
+ +telepathy-salut-0.3.10.ebuild:
+ Version bump
*telepathy-salut-0.3.9 (20 Apr 2009)
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.3.10.ebuild
index 1c35cf3fe8b7..0d8bb630104d 100644
--- a/net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild
+++ b/net-voip/telepathy-salut/telepathy-salut-0.3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild,v 1.1 2009/04/20 21:41:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.3.10.ebuild,v 1.1 2009/09/27 18:21:37 tester Exp $
EAPI="2"
@@ -20,7 +20,7 @@ RDEPEND="dev-libs/libxml2
>=dev-libs/glib-2.16
>=sys-apps/dbus-1.1.0
>=dev-libs/dbus-glib-0.61
- >=net-libs/telepathy-glib-0.7.23
+ >=net-libs/telepathy-glib-0.7.36
>=net-dns/avahi-0.6.22
net-libs/libsoup:2.4
ssl? ( dev-libs/openssl )"
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.3.8.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.3.8.ebuild
deleted file mode 100644
index 081a3cb92609..000000000000
--- a/net-voip/telepathy-salut/telepathy-salut-0.3.8.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.3.8.ebuild,v 1.2 2009/04/19 01:24:24 mr_bones_ Exp $
-
-EAPI="2"
-
-inherit base
-
-DESCRIPTION="A link-local XMPP connection manager for Telepathy"
-HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl test"
-
-# FIXME: Automagic useless libasyncns check ?
-RDEPEND="dev-libs/libxml2
- >=dev-libs/glib-2.16
- >=sys-apps/dbus-1.1.0
- >=dev-libs/dbus-glib-0.61
- >=net-libs/telepathy-glib-0.7.23
- >=net-dns/avahi-0.6.22
- net-libs/libsoup:2.4
- ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
- test? (
- net-libs/libgsasl
- app-text/xmldiff
- >=dev-libs/check-0.9.4
- dev-python/twisted-words )
- dev-libs/libxslt
- >=dev-lang/python-2.4"
-
-src_prepare() {
- base_src_prepare
-
- # Disable a failing test, upstream bug #21272
- sed 's#\(tcase_add_test (tc, test_tcp_listen);\)#/*\1*/#' \
- -i lib/gibber/tests/check-gibber-listener.c || die "sed failed"
-}
-
-src_configure() {
- econf $(use_enable ssl)
- # too much changes required: $(use_enable test avahi-tests)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}