public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-connection-managers: metadata.xml ChangeLog telepathy-connection-managers-1.ebuild
@ 2009-09-27 17:59 Olivier Crete (tester)
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Crete (tester) @ 2009-09-27 17:59 UTC (permalink / raw
  To: gentoo-commits

tester      09/09/27 17:59:37

  Added:                metadata.xml ChangeLog
                        telepathy-connection-managers-1.ebuild
  Log:
  dd metapackage for the Telepeathy connection managers, bug #206073
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-voip/telepathy-connection-managers/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>voip</herd>
<herd>net-im</herd>
<use>
  <flag name='bonjour'>Enable Link-Local Messaging via the bonjour protocol.</flag>
  <flag name='sip'>Enable SIP/SIMPLE messaging and calling.</flag>
  <flag name='irc'>Enable Internet Relay Chat (IRC) support.</flag>
  <flag name='yahoo'>Enable Yahoo! messaging support.</flag>
  <flag name='jabber'>Enable XMPP protocol handler (this is also Google Talk).</flag>
</use>
</pkgmetadata>



1.1                  net-voip/telepathy-connection-managers/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-voip/telepathy-connection-managers
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v 1.1 2009/09/27 17:59:37 tester Exp $

*telepathy-connection-managers-1 (27 Sep 2009)

  27 Sep 2009; Olivier Crête <tester@gentoo.org>
  +telepathy-connection-managers-1.ebuild, +metadata.xml:
  Add metapackage for the connection managers, bug #206073




1.1                  net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild?rev=1.1&view=markup
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

Index: telepathy-connection-managers-1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

DESCRIPTION="Meta-package for Telepathy Connection Managers"

HOMEPAGE="http://telepathy.freedesktop.org/"
SRC_URI=""
LICENSE="as-is"
SLOT="0"

KEYWORDS="~x86 ~amd64"

IUSE="msn irc yahoo icq jabber sip bonjour"

DEPEND=""
RDEPEND="msn? ( net-voip/telepathy-butterfly )
	jabber? ( net-voip/telepathy-gabble )
	sip? ( net-voip/telepathy-sofiasip )
	bonjour? ( net-voip/telepathy-salut )
	icq? ( net-voip/telepathy-haze )
	yahoo? ( net-voip/telepathy-haze )"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-connection-managers: metadata.xml ChangeLog telepathy-connection-managers-1.ebuild
@ 2010-03-01 14:49 Olivier Crete (tester)
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Crete (tester) @ 2010-03-01 14:49 UTC (permalink / raw
  To: gentoo-commits

tester      10/03/01 14:49:27

  Modified:             metadata.xml ChangeLog
                        telepathy-connection-managers-1.ebuild
  Log:
  Replace USE=bonjour with USE=zeroconf to match rest of tree, bug #307103
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-voip/telepathy-connection-managers/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	27 Sep 2009 17:59:37 -0000	1.1
+++ metadata.xml	1 Mar 2010 14:49:26 -0000	1.2
@@ -4,7 +4,7 @@
 <herd>voip</herd>
 <herd>net-im</herd>
 <use>
-  <flag name='bonjour'>Enable Link-Local Messaging via the bonjour protocol.</flag>
+  <flag name='zeroconf'>Enable Link-Local Messaging via the zeroconf or Bonjour protocol.</flag>
   <flag name='sip'>Enable SIP/SIMPLE messaging and calling.</flag>
   <flag name='irc'>Enable Internet Relay Chat (IRC) support.</flag>
   <flag name='yahoo'>Enable Yahoo! messaging support.</flag>



1.5                  net-voip/telepathy-connection-managers/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	19 Feb 2010 19:29:58 -0000	1.4
+++ ChangeLog	1 Mar 2010 14:49:26 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/telepathy-connection-managers
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v 1.4 2010/02/19 19:29:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/ChangeLog,v 1.5 2010/03/01 14:49:26 tester Exp $
+
+  01 Mar 2010; Olivier Crête <tester@gentoo.org>
+  telepathy-connection-managers-1.ebuild, metadata.xml:
+  Replace USE=bonjour with USE=zeroconf to match rest of tree, bug #307103
 
   19 Feb 2010; Raúl Porcel <armin76@gentoo.org>
   telepathy-connection-managers-1.ebuild:



1.5                  net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild?r1=1.4&r2=1.5

Index: telepathy-connection-managers-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- telepathy-connection-managers-1.ebuild	19 Feb 2010 19:29:58 -0000	1.4
+++ telepathy-connection-managers-1.ebuild	1 Mar 2010 14:49:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild,v 1.4 2010/02/19 19:29:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-connection-managers/telepathy-connection-managers-1.ebuild,v 1.5 2010/03/01 14:49:26 tester Exp $
 
 DESCRIPTION="Meta-package for Telepathy Connection Managers"
 
@@ -11,7 +11,7 @@
 
 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
 
-IUSE="msn irc yahoo icq jabber sip bonjour"
+IUSE="msn irc yahoo icq jabber sip zeroconf"
 
 DEPEND=""
 # These version support the 0.18.0 Telepathy specification
@@ -19,7 +19,7 @@
 RDEPEND="msn? ( >=net-voip/telepathy-butterfly-0.5.0 )
 	jabber? ( >=net-voip/telepathy-gabble-0.8.0 )
 	sip? ( >=net-voip/telepathy-sofiasip-0.5.18 )
-	bonjour? ( >=net-voip/telepathy-salut-0.3.10 )
+	zeroconf? ( >=net-voip/telepathy-salut-0.3.10 )
 	icq? ( >=net-voip/telepathy-haze-0.3.2 )
 	yahoo? ( >=net-voip/telepathy-haze-0.3.2 )
 	irc? ( >=net-irc/telepathy-idle-0.1.5 )"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-01 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 17:59 [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-connection-managers: metadata.xml ChangeLog telepathy-connection-managers-1.ebuild Olivier Crete (tester)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-01 14:49 Olivier Crete (tester)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox