summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-voip/telepathy-haze/ChangeLog7
-rw-r--r--net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/net-voip/telepathy-haze/ChangeLog b/net-voip/telepathy-haze/ChangeLog
index 933001ca39c9..3b969991a3dd 100644
--- a/net-voip/telepathy-haze/ChangeLog
+++ b/net-voip/telepathy-haze/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-voip/telepathy-haze
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.40 2013/09/05 19:02:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.41 2013/09/28 18:55:37 pacho Exp $
+
+*telepathy-haze-0.7.1 (28 Sep 2013)
+
+ 28 Sep 2013; Pacho Ramos <pacho@gentoo.org> +telepathy-haze-0.7.1.ebuild:
+ Version bump
05 Sep 2013; Michał Górny <mgorny@gentoo.org> telepathy-haze-0.7.0.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild
new file mode 100644
index 000000000000..1791c02e4ded
--- /dev/null
+++ b/net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild,v 1.1 2013/09/28 18:55:37 pacho Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python2_{6,7} )
+
+inherit eutils python-single-r1
+
+DESCRIPTION="Telepathy connection manager providing libpurple supported protocols."
+HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze"
+SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+#IUSE="test"
+IUSE=""
+
+# Tests failing, see upstream: https://bugs.freedesktop.org/34577
+RESTRICT="test"
+
+RDEPEND="
+ >=net-im/pidgin-2.7
+ >=net-libs/telepathy-glib-0.15.1[${PYTHON_USEDEP}]
+ >=dev-libs/glib-2.30:2
+ >=dev-libs/dbus-glib-0.73
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+# test? ( dev-python/twisted-words )"