Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/
Date: Sat, 03 Feb 2018 23:17:36
Message-Id: 1517699556.8f84218348358769a0d450f91ab7c219fd5b6af8.leio@gentoo
1 commit: 8f84218348358769a0d450f91ab7c219fd5b6af8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 23:12:36 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 23:12:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f842183
7
8 net-voip/telepathy-salut: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 .../telepathy-salut/telepathy-salut-0.8.1.ebuild | 62 ----------------------
13 1 file changed, 62 deletions(-)
14
15 diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1.ebuild
16 deleted file mode 100644
17 index 99d3cba79ec..00000000000
18 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1.ebuild
19 +++ /dev/null
20 @@ -1,62 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="5"
25 -PYTHON_COMPAT=( python2_7 )
26 -
27 -inherit eutils python-any-r1
28 -
29 -DESCRIPTION="A link-local XMPP connection manager for Telepathy"
30 -HOMEPAGE="https://telepathy.freedesktop.org/wiki/CategorySalut"
31 -SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-linux"
36 -IUSE="gnutls test"
37 -
38 -RDEPEND="
39 - >=dev-libs/dbus-glib-0.61
40 - dev-libs/libxml2
41 - >=dev-libs/glib-2.28:2
42 - >=sys-apps/dbus-1.1.0
43 - >=net-libs/telepathy-glib-0.17.1
44 - >=net-dns/avahi-0.6.22[dbus]
45 - net-libs/libsoup:2.4
46 - sys-apps/util-linux
47 - gnutls? ( >=net-libs/gnutls-2.10.2 )
48 - !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
49 -"
50 -DEPEND="${RDEPEND}
51 - ${PYTHON_DEPS}
52 - dev-libs/libxslt
53 - virtual/pkgconfig
54 - test? (
55 - >=dev-libs/check-0.9.4
56 - net-libs/libgsasl
57 - dev-python/twisted-words )
58 -"
59 -# FIXME: needs xmppstream python module
60 -# >=net-dns/avahi-0.6.22[python]
61 -
62 -src_prepare() {
63 - # Fix uninitialized variable, upstream bug #37701
64 - epatch "${FILESDIR}/${PN}-0.5.0-uninitialized.patch"
65 -}
66 -
67 -src_configure() {
68 - econf \
69 - --disable-coding-style-checks \
70 - --disable-plugins \
71 - --disable-Werror \
72 - --disable-static \
73 - --disable-avahi-tests \
74 - --docdir=/usr/share/doc/${PF} \
75 - --with-tls=$(usex gnutls gnutls openssl)
76 - #$(use_enable test avahi-tests)
77 -}
78 -
79 -src_install() {
80 - MAKEOPTS+=" -j1" default # bug 413581
81 - prune_libtool_files
82 -}