diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-29 18:15:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-29 18:15:47 +0000 |
commit | 8dcf91f77eb9e769b77185361dc4ec44ae5cd617 (patch) | |
tree | c34c1af417901e21bbfbd98818fdc43e7e13158e /net-voip | |
parent | Stable for amd64 wrt bug #505060 (diff) | |
download | gentoo-2-8dcf91f77eb9e769b77185361dc4ec44ae5cd617.tar.gz gentoo-2-8dcf91f77eb9e769b77185361dc4ec44ae5cd617.tar.bz2 gentoo-2-8dcf91f77eb9e769b77185361dc4ec44ae5cd617.zip |
Version bump and add 'plugins' USE flag (#495184 by David E. Narvaez)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-gabble/ChangeLog | 8 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/metadata.xml | 3 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.18.2.ebuild | 72 |
3 files changed, 82 insertions, 1 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog index 80e88f247492..6082ed20eb8d 100644 --- a/net-voip/telepathy-gabble/ChangeLog +++ b/net-voip/telepathy-gabble/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-voip/telepathy-gabble # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.133 2014/02/22 22:35:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.134 2014/03/29 18:15:47 pacho Exp $ + +*telepathy-gabble-0.18.2 (29 Mar 2014) + + 29 Mar 2014; Pacho Ramos <pacho@gentoo.org> +telepathy-gabble-0.18.2.ebuild, + metadata.xml: + Version bump and add 'plugins' USE flag (#495184 by David E. Narvaez) 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> telepathy-gabble-0.16.7.ebuild: Fix wrong commit, bug 502160 diff --git a/net-voip/telepathy-gabble/metadata.xml b/net-voip/telepathy-gabble/metadata.xml index 48a8d9232864..e301005c66dc 100644 --- a/net-voip/telepathy-gabble/metadata.xml +++ b/net-voip/telepathy-gabble/metadata.xml @@ -2,5 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gnome</herd> +<use> + <flag name="plugins">Enable plugin loader</flag> +</use> </pkgmetadata> diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.2.ebuild new file mode 100644 index 000000000000..9badda170d3e --- /dev/null +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.2.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2014 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.18.2.ebuild,v 1.1 2014/03/29 18:15:47 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_{6,7} ) + +inherit gnome2 eutils python-any-r1 + +DESCRIPTION="A Jabber/XMPP connection manager, with handling of 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 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +IUSE="gnutls +jingle plugins test" + +# Prevent false positives due nested configure +QA_CONFIGURE_OPTIONS=".*" + +# FIXME: missing sasl-2 for tests ? (automagic) +# missing libiphb for wocky ? +# x11-libs/gtksourceview:3.0 needed by telepathy-gabble-xmpp-console, bug #495184 +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=sys-apps/dbus-1.1.0 + >=dev-libs/dbus-glib-0.82 + >=net-libs/telepathy-glib-0.19.9 + + dev-db/sqlite:3 + dev-libs/libxml2 + + gnutls? ( >=net-libs/gnutls-2.10.2 ) + !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] ) + jingle? ( || ( net-libs/libsoup:2.4[ssl] + >=net-libs/libsoup-2.33.1 ) + >=net-libs/libnice-0.0.11 ) + plugins? ( x11-libs/gtksourceview:3.0[introspection] ) + + !<net-im/telepathy-mission-control-5.5.0 +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + >=dev-util/gtk-doc-am-1.17 + dev-libs/libxslt + test? ( >=dev-python/twisted-core-0.8.2 + >=dev-python/twisted-words-0.8.2 + >=dev-python/dbus-python-0.83 ) +" + +pkg_setup() { + python-any-r1_pkg_setup +} + +src_configure() { + gnome2_src_configure \ + --disable-coding-style-checks \ + --disable-static \ + --disable-Werror \ + --enable-file-transfer \ + $(use_enable jingle voip) \ + $(use_enable jingle google-relay) \ + $(use_enable plugins) \ + --with-tls=$(usex gnutls gnutls openssl) +} + +src_test() { + # Twisted tests fail, upstream bug #30565 + emake -C tests check-TESTS +} |