Gentoo Archives: gentoo-commits

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