Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-farsight: ChangeLog telepathy-farsight-0.0.15.ebuild telepathy-farsight-0.0.9.ebuild
Date: Wed, 29 Sep 2010 10:46:40
Message-Id: 20100929104631.A09E420051@flycatcher.gentoo.org
1 pacho 10/09/29 10:46:31
2
3 Modified: ChangeLog
4 Added: telepathy-farsight-0.0.15.ebuild
5 Removed: telepathy-farsight-0.0.9.ebuild
6 Log:
7 Version bump with bugfixes, remove old.
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 net-libs/telepathy-farsight/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farsight/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farsight/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farsight/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 7 Aug 2010 16:49:44 -0000 1.13
24 +++ ChangeLog 29 Sep 2010 10:46:31 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/telepathy-farsight
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.13 2010/08/07 16:49:44 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.14 2010/09/29 10:46:31 pacho Exp $
30 +
31 +*telepathy-farsight-0.0.15 (29 Sep 2010)
32 +
33 + 29 Sep 2010; Pacho Ramos <pacho@g.o>
34 + -telepathy-farsight-0.0.9.ebuild, +telepathy-farsight-0.0.15.ebuild:
35 + Version bump with bugfixes, remove old.
36
37 07 Aug 2010; Raúl Porcel <armin76@g.o>
38 telepathy-farsight-0.0.11.ebuild:
39
40
41
42 1.1 net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild?rev=1.1&content-type=text/plain
46
47 Index: telepathy-farsight-0.0.15.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild,v 1.1 2010/09/29 10:46:31 pacho Exp $
52
53 EAPI="2"
54
55 DESCRIPTION="Farsight connection manager for the Telepathy framework"
56 HOMEPAGE="http://telepathy.freedesktop.org"
57 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
62 IUSE="python"
63
64 RDEPEND=">=dev-libs/glib-2.16
65 >=sys-apps/dbus-0.60
66 >=dev-libs/dbus-glib-0.60
67 >=net-libs/telepathy-glib-0.7.34
68 >=net-libs/farsight2-0.0.17
69 python? (
70 >=dev-python/pygobject-2.12.0
71 >=dev-python/gst-python-0.10.10 )"
72
73 DEPEND="${RDEPEND}"
74
75 src_configure() {
76 econf $(use_enable python)
77 }
78
79 src_install() {
80 emake install DESTDIR="${D}" || die "emake install failed"
81 dodoc NEWS ChangeLog || die
82 }