summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-06-25 04:17:12 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-06-25 04:17:12 +0000
commitbd24820aa0459ec2a0106c45038b535cccd98355 (patch)
tree9bebc8333293c432ba6ecad5d60144876f126ca4 /net-libs/telepathy-farstream
parentVersion bump. (diff)
downloadgentoo-2-bd24820aa0459ec2a0106c45038b535cccd98355.tar.gz
gentoo-2-bd24820aa0459ec2a0106c45038b535cccd98355.tar.bz2
gentoo-2-bd24820aa0459ec2a0106c45038b535cccd98355.zip
Version bump, drop old.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/telepathy-farstream')
-rw-r--r--net-libs/telepathy-farstream/ChangeLog8
-rw-r--r--net-libs/telepathy-farstream/telepathy-farstream-0.4.0.ebuild (renamed from net-libs/telepathy-farstream/telepathy-farstream-0.1.1.ebuild)12
2 files changed, 13 insertions, 7 deletions
diff --git a/net-libs/telepathy-farstream/ChangeLog b/net-libs/telepathy-farstream/ChangeLog
index 8c053f73078d..072f5957c859 100644
--- a/net-libs/telepathy-farstream/ChangeLog
+++ b/net-libs/telepathy-farstream/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/telepathy-farstream
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v 1.5 2012/03/26 05:28:39 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v 1.6 2012/06/25 04:17:12 tetromino Exp $
+
+*telepathy-farstream-0.4.0 (25 Jun 2012)
+
+ 25 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ -telepathy-farstream-0.1.1.ebuild, +telepathy-farstream-0.4.0.ebuild:
+ Version bump, drop old.
*telepathy-farstream-0.2.3 (26 Mar 2012)
diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.1.1.ebuild b/net-libs/telepathy-farstream/telepathy-farstream-0.4.0.ebuild
index ee3c526093bc..041909577c94 100644
--- a/net-libs/telepathy-farstream/telepathy-farstream-0.1.1.ebuild
+++ b/net-libs/telepathy-farstream/telepathy-farstream-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.1.1.ebuild,v 1.1 2011/10/30 03:26:26 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.4.0.ebuild,v 1.1 2012/06/25 04:17:12 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="python? 2:2.5"
@@ -9,7 +9,7 @@ PYTHON_USE_WITH_OPT="python"
inherit python
-DESCRIPTION="Telepathy client library that uses Farsight2 to handle Call channels"
+DESCRIPTION="Telepathy client library that uses Farstream to handle Call channels"
HOMEPAGE="http://telepathy.freedesktop.org"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
@@ -18,11 +18,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples python"
-RDEPEND=">=dev-libs/glib-2.16:2
+RDEPEND=">=dev-libs/glib-2.30:2
>=sys-apps/dbus-0.60
>=dev-libs/dbus-glib-0.60
- >=net-libs/telepathy-glib-0.13.4
- >=net-libs/farsight2-0.0.28
+ >=net-libs/telepathy-glib-0.17.5
+ >=net-libs/farstream-0.1.0
python? (
>=dev-python/pygobject-2.12.0:2
>=dev-python/gst-python-0.10.10 )"