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-voip/telepathy-connection-managers: metadata.xml ChangeLog telepathy-connection-managers-1.ebuild
Date: Sun, 27 Sep 2009 17:59:40
Message-Id: E1Mry25-0003Ab-UJ@stork.gentoo.org
1 tester 09/09/27 17:59:37
2
3 Added: metadata.xml ChangeLog
4 telepathy-connection-managers-1.ebuild
5 Log:
6 dd metapackage for the Telepeathy connection managers, bug #206073
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-voip/telepathy-connection-managers/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>voip</herd>
21 <herd>net-im</herd>
22 <use>
23 <flag name='bonjour'>Enable Link-Local Messaging via the bonjour protocol.</flag>
24 <flag name='sip'>Enable SIP/SIMPLE messaging and calling.</flag>
25 <flag name='irc'>Enable Internet Relay Chat (IRC) support.</flag>
26 <flag name='yahoo'>Enable Yahoo! messaging support.</flag>
27 <flag name='jabber'>Enable XMPP protocol handler (this is also Google Talk).</flag>
28 </use>
29 </pkgmetadata>
30
31
32
33 1.1 net-voip/telepathy-connection-managers/ChangeLog
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog?rev=1.1&content-type=text/plain
37
38 Index: ChangeLog
39 ===================================================================
40 # ChangeLog for net-voip/telepathy-connection-managers
41 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
42 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v 1.1 2009/09/27 17:59:37 tester Exp $
43
44 *telepathy-connection-managers-1 (27 Sep 2009)
45
46 27 Sep 2009; Olivier CrĂȘte <tester@g.o>
47 +telepathy-connection-managers-1.ebuild, +metadata.xml:
48 Add metapackage for the connection managers, bug #206073
49
50
51
52
53 1.1 net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild?rev=1.1&content-type=text/plain
57
58 Index: telepathy-connection-managers-1.ebuild
59 ===================================================================
60 # Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild,v 1.1 2009/09/27 17:59:37 tester Exp $
63
64 DESCRIPTION="Meta-package for Telepathy Connection Managers"
65
66 HOMEPAGE="http://telepathy.freedesktop.org/"
67 SRC_URI=""
68 LICENSE="as-is"
69 SLOT="0"
70
71 KEYWORDS="~x86 ~amd64"
72
73 IUSE="msn irc yahoo icq jabber sip bonjour"
74
75 DEPEND=""
76 RDEPEND="msn? ( net-voip/telepathy-butterfly )
77 jabber? ( net-voip/telepathy-gabble )
78 sip? ( net-voip/telepathy-sofiasip )
79 bonjour? ( net-voip/telepathy-salut )
80 icq? ( net-voip/telepathy-haze )
81 yahoo? ( net-voip/telepathy-haze )"