summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-02-04 01:12:36 +0200
committerMart Raudsepp <leio@gentoo.org>2018-02-04 01:12:36 +0200
commit8f84218348358769a0d450f91ab7c219fd5b6af8 (patch)
tree7c31ef5a48938d52265337da52fd04256bc1c47d
parentnet-misc/rygel: remove old (diff)
downloadgentoo-8f84218348358769a0d450f91ab7c219fd5b6af8.tar.gz
gentoo-8f84218348358769a0d450f91ab7c219fd5b6af8.tar.bz2
gentoo-8f84218348358769a0d450f91ab7c219fd5b6af8.zip
net-voip/telepathy-salut: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.8.1.ebuild62
1 files changed, 0 insertions, 62 deletions
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1.ebuild
deleted file mode 100644
index 99d3cba79ec7..000000000000
--- a/net-voip/telepathy-salut/telepathy-salut-0.8.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-any-r1
-
-DESCRIPTION="A link-local XMPP connection manager for Telepathy"
-HOMEPAGE="https://telepathy.freedesktop.org/wiki/CategorySalut"
-SRC_URI="https://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 test"
-
-RDEPEND="
- >=dev-libs/dbus-glib-0.61
- dev-libs/libxml2
- >=dev-libs/glib-2.28:2
- >=sys-apps/dbus-1.1.0
- >=net-libs/telepathy-glib-0.17.1
- >=net-dns/avahi-0.6.22[dbus]
- net-libs/libsoup:2.4
- sys-apps/util-linux
- gnutls? ( >=net-libs/gnutls-2.10.2 )
- !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/libxslt
- virtual/pkgconfig
- test? (
- >=dev-libs/check-0.9.4
- net-libs/libgsasl
- dev-python/twisted-words )
-"
-# FIXME: needs xmppstream python module
-# >=net-dns/avahi-0.6.22[python]
-
-src_prepare() {
- # Fix uninitialized variable, upstream bug #37701
- epatch "${FILESDIR}/${PN}-0.5.0-uninitialized.patch"
-}
-
-src_configure() {
- econf \
- --disable-coding-style-checks \
- --disable-plugins \
- --disable-Werror \
- --disable-static \
- --disable-avahi-tests \
- --docdir=/usr/share/doc/${PF} \
- --with-tls=$(usex gnutls gnutls openssl)
- #$(use_enable test avahi-tests)
-}
-
-src_install() {
- MAKEOPTS+=" -j1" default # bug 413581
- prune_libtool_files
-}