public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
@ 2010-03-26 21:11 Olivier Crete (tester)
  0 siblings, 0 replies; 7+ messages in thread
From: Olivier Crete (tester) @ 2010-03-26 21:11 UTC (permalink / raw
  To: gentoo-commits

tester      10/03/26 21:11:09

  Modified:             ChangeLog
  Added:                telepathy-sofiasip-0.6.2.ebuild
  Log:
  Version bump
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.9                  net-voip/telepathy-sofiasip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Feb 2010 19:25:26 -0000	1.8
+++ ChangeLog	26 Mar 2010 21:11:09 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.8 2010/02/19 19:25:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.9 2010/03/26 21:11:09 tester Exp $
+
+*telepathy-sofiasip-0.6.2 (26 Mar 2010)
+
+  26 Mar 2010; Olivier Crête <tester@gentoo.org>
+  +telepathy-sofiasip-0.6.2.ebuild:
+  Version bump
 
   19 Feb 2010; Raúl Porcel <armin76@gentoo.org>
   telepathy-sofiasip-0.5.17.ebuild, telepathy-sofiasip-0.5.18.ebuild:



1.1                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

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

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.1 2010/03/26 21:11:09 tester Exp $

inherit autotools

DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library."
HOMEPAGE="http://telepathy.freedesktop.org/"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="debug test"

RDEPEND=">=net-libs/sofia-sip-1.12.10
	>=net-libs/telepathy-glib-0.8.0
	>=dev-libs/glib-2.16
	sys-apps/dbus
	dev-libs/dbus-glib"

DEPEND="${RDEPEND}
	dev-libs/libxslt
	dev-lang/python
	test? ( dev-python/twisted )"

src_unpack() {
	unpack ${A}

	cd "${S}"
	sed -i -e "s/python2.5/python2.6 python2.5/" configure.ac
	rm ltmain.sh m4/libtool.m4 m4/lt*.m4
	eautoreconf
}

src_compile() {
	econf $(use_enable debug) || die "econf failed"

	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
@ 2010-03-28 16:48 Olivier Crete (tester)
  0 siblings, 0 replies; 7+ messages in thread
From: Olivier Crete (tester) @ 2010-03-28 16:48 UTC (permalink / raw
  To: gentoo-commits

tester      10/03/28 16:48:53

  Modified:             ChangeLog telepathy-sofiasip-0.6.2.ebuild
  Log:
  Clean up ebuild, force debug to be always on, fixes #311585
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-voip/telepathy-sofiasip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Mar 2010 21:11:09 -0000	1.9
+++ ChangeLog	28 Mar 2010 16:48:53 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.9 2010/03/26 21:11:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.10 2010/03/28 16:48:53 tester Exp $
+
+  28 Mar 2010; Olivier Crête <tester@gentoo.org>
+  telepathy-sofiasip-0.6.2.ebuild:
+  Clean up ebuild, force debug to be always on, fixes #311585
 
 *telepathy-sofiasip-0.6.2 (26 Mar 2010)
 



1.2                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

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

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- telepathy-sofiasip-0.6.2.ebuild	26 Mar 2010 21:11:09 -0000	1.1
+++ telepathy-sofiasip-0.6.2.ebuild	28 Mar 2010 16:48:53 -0000	1.2
@@ -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-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.1 2010/03/26 21:11:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.2 2010/03/28 16:48:53 tester Exp $
 
 inherit autotools
 
@@ -11,7 +11,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="debug test"
+IUSE="test"
 
 RDEPEND=">=net-libs/sofia-sip-1.12.10
 	>=net-libs/telepathy-glib-0.8.0
@@ -24,21 +24,6 @@
 	dev-lang/python
 	test? ( dev-python/twisted )"
 
-src_unpack() {
-	unpack ${A}
-
-	cd "${S}"
-	sed -i -e "s/python2.5/python2.6 python2.5/" configure.ac
-	rm ltmain.sh m4/libtool.m4 m4/lt*.m4
-	eautoreconf
-}
-
-src_compile() {
-	econf $(use_enable debug) || die "econf failed"
-
-	emake || die "emake failed"
-}
-
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README TODO






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

* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
@ 2010-06-27 12:32 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-27 12:32 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/06/27 12:32:53

  Modified:             ChangeLog telepathy-sofiasip-0.6.2.ebuild
  Log:
  ppc stable #321519
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.12                 net-voip/telepathy-sofiasip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	16 Apr 2010 18:19:35 -0000	1.11
+++ ChangeLog	27 Jun 2010 12:32:53 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.11 2010/04/16 18:19:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.12 2010/06/27 12:32:53 nixnut Exp $
+
+  27 Jun 2010; <nixnut@gentoo.org> telepathy-sofiasip-0.6.2.ebuild:
+  ppc stable #321519
 
   16 Apr 2010; Raúl Porcel <armin76@gentoo.org>
   telepathy-sofiasip-0.5.17.ebuild, telepathy-sofiasip-0.5.18.ebuild,



1.4                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?r1=1.3&r2=1.4

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- telepathy-sofiasip-0.6.2.ebuild	16 Apr 2010 18:19:35 -0000	1.3
+++ telepathy-sofiasip-0.6.2.ebuild	27 Jun 2010 12:32:53 -0000	1.4
@@ -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-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.3 2010/04/16 18:19:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.4 2010/06/27 12:32:53 nixnut Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=">=net-libs/sofia-sip-1.12.10






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

* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
@ 2010-07-25 15:23 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-07-25 15:23 UTC (permalink / raw
  To: gentoo-commits

klausman    10/07/25 15:23:54

  Modified:             ChangeLog telepathy-sofiasip-0.6.2.ebuild
  Log:
  Stable on alpha, bug #321591
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-voip/telepathy-sofiasip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Jun 2010 12:32:53 -0000	1.12
+++ ChangeLog	25 Jul 2010 15:23:54 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.12 2010/06/27 12:32:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.13 2010/07/25 15:23:54 klausman Exp $
+
+  25 Jul 2010; Tobias Klausmann <klausman@gentoo.org>
+  telepathy-sofiasip-0.6.2.ebuild:
+  Stable on alpha, bug #321591
 
   27 Jun 2010; <nixnut@gentoo.org> telepathy-sofiasip-0.6.2.ebuild:
   ppc stable #321519



1.5                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?r1=1.4&r2=1.5

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- telepathy-sofiasip-0.6.2.ebuild	27 Jun 2010 12:32:53 -0000	1.4
+++ telepathy-sofiasip-0.6.2.ebuild	25 Jul 2010 15:23:54 -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-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.4 2010/06/27 12:32:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.5 2010/07/25 15:23:54 klausman Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ia64 ppc ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=">=net-libs/sofia-sip-1.12.10






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

* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
@ 2010-07-31 12:53 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 12:53 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/31 12:53:19

  Modified:             ChangeLog telepathy-sofiasip-0.6.2.ebuild
  Log:
  amd64 stable,  bug 321591
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-voip/telepathy-sofiasip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	25 Jul 2010 15:23:54 -0000	1.13
+++ ChangeLog	31 Jul 2010 12:53:19 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.13 2010/07/25 15:23:54 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.14 2010/07/31 12:53:19 pacho Exp $
+
+  31 Jul 2010; Pacho Ramos <pacho@gentoo.org>
+  telepathy-sofiasip-0.6.2.ebuild:
+  amd64 stable, bug 321591
 
   25 Jul 2010; Tobias Klausmann <klausman@gentoo.org>
   telepathy-sofiasip-0.6.2.ebuild:



1.6                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?r1=1.5&r2=1.6

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- telepathy-sofiasip-0.6.2.ebuild	25 Jul 2010 15:23:54 -0000	1.5
+++ telepathy-sofiasip-0.6.2.ebuild	31 Jul 2010 12:53:19 -0000	1.6
@@ -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-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.5 2010/07/25 15:23:54 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.6 2010/07/31 12:53:19 pacho Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=">=net-libs/sofia-sip-1.12.10






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

* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
@ 2010-08-01 10:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01 10:26 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/01 10:26:05

  Modified:             ChangeLog telepathy-sofiasip-0.6.2.ebuild
  Log:
  stable x86, bug 321591
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.15                 net-voip/telepathy-sofiasip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	31 Jul 2010 12:53:19 -0000	1.14
+++ ChangeLog	1 Aug 2010 10:26:05 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.14 2010/07/31 12:53:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.15 2010/08/01 10:26:05 fauli Exp $
+
+  01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+  telepathy-sofiasip-0.6.2.ebuild:
+  stable x86, bug 321591
 
   31 Jul 2010; Pacho Ramos <pacho@gentoo.org>
   telepathy-sofiasip-0.6.2.ebuild:



1.7                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?r1=1.6&r2=1.7

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- telepathy-sofiasip-0.6.2.ebuild	31 Jul 2010 12:53:19 -0000	1.6
+++ telepathy-sofiasip-0.6.2.ebuild	1 Aug 2010 10:26:05 -0000	1.7
@@ -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-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.6 2010/07/31 12:53:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.7 2010/08/01 10:26:05 fauli Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86"
 IUSE="test"
 
 RDEPEND=">=net-libs/sofia-sip-1.12.10






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

* [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
@ 2010-08-07 16:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-07 16:53 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/07 16:53:55

  Modified:             ChangeLog telepathy-sofiasip-0.6.2.ebuild
  Log:
  ia64/sparc stable wrt #321591
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.16                 net-voip/telepathy-sofiasip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 Aug 2010 10:26:05 -0000	1.15
+++ ChangeLog	7 Aug 2010 16:53:55 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.15 2010/08/01 10:26:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.16 2010/08/07 16:53:55 armin76 Exp $
+
+  07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+  telepathy-sofiasip-0.6.2.ebuild:
+  ia64/sparc stable wrt #321591
 
   01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
   telepathy-sofiasip-0.6.2.ebuild:



1.8                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?r1=1.7&r2=1.8

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- telepathy-sofiasip-0.6.2.ebuild	1 Aug 2010 10:26:05 -0000	1.7
+++ telepathy-sofiasip-0.6.2.ebuild	7 Aug 2010 16:53:55 -0000	1.8
@@ -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-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.7 2010/08/01 10:26:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.8 2010/08/07 16:53:55 armin76 Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 IUSE="test"
 
 RDEPEND=">=net-libs/sofia-sip-1.12.10






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

end of thread, other threads:[~2010-08-07 16:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-01 10:26 [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-07 16:53 Raul Porcel (armin76)
2010-07-31 12:53 Pacho Ramos (pacho)
2010-07-25 15:23 Tobias Klausmann (klausman)
2010-06-27 12:32 Gysbert Wassenaar (nixnut)
2010-03-28 16:48 Olivier Crete (tester)
2010-03-26 21:11 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