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-im/telepathy-mission-control: telepathy-mission-control-5.6.0.ebuild ChangeLog telepathy-mission-control-4.67.ebuild telepathy-mission-control-4.64.ebuild
Date: Wed, 29 Sep 2010 18:31:04
Message-Id: 20100929183059.1467F20051@flycatcher.gentoo.org
1 pacho 10/09/29 18:30:58
2
3 Modified: ChangeLog
4 Added: telepathy-mission-control-5.6.0.ebuild
5 Removed: telepathy-mission-control-4.67.ebuild
6 telepathy-mission-control-4.64.ebuild
7 Log:
8 Version bump with lots of bugfixes over current tree version, restrict tests since they are broken for a lot of time (bug #294174 , this is being handled with upstream). Remove old.
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.35 net-im/telepathy-mission-control/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.35&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.35&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?r1=1.34&r2=1.35
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v
21 retrieving revision 1.34
22 retrieving revision 1.35
23 diff -u -r1.34 -r1.35
24 --- ChangeLog 11 Sep 2010 09:05:43 -0000 1.34
25 +++ ChangeLog 29 Sep 2010 18:30:58 -0000 1.35
26 @@ -1,6 +1,16 @@
27 # ChangeLog for net-im/telepathy-mission-control
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.34 2010/09/11 09:05:43 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.35 2010/09/29 18:30:58 pacho Exp $
31 +
32 +*telepathy-mission-control-5.6.0 (29 Sep 2010)
33 +
34 + 29 Sep 2010; Pacho Ramos <pacho@g.o>
35 + -telepathy-mission-control-4.64.ebuild,
36 + -telepathy-mission-control-4.67.ebuild,
37 + +telepathy-mission-control-5.6.0.ebuild:
38 + Version bump with lots of bugfixes over current tree version, restrict
39 + tests since they are broken for a lot of time (bug #294174 , this is being
40 + handled with upstream). Remove old.
41
42 11 Sep 2010; <nixnut@g.o> telepathy-mission-control-5.2.5.ebuild:
43 ppc stable #321591
44
45
46
47 1.1 net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: telepathy-mission-control-5.6.0.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild,v 1.1 2010/09/29 18:30:58 pacho Exp $
57
58 EAPI="2"
59
60 inherit eutils
61
62 DESCRIPTION="Telepathy Mission Control"
63 HOMEPAGE="http://telepathy.freedesktop.org"
64 SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-mission-control/${P}.tar.gz"
65
66 LICENSE="LGPL-2.1"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69 IUSE="gnome-keyring"
70
71 RDEPEND=">=net-libs/telepathy-glib-0.11.9
72 >=dev-libs/dbus-glib-0.82
73 >=gnome-base/gconf-2
74 gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig
77 dev-libs/libxslt
78 test? ( >=virtual/python-2.5
79 dev-python/twisted-words )"
80
81 # Tests are broken, see upstream bug #29334
82 RESTRICT="test"
83
84 src_configure() {
85 # creds is not available and no support mcd-plugins for now
86 econf $(use_enable gnome-keyring) \
87 --disable-mcd-plugins
88 }
89
90 src_install() {
91 emake DESTDIR="${D}" install || die "emake install failed"
92 dodoc AUTHORS ChangeLog || die
93 }