Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/telepathy-farstream/
Date: Wed, 26 Dec 2012 22:49:10
Message-Id: 1356559888.d47a04256a01b5f0eee62eb06f7574c689a31e71.eva@gentoo
1 commit: d47a04256a01b5f0eee62eb06f7574c689a31e71
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 22:11:28 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 26 22:11:28 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d47a0425
7
8 net-libs/telepathy-farstream: moved to gx86
9
10 ---
11 .../telepathy-farstream-0.6.0.ebuild | 49 --------------------
12 1 files changed, 0 insertions(+), 49 deletions(-)
13
14 diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild b/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild
15 deleted file mode 100644
16 index 0fb11c9..0000000
17 --- a/net-libs/telepathy-farstream/telepathy-farstream-0.6.0.ebuild
18 +++ /dev/null
19 @@ -1,49 +0,0 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 -
24 -EAPI="5"
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="Telepathy client library that uses Farstream to handle Call channels"
29 -HOMEPAGE="http://telepathy.freedesktop.org"
30 -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0/3"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="examples +introspection"
36 -
37 -RDEPEND="
38 - >=dev-libs/glib-2.32:2
39 - >=sys-apps/dbus-0.60
40 - >=dev-libs/dbus-glib-0.60
41 - media-libs/gstreamer:1.0[introspection?]
42 - >=net-libs/telepathy-glib-0.19[introspection?]
43 - net-libs/farstream:0.2[introspection?]
44 - introspection? ( >=dev-libs/gobject-introspection-1.30 )
45 -"
46 -DEPEND="${RDEPEND}
47 - >=dev-util/gtk-doc-am-1.17
48 - virtual/pkgconfig
49 -"
50 -
51 -src_configure() {
52 - econf \
53 - --disable-static \
54 - --disable-Werror \
55 - $(use_enable introspection)
56 -}
57 -
58 -src_install() {
59 - default
60 - prune_libtool_files
61 -
62 - if use examples; then
63 - insinto /usr/share/doc/${PF}/examples
64 - doins examples/*.c
65 - insinto /usr/share/doc/${PF}/examples/python
66 - doins examples/python/*.py
67 - fi
68 -}