summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-09-13 21:55:39 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-09-13 21:55:39 +0000
commit28d573eb584d270595cb9a5f33212f1d86afe598 (patch)
treec6b179dcbed5f431cc6f9c5cd71486966e49039a /net-voip
parentAutomake-1.13 fix, bug #467620 (diff)
downloadgentoo-2-28d573eb584d270595cb9a5f33212f1d86afe598.tar.gz
gentoo-2-28d573eb584d270595cb9a5f33212f1d86afe598.tar.bz2
gentoo-2-28d573eb584d270595cb9a5f33212f1d86afe598.zip
Clean up old revision, bug #484402.
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-gabble/ChangeLog6
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild72
2 files changed, 5 insertions, 73 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog
index 01ab2677285d..a3db52075373 100644
--- a/net-voip/telepathy-gabble/ChangeLog
+++ b/net-voip/telepathy-gabble/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/telepathy-gabble
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.125 2013/09/05 19:02:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.126 2013/09/13 21:55:39 eva Exp $
+
+ 13 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -telepathy-gabble-0.16.4.ebuild:
+ Clean up old revision, bug #484402.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> telepathy-gabble-0.16.4.ebuild,
telepathy-gabble-0.16.6.ebuild:
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild
deleted file mode 100644
index a6db881ecb20..000000000000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.16.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2013 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.16.4.ebuild,v 1.12 2013/09/05 19:02:50 mgorny Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python2_{6,7} )
-
-inherit 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 test"
-
-# FIXME: missing sasl-2 for tests ? (automagic)
-# missing libiphb for wocky ?
-RDEPEND=">=dev-libs/glib-2.30:2
- >=sys-apps/dbus-1.1.0
- >=dev-libs/dbus-glib-0.82
- >=net-libs/telepathy-glib-0.18
-
- dev-db/sqlite:3
- dev-libs/libxml2
-
- gnutls? ( >=net-libs/gnutls-2.10.2 )
- !gnutls? ( >=dev-libs/openssl-0.9.8g[-bindist] )
- jingle? ( || ( net-libs/libsoup:2.4[ssl]
- >=net-libs/libsoup-2.33.1 )
- >=net-libs/libnice-0.0.11 )
-
- !<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_prepare() {
- _python_rewrite_shebangs .
-}
-
-src_configure() {
- econf \
- --disable-coding-style-checks \
- --disable-static \
- --disable-Werror \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --enable-file-transfer \
- $(use_enable jingle voip) \
- $(use_enable jingle google-relay) \
- --with-tls=$(usex gnutls gnutls openssl)
-}
-
-src_test() {
- # Twisted tests fail, upstream bug #30565
- emake -C tests check-TESTS
-}
-
-src_install() {
- default
- prune_libtool_files
-}